Authored by ccbikai

热门品牌图片居中

... ... @@ -17,14 +17,15 @@
overflow: hidden;
.brand-logo {
display: table-cell;
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%;
}
... ...