Authored by Lynnic

update goods detail page

... ... @@ -271,43 +271,6 @@ $basicBtnC:#eb0313;
}
}
}
.vipLevel {
box-sizing: border-box;
background-color: #fff;
display: table;
min-height: pxToRem(88px);
padding-left: pxToRem(28px);
padding-right: pxToRem(28px);
font-size: pxToRem(22px);
color: #999999;
border-bottom: 1px solid $borderC;
span {
display: table-cell;
vertical-align: middle;
}
.vip-img {
padding-right: pxToRem(22px);
.img {
width: pxToRem(53px);
height: pxToRem(33px);
}
&:nth-child(3n-3) .img {
background: image-url('product/silver.png') no-repeat;
}
&:nth-child(3n-2) .img {
background: image-url('product/golden.png') no-repeat;
}
&:nth-child(3n-1) .img {
background: image-url('product/platinum.png') no-repeat;
}
}
.vip-price {
padding-right: pxToRem(52px);
}
.vip-price:last-child {
padding-right: 0;
}
}
.goodsDiscount {
font-size: pxToRem(28px);
color: $mainFontC;
... ...