optimise the few-tag position according to the good img update. code reivew by XWG
Showing
1 changed file
with
2 additions
and
3 deletions
@@ -28,11 +28,10 @@ | @@ -28,11 +28,10 @@ | ||
28 | } | 28 | } |
29 | 29 | ||
30 | .few-tag { | 30 | .few-tag { |
31 | - width: 148rem / $pxConvertRem; | 31 | + width: 150rem / $pxConvertRem; |
32 | position: absolute; | 32 | position: absolute; |
33 | - left: 92rem / $pxConvertRem; | ||
34 | text-align: center; | 33 | text-align: center; |
35 | - top: 75%; | 34 | + top: 72%; |
36 | color: #fff; | 35 | color: #fff; |
37 | } | 36 | } |
38 | 37 |
-
Please register or login to post a comment