Showing
1 changed file
with
14 additions
and
5 deletions
1 | .hot-brands { | 1 | .hot-brands { |
2 | - background: #f0f0f0; | ||
3 | border-bottom: 1px solid #e0e0e0; | 2 | border-bottom: 1px solid #e0e0e0; |
3 | + background: #fff; | ||
4 | + | ||
5 | + .floor-header { | ||
6 | + background: #f0f0f0; | ||
7 | + margin: 0; | ||
8 | + padding: 29rem / $pxConvertRem 30rem / $pxConvertRem 0; | ||
9 | + border: 0; | ||
10 | + | ||
11 | + h2 { | ||
12 | + border: 1px solid #e0e0e0; | ||
13 | + background: #fff; | ||
14 | + border-bottom: 0; | ||
15 | + } | ||
16 | + } | ||
4 | 17 | ||
5 | a { | 18 | a { |
6 | display: block; | 19 | display: block; |
@@ -8,10 +21,6 @@ | @@ -8,10 +21,6 @@ | ||
8 | height: 100%; | 21 | height: 100%; |
9 | } | 22 | } |
10 | 23 | ||
11 | - > * { | ||
12 | - background: #fff; | ||
13 | - } | ||
14 | - | ||
15 | .brand { | 24 | .brand { |
16 | float: left; | 25 | float: left; |
17 | width: 158rem / $pxConvertRem; | 26 | width: 158rem / $pxConvertRem; |
-
Please register or login to post a comment