Showing
3 changed files
with
13 additions
and
2 deletions
@@ -219,7 +219,18 @@ $basicBtnC:#eb0313; | @@ -219,7 +219,18 @@ $basicBtnC:#eb0313; | ||
219 | width: pxToRem(52px); | 219 | width: pxToRem(52px); |
220 | height: pxToRem(32px); | 220 | height: pxToRem(32px); |
221 | } | 221 | } |
222 | + &:nth-child(3n-3) { | ||
223 | + background: image-url('product/silver.png') no-repeat; | ||
224 | + } | ||
225 | + &:nth-child(3n-2) { | ||
226 | + background: image-url('product/golden.png') no-repeat; | ||
227 | + } | ||
228 | + &:nth-child(3n-1) { | ||
229 | + background: image-url('product/platinum.png') no-repeat; | ||
230 | + } | ||
222 | } | 231 | } |
232 | + | ||
233 | + | ||
223 | .vip-price{ | 234 | .vip-price{ |
224 | padding-right: pxToRem(55px); | 235 | padding-right: pxToRem(55px); |
225 | } | 236 | } |
@@ -34,7 +34,7 @@ | @@ -34,7 +34,7 @@ | ||
34 | <div class="vipLevel"> | 34 | <div class="vipLevel"> |
35 | {{# list}} | 35 | {{# list}} |
36 | <span class="vip-img"> | 36 | <span class="vip-img"> |
37 | - <img class="lazy" data-original="http://static.dev.yohobuy.com/img/product/silver.png" alt=""> | 37 | + <img class="img" alt=""> |
38 | </span> | 38 | </span> |
39 | <span class="vip-price">{{text}}</span> | 39 | <span class="vip-price">{{text}}</span> |
40 | {{/ list}} | 40 | {{/ list}} |
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <ul class="swiper-wrapper"> | 3 | <ul class="swiper-wrapper"> |
4 | {{# list}} | 4 | {{# list}} |
5 | <li class="swiper-slide"> | 5 | <li class="swiper-slide"> |
6 | - <a href="{{url}}"> | 6 | + <a href="javascript:;"> |
7 | <img src="{{img}}" alt=""> | 7 | <img src="{{img}}" alt=""> |
8 | </a> | 8 | </a> |
9 | </li> | 9 | </li> |
-
Please register or login to post a comment