Showing
1 changed file
with
5 additions
and
2 deletions
@@ -14,6 +14,7 @@ | @@ -14,6 +14,7 @@ | ||
14 | border-right: 1px solid #e0e0e0; | 14 | border-right: 1px solid #e0e0e0; |
15 | border-top: 1px solid #e0e0e0; | 15 | border-top: 1px solid #e0e0e0; |
16 | overflow: hidden; | 16 | overflow: hidden; |
17 | + background: #fff; | ||
17 | 18 | ||
18 | .brand-logo { | 19 | .brand-logo { |
19 | display: table-cell; | 20 | display: table-cell; |
@@ -23,6 +24,7 @@ | @@ -23,6 +24,7 @@ | ||
23 | text-align: center; | 24 | text-align: center; |
24 | font-size: 0; | 25 | font-size: 0; |
25 | vertical-align: middle; | 26 | vertical-align: middle; |
27 | + | ||
26 | img { | 28 | img { |
27 | max-width: 100%; | 29 | max-width: 100%; |
28 | max-height: 100%; | 30 | max-height: 100%; |
@@ -52,7 +54,8 @@ | @@ -52,7 +54,8 @@ | ||
52 | width: 317rem / $pxConvertRem; | 54 | width: 317rem / $pxConvertRem; |
53 | height: 174rem / $pxConvertRem; | 55 | height: 174rem / $pxConvertRem; |
54 | border-top: 1px solid #e0e0e0; | 56 | border-top: 1px solid #e0e0e0; |
55 | - | 57 | + background: #fff; |
58 | + | ||
56 | a { | 59 | a { |
57 | display: block; | 60 | display: block; |
58 | width: 100%; | 61 | width: 100%; |
@@ -68,7 +71,7 @@ | @@ -68,7 +71,7 @@ | ||
68 | background: #fff; | 71 | background: #fff; |
69 | width: 100%; | 72 | width: 100%; |
70 | height: 140rem / $pxConvertRem; | 73 | height: 140rem / $pxConvertRem; |
71 | - margin-bottom: 28rem / $pxConvertRem; | 74 | + // margin-bottom: 28rem / $pxConvertRem; |
72 | border-top: 1px solid #e0e0e0; | 75 | border-top: 1px solid #e0e0e0; |
73 | overflow: hidden; | 76 | overflow: hidden; |
74 | 77 |
-
Please register or login to post a comment