Merge branch 'fix/issue' into 'develop'
购物车图片清晰度优化. code review by XWG See merge request !70
Showing
2 changed files
with
3 additions
and
4 deletions
@@ -19,7 +19,7 @@ var $selectAllBtn = $('.balance .checkbox'), | @@ -19,7 +19,7 @@ var $selectAllBtn = $('.balance .checkbox'), | ||
19 | ellipsis.init(); | 19 | ellipsis.init(); |
20 | 20 | ||
21 | lazyLoad({ | 21 | lazyLoad({ |
22 | - try_again_css: 'good-failure' | 22 | + try_again_css: 'order-failure' |
23 | }); | 23 | }); |
24 | 24 | ||
25 | setTimeout(function() { | 25 | setTimeout(function() { |
@@ -76,8 +76,7 @@ | @@ -76,8 +76,7 @@ | ||
76 | 76 | ||
77 | .thumb { | 77 | .thumb { |
78 | float: left; | 78 | float: left; |
79 | - width: 180rem / $pxConvertRem; | ||
80 | - height: 200rem / $pxConvertRem; | 79 | + width: 150rem / $pxConvertRem; |
81 | background-size: 100%; | 80 | background-size: 100%; |
82 | background-repeat: no-repeat; | 81 | background-repeat: no-repeat; |
83 | } | 82 | } |
@@ -85,7 +84,7 @@ | @@ -85,7 +84,7 @@ | ||
85 | .deps { | 84 | .deps { |
86 | position: relative; | 85 | position: relative; |
87 | width: 380rem / $pxConvertRem; | 86 | width: 380rem / $pxConvertRem; |
88 | - margin-left: 4.7rem; | 87 | + margin-left: 180rem / $pxConvertRem; |
89 | border-bottom: 1px solid #e0e0e0; | 88 | border-bottom: 1px solid #e0e0e0; |
90 | padding: 0.5rem 0; | 89 | padding: 0.5rem 0; |
91 | } | 90 | } |
-
Please register or login to post a comment