因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
.template-vehicleVariants {
margin-top: var( --space-md );
display: grid;
grid-template-columns: repeat( auto-fill, minmax( 256px,1fr ) );
gap: var( --space-xs );
}
.template-vehicleVariant {
position: relative;
border: 1px solid var( --border-color-base );
border-radius: var( --border-radius--medium );
overflow: hidden;
}
.template-vehicleVariant.template-vehicleVariant--selected {
order: -1;
background: var( --color-surface-2 );
}
.template-vehicleVariant:not(.template-vehicleVariant--selected):hover {
000
1:0