Authored by biao

update for optimise the good image in cart

@@ -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() {
@@ -71,8 +71,7 @@ @@ -71,8 +71,7 @@
71 71
72 .thumb { 72 .thumb {
73 float: left; 73 float: left;
74 - width: 180rem / $pxConvertRem;  
75 - height: 200rem / $pxConvertRem; 74 + width: 150rem / $pxConvertRem;
76 background-size: 100%; 75 background-size: 100%;
77 background-repeat: no-repeat; 76 background-repeat: no-repeat;
78 } 77 }
@@ -80,7 +79,7 @@ @@ -80,7 +79,7 @@
80 .deps { 79 .deps {
81 position: relative; 80 position: relative;
82 width: 380rem / $pxConvertRem; 81 width: 380rem / $pxConvertRem;
83 - margin-left: 4.7rem; 82 + margin-left: 180rem / $pxConvertRem;
84 border-bottom: 1px solid #e0e0e0; 83 border-bottom: 1px solid #e0e0e0;
85 padding: 0.5rem 0; 84 padding: 0.5rem 0;
86 } 85 }