modify the css of maybelike
Showing
12 changed files
with
8 additions
and
14 deletions
framework @ 119c247f
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | float: left; | 2 | float: left; |
3 | width: 276rem / $pxConvertRem; | 3 | width: 276rem / $pxConvertRem; |
4 | height: 486rem / $pxConvertRem; | 4 | height: 486rem / $pxConvertRem; |
5 | - margin: 0 (15rem / $pxConvertRem) (28rem / $pxConvertRem); | 5 | + margin: 0 (15rem / $pxConvertRem) (15rem / $pxConvertRem); |
6 | 6 | ||
7 | .tag-container { | 7 | .tag-container { |
8 | height: 28rem / $pxConvertRem; | 8 | height: 28rem / $pxConvertRem; |
@@ -112,11 +112,8 @@ | @@ -112,11 +112,8 @@ | ||
112 | .goods-container { | 112 | .goods-container { |
113 | position: relative; | 113 | position: relative; |
114 | min-height: 440px; | 114 | min-height: 440px; |
115 | - | ||
116 | - .container { | ||
117 | - padding-left: 10px; | ||
118 | - margin-top: 9px; | ||
119 | - } | 115 | + padding-left: 0.375rem; |
116 | + padding-top: 0.2rem; | ||
120 | } | 117 | } |
121 | 118 | ||
122 | } | 119 | } |
-
Please register or login to post a comment