From fc1dc7ae5fdc26027aedf140b1aa266fcf708a3a Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Fri, 13 Oct 2023 20:43:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods-detail/goods-detail.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/goods-detail/goods-detail.css b/pages/goods-detail/goods-detail.css index 106cf73c..c1804f7c 100644 --- a/pages/goods-detail/goods-detail.css +++ b/pages/goods-detail/goods-detail.css @@ -30,7 +30,7 @@ } .top-nav { position: absolute; - bottom: 6rpx; + bottom: 4rpx; width: calc(100% - 40rpx); /* #ifdef H5 || APP */ bottom: 6px; @@ -43,7 +43,7 @@ margin-left: calc(50% - 170rpx); } .top-nav-content text { - font-size: 32rpx; + font-size: 30rpx; /* #ifdef H5 || APP */ font-size: 14px; /* #endif */ @@ -52,12 +52,11 @@ margin-right: 30rpx; } .top-nav-content .nav-active { - font-weight: 700; + font-weight: 500; padding-bottom: 5rpx; padding-bottom: 5rpx; border-style: solid; border-width: 0 0 2px 0; - font-size: 34rpx; /* #ifdef H5 || APP */ font-size: 16px; /* #endif */