Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
3 changed files
with
9 additions
and
2 deletions
@@ -2,3 +2,10 @@ | @@ -2,3 +2,10 @@ | ||
2 | background-image: image-url('lazy-failure/order-good.jpg'); | 2 | background-image: image-url('lazy-failure/order-good.jpg'); |
3 | background-size: 100%; | 3 | background-size: 100%; |
4 | } | 4 | } |
5 | + | ||
6 | +.good-failure { | ||
7 | + background-image: image-url('lazy-failure/order-good.jpg'); | ||
8 | + background-size: 132rem / $pxConvertRem !important; | ||
9 | + background-position-x: 40%; | ||
10 | +} | ||
11 | + |
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | {{/if}} | 10 | {{/if}} |
11 | 11 | ||
12 | <div class="info"> | 12 | <div class="info"> |
13 | - <img class="thumb lazy" data-original={{url}}> | 13 | + <img class="thumb lazy" data-original={{thumb}}> |
14 | {{#if isAdvanceBuy}} | 14 | {{#if isAdvanceBuy}} |
15 | <p class="few-tag plus-tag">加价购</p> | 15 | <p class="few-tag plus-tag">加价购</p> |
16 | {{^}} | 16 | {{^}} |
-
Please register or login to post a comment