Authored by 郭成尧

Merge branch 'release/4.5' of git.yoho.cn:fe/YOHOBUYWAP into release/4.5

... ... @@ -62,7 +62,15 @@
color: #000;
}
.span {
span {
width: 60%;
font-size: 28px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.brand-name {
width: 60%;
font-size: 28px;
overflow: hidden;
... ...
... ... @@ -15,7 +15,7 @@
<div class="brand-way">
<a href={{url}}>
<img class="brand-thumb" src={{thumb}}>
<span>{{name}}</span>
<span class="brand-name">{{name}}</span>
<span class="entry">
进入品牌
<i class="iconfont">&#xe614;</i>
... ...