Authored by 梁志锋

update

... ... @@ -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);
}
... ...
... ... @@ -34,7 +34,7 @@
<div class="vipLevel">
{{# list}}
<span class="vip-img">
<img class="lazy" data-original="http://static.dev.yohobuy.com/img/product/silver.png" alt="">
<img class="img" alt="">
</span>
<span class="vip-price">{{text}}</span>
{{/ list}}
... ...
... ... @@ -3,7 +3,7 @@
<ul class="swiper-wrapper">
{{# list}}
<li class="swiper-slide">
<a href="{{url}}">
<a href="javascript:;">
<img src="{{img}}" alt="">
</a>
</li>
... ...