...
|
...
|
@@ -219,7 +219,18 @@ $basicBtnC:#eb0313; |
|
|
width: pxToRem(52px);
|
|
|
height: pxToRem(32px);
|
|
|
}
|
|
|
&:nth-child(3n-3) {
|
|
|
background: image-url('product/silver.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(3n-2) {
|
|
|
background: image-url('product/golden.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(3n-1) {
|
|
|
background: image-url('product/platinum.png') no-repeat;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
.vip-price{
|
|
|
padding-right: pxToRem(55px);
|
|
|
}
|
...
|
...
|
|