From beb06721c539e73658db8fe97cc4007744688925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Thu, 13 Nov 2025 16:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E8=B4=AD=E7=89=A9=E8=BD=A6=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shopCar/index/index.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/packages/shopCar/index/index.css b/packages/shopCar/index/index.css index a934dc65..b6ee1cf4 100644 --- a/packages/shopCar/index/index.css +++ b/packages/shopCar/index/index.css @@ -268,7 +268,7 @@ } .tab-item { - font-size: 32rpx; + font-size: 30rpx; color: #666666; padding: 10rpx 20rpx; border-radius: 20rpx; @@ -276,7 +276,19 @@ } .tab-item.active { - color: #FF370B; - font-weight: bold; - background-color: rgba(255, 55, 11, 0.1); + font-size: 30rpx; + font-weight: 700; + position: relative; +} + +.tab-item.active::after { + content: ''; + background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/com_active.png) no-repeat; + background-size: 100% 100%; + width: 52rpx; + height: 22rpx; + position: absolute; + left: 50%; + bottom: -16rpx; + transform: translateX(-50%); } \ No newline at end of file