Authored by ccbikai

首页热门品牌图片竖直居中

... ... @@ -16,14 +16,14 @@
overflow: hidden;
.brand-logo {
width: 100%;
display: table-cell;
width: 3.95rem;
height: 128rem / $pxConvertRem;
line-height: 128rem / $pxConvertRem;
text-align: center;
font-size: 0;
img {
vertical-align: middle;
img {
max-width: 100%;
max-height: 100%;
}
... ...