Authored by 阿达

店铺首页UI错乱 文案有错 fix

... ... @@ -68,12 +68,13 @@
text-overflow: ellipsis;
white-space: nowrap;
}
.brand-name {
width: 60%;
font-size: 28px;
width: 40%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
}
.brand-thumb {
... ... @@ -85,7 +86,6 @@
}
.entry {
width: 150px;
color: #999;
font-size: 28px;
float: right;
... ...
... ... @@ -17,7 +17,7 @@
<img class="brand-thumb" src={{thumb}}>
<span class="brand-name">{{name}}</span>
<span class="entry">
进入品牌
进入店铺
<i class="iconfont">&#xe614;</i>
</span>
</a>
... ...