update for loading failure pic size. code review by LZF
Showing
2 changed files
with
9 additions
and
2 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 | + |
-
Please register or login to post a comment