Authored by biao

update for loading failure pic size. code review by LZF

@@ -20,7 +20,7 @@ var requesting = false; @@ -20,7 +20,7 @@ var requesting = false;
20 ellipsis.init(); 20 ellipsis.init();
21 21
22 lazyLoad({ 22 lazyLoad({
23 - try_again_css: 'order-failure' 23 + try_again_css: 'good-failure'
24 }); 24 });
25 25
26 26
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 +