Authored by wenjiekong

商品详情,省略号

... ... @@ -75,6 +75,9 @@
<a name="stu-activity">
<h2 class="floor-title">活动推荐</h2>
</a>
<span class="floor-more">
<a target="_blank" href="" id="stu-good-more">更多推荐,请关注有货微信 > </a>
</span>
</div>
<div class="commodity-list clearfix">
{{#activityItem}}
... ...
... ... @@ -400,13 +400,20 @@
margin-top: 16px;
line-height: 1.5;
display: block;
text-align: center;
text-align: left;
font-weight: 600;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.good-detail-text .brand a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.good-detail-text > .price {
margin-top: 5px;
text-align: center;
... ...