update for loading failure pic size. code review by LZF
Showing
2 changed files
with
8 additions
and
1 deletions
@@ -2,3 +2,10 @@ | @@ -2,3 +2,10 @@ | ||
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