调整购物车勾选框位置. code review by XWG
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | .checkbox { | 14 | .checkbox { |
15 | position: absolute; | 15 | position: absolute; |
16 | top: 50%; | 16 | top: 50%; |
17 | - margin-top: -14rem / $pxConvertRem; | 17 | + margin-top: -34rem / $pxConvertRem; |
18 | margin-left: 8rem / $pxConvertRem; | 18 | margin-left: 8rem / $pxConvertRem; |
19 | font-size: 28rem / $pxConvertRem; | 19 | font-size: 28rem / $pxConvertRem; |
20 | 20 |
-
Please register or login to post a comment