From ecb5f19fc0e98867ac069303e6e809342974261d Mon Sep 17 00:00:00 2001 From: Gdpao <1341331954@qq.com> Date: Fri, 21 Aug 2020 09:14:57 +0800 Subject: [PATCH] gdpao --- pageB/photo/index.vue | 3 ++- pageB/video/video.nvue | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pageB/photo/index.vue b/pageB/photo/index.vue index 0fdebcb..6a483ae 100644 --- a/pageB/photo/index.vue +++ b/pageB/photo/index.vue @@ -342,15 +342,16 @@ display: flex; flex-direction: column; justify-content: space-around; + width: 500rpx; color: #343434; font-size: 28rpx; .cart-title { - width: 400rpx; line-height: 40rpx; font-size: 29rpx; } .cart-info { font-size: 24rpx; + line-height: 1.2; } .name { width: 500rpx; diff --git a/pageB/video/video.nvue b/pageB/video/video.nvue index 03d07f0..c1bc76d 100644 --- a/pageB/video/video.nvue +++ b/pageB/video/video.nvue @@ -109,6 +109,7 @@ {{ item.goods_advword }} + {{ item.goods_name }} {{ item.goods_promotion_price }} @@ -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 { -- 2.45.2