|
|
.hot-brands {
|
|
|
background: #fff;
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
|
|
|
a {
|
...
|
...
|
@@ -14,18 +15,16 @@ |
|
|
border-right: 1px solid #e0e0e0;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
overflow: hidden;
|
|
|
background: #fff;
|
|
|
|
|
|
.brand-logo {
|
|
|
display: table-cell;
|
|
|
width: 3.95rem;
|
|
|
width: 100%;
|
|
|
height: 128rem / $pxConvertRem;
|
|
|
line-height: 128rem / $pxConvertRem;
|
|
|
text-align: center;
|
|
|
font-size: 0;
|
|
|
vertical-align: middle;
|
|
|
|
|
|
img {
|
|
|
vertical-align: middle;
|
|
|
max-width: 100%;
|
|
|
max-height: 100%;
|
|
|
}
|
...
|
...
|
@@ -54,7 +53,7 @@ |
|
|
width: 317rem / $pxConvertRem;
|
|
|
height: 174rem / $pxConvertRem;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
|
a {
|
|
|
display: block;
|
...
|
...
|
|