From b0dea78672fc3cb3c5bfce28bbdb10b5913fe0b3 Mon Sep 17 00:00:00 2001 From: "AERWEN\\26795" <123456789a> Date: Tue, 24 Oct 2023 11:51:54 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E4=BF=AE=E6=94=B9=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E8=A7=84=E6=A0=BC=E7=9A=84=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/goods-list/index.wxss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/components/goods-list/index.wxss b/components/goods-list/index.wxss index eceddaf..3c70bfa 100644 --- a/components/goods-list/index.wxss +++ b/components/goods-list/index.wxss @@ -8,4 +8,20 @@ .t-toast__content { z-index: 12001 !important; +} + +.popup-sku__price-num { + font-size: 50rpx; + color: #fa4126; + font-weight: bold; + font-family: DIN Alternate; +} + +.popup-sku__price-del { + position: relative; + font-weight: normal; + left: 12rpx; + bottom: 2rpx; + color: #999999; + font-size: 32rpx; } \ No newline at end of file