Authored by 阿达

fix 多品店字体过大 换行导致UI错乱 bug

... ... @@ -62,6 +62,14 @@
color: #000;
}
.span {
width: 60%;
font-size: 28px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.brand-thumb {
display: block;
float: left;
... ...