Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
3 changed files
with
11 additions
and
4 deletions
1 | .order-failure { | 1 | .order-failure { |
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 | {{^}} |
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | {{/if}} | 51 | {{/if}} |
52 | 52 | ||
53 | 53 | ||
54 | - | 54 | + |
55 | <span class="iconfont icon-del"></span> | 55 | <span class="iconfont icon-del"></span> |
56 | </p> | 56 | </p> |
57 | <p class="row"> | 57 | <p class="row"> |
-
Please register or login to post a comment