优化 购物车页面 checkbox 和 删除按钮位置. code review by XWG
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
15 | position: absolute; | 15 | position: absolute; |
16 | top: 50%; | 16 | top: 50%; |
17 | margin-top: -14rem / $pxConvertRem; | 17 | margin-top: -14rem / $pxConvertRem; |
18 | - margin-left: 20rem / $pxConvertRem; | 18 | + margin-left: 8rem / $pxConvertRem; |
19 | font-size: 28rem / $pxConvertRem; | 19 | font-size: 28rem / $pxConvertRem; |
20 | 20 | ||
21 | &.icon-cb-checked { | 21 | &.icon-cb-checked { |
@@ -170,7 +170,7 @@ | @@ -170,7 +170,7 @@ | ||
170 | } | 170 | } |
171 | 171 | ||
172 | .icon-del { | 172 | .icon-del { |
173 | - right: 14rem / $pxConvertRem; | 173 | + right: 20rem / $pxConvertRem; |
174 | } | 174 | } |
175 | 175 | ||
176 | .icon-edit { | 176 | .icon-edit { |
-
Please register or login to post a comment