This commit is contained in:
Gdpao
2020-08-21 09:14:57 +08:00
parent 9e6c36b65a
commit ecb5f19fc0
2 changed files with 11 additions and 3 deletions

View File

@@ -109,6 +109,7 @@
<image class="goods-img" :src="item.goods_image" mode=""></image>
<view class="goods-info">
<text class="good-title">{{ item.goods_advword }}</text>
<text class="good-name">{{ item.goods_name }}</text>
<text class="good-price">{{ item.goods_promotion_price }}</text>
</view>
</view>
@@ -634,7 +635,6 @@
font-size: 28rpx;
color: #333;
lines: 2;
letter-spacing: 2rpx;
}
.more-content-box {
@@ -825,6 +825,14 @@
width: 500rpx;
color: #333;
font-size: 30rpx;
lines: 1;
text-overflow: ellipsis;
}
.good-name {
width: 500rpx;
font-size: 24rpx;
line-height: 30rpx;
lines: 2;
text-overflow: ellipsis;
}
@@ -864,7 +872,6 @@
margin-bottom: 20rpx;
lines: 1;
text-overflow: ellipsis;
letter-spacing: 2rpx;
}
.centent {