From 7585f54e3e558975600b644ba0b9e7461108b8e7 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Fri, 15 Mar 2024 15:36:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=9A=84=E8=AF=A6=E6=83=85=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/detail.scss | 22 ++++++++++++++-------- pages/goods/detail.vue | 6 ++++-- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/pages/goods/detail.scss b/pages/goods/detail.scss index e85bfd9..d324495 100644 --- a/pages/goods/detail.scss +++ b/pages/goods/detail.scss @@ -126,16 +126,22 @@ line-height: 1.4; color: #3c3c3c; - .item-title{ - padding: 26rpx 50rpx; - font-size: 36rpx; - font-weight: 600; - border-bottom: #eee solid 2rpx; + .item-title-tab { + width: 100%; + .item-title{ + width: 33.3%; + padding: 26rpx; + font-size: 36rpx; + font-weight: 600; + border-bottom: #eee solid 2rpx; display: inline-block; - } - .item-title-text { - border-bottom: #000000 solid 4rpx; + text-align: center; + .item-title-text { + border-bottom: #000000 solid 4rpx; + } + } } + .item-content{ padding: 20rpx 26rpx; diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index fb17713..3d9a7e2 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -39,8 +39,10 @@ - - {{items.title}} + + + {{items.title}} +