Authored by Lynnic

update goods detail page

@@ -271,43 +271,6 @@ $basicBtnC:#eb0313; @@ -271,43 +271,6 @@ $basicBtnC:#eb0313;
271 } 271 }
272 } 272 }
273 } 273 }
274 - .vipLevel {  
275 - box-sizing: border-box;  
276 - background-color: #fff;  
277 - display: table;  
278 - min-height: pxToRem(88px);  
279 - padding-left: pxToRem(28px);  
280 - padding-right: pxToRem(28px);  
281 - font-size: pxToRem(22px);  
282 - color: #999999;  
283 - border-bottom: 1px solid $borderC;  
284 - span {  
285 - display: table-cell;  
286 - vertical-align: middle;  
287 - }  
288 - .vip-img {  
289 - padding-right: pxToRem(22px);  
290 - .img {  
291 - width: pxToRem(53px);  
292 - height: pxToRem(33px);  
293 - }  
294 - &:nth-child(3n-3) .img {  
295 - background: image-url('product/silver.png') no-repeat;  
296 - }  
297 - &:nth-child(3n-2) .img {  
298 - background: image-url('product/golden.png') no-repeat;  
299 - }  
300 - &:nth-child(3n-1) .img {  
301 - background: image-url('product/platinum.png') no-repeat;  
302 - }  
303 - }  
304 - .vip-price {  
305 - padding-right: pxToRem(52px);  
306 - }  
307 - .vip-price:last-child {  
308 - padding-right: 0;  
309 - }  
310 - }  
311 .goodsDiscount { 274 .goodsDiscount {
312 font-size: pxToRem(28px); 275 font-size: pxToRem(28px);
313 color: $mainFontC; 276 color: $mainFontC;