Showing
1 changed file
with
4 additions
and
5 deletions
1 | .hot-brands { | 1 | .hot-brands { |
2 | + background: #fff; | ||
2 | border-bottom: 1px solid #e0e0e0; | 3 | border-bottom: 1px solid #e0e0e0; |
3 | 4 | ||
4 | a { | 5 | a { |
@@ -14,18 +15,16 @@ | @@ -14,18 +15,16 @@ | ||
14 | border-right: 1px solid #e0e0e0; | 15 | border-right: 1px solid #e0e0e0; |
15 | border-top: 1px solid #e0e0e0; | 16 | border-top: 1px solid #e0e0e0; |
16 | overflow: hidden; | 17 | overflow: hidden; |
17 | - background: #fff; | ||
18 | 18 | ||
19 | .brand-logo { | 19 | .brand-logo { |
20 | - display: table-cell; | ||
21 | - width: 3.95rem; | 20 | + width: 100%; |
22 | height: 128rem / $pxConvertRem; | 21 | height: 128rem / $pxConvertRem; |
23 | line-height: 128rem / $pxConvertRem; | 22 | line-height: 128rem / $pxConvertRem; |
24 | text-align: center; | 23 | text-align: center; |
25 | font-size: 0; | 24 | font-size: 0; |
26 | - vertical-align: middle; | ||
27 | 25 | ||
28 | img { | 26 | img { |
27 | + vertical-align: middle; | ||
29 | max-width: 100%; | 28 | max-width: 100%; |
30 | max-height: 100%; | 29 | max-height: 100%; |
31 | } | 30 | } |
@@ -54,7 +53,7 @@ | @@ -54,7 +53,7 @@ | ||
54 | width: 317rem / $pxConvertRem; | 53 | width: 317rem / $pxConvertRem; |
55 | height: 174rem / $pxConvertRem; | 54 | height: 174rem / $pxConvertRem; |
56 | border-top: 1px solid #e0e0e0; | 55 | border-top: 1px solid #e0e0e0; |
57 | - background: #fff; | 56 | + |
58 | 57 | ||
59 | a { | 58 | a { |
60 | display: block; | 59 | display: block; |
-
Please register or login to post a comment