From 56f7f9d4261967a691cc4c4b7904c797f4bb4d88 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Mon, 6 Oct 2025 17:35:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F16p?= =?UTF-8?q?x=E6=9B=BF=E6=8D=A2=E5=85=A8=E5=B1=80=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FormCard/styles/index.scss | 2 +- src/components/OrderCardItem/styles/index.scss | 2 +- src/components/Stepper/styles/index.scss | 2 +- src/pages-order/order/components/NoticeInfo/styles/index.scss | 2 +- .../order/components/RefundPopup/styles/index.scss | 4 ++-- src/pages-order/order/components/Tabs/styles/index.scss | 2 +- src/pages-order/order/components/UserInfo/styles/index.scss | 2 +- src/pages/goods/components/GoodConfirm/styles/index.scss | 4 ++-- src/pages/goods/components/GoodInfo/styles/index.scss | 2 +- .../index/components/chat/ChatInputArea/styles/index.scss | 4 ++-- .../module/DetailCardGoodsContentList/styles/index.scss | 4 ++-- .../module/QuickBookingContentList/styles/index.scss | 4 ++-- src/pages/login/components/AgreePopup/styles/index.scss | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/FormCard/styles/index.scss b/src/components/FormCard/styles/index.scss index acb676e..7afbd37 100644 --- a/src/components/FormCard/styles/index.scss +++ b/src/components/FormCard/styles/index.scss @@ -48,7 +48,7 @@ $form-transition: all 0.2s ease; .form-title { margin-left: 8px; - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: 500; color: $form-primary-color; flex: 1; diff --git a/src/components/OrderCardItem/styles/index.scss b/src/components/OrderCardItem/styles/index.scss index 1b784b4..8ddb982 100644 --- a/src/components/OrderCardItem/styles/index.scss +++ b/src/components/OrderCardItem/styles/index.scss @@ -24,7 +24,7 @@ } .order-title { - font-size: 16px; + font-size: $uni-font-size-lg; color: $uni-text-color; } diff --git a/src/components/Stepper/styles/index.scss b/src/components/Stepper/styles/index.scss index e573e69..2fea26a 100644 --- a/src/components/Stepper/styles/index.scss +++ b/src/components/Stepper/styles/index.scss @@ -5,7 +5,7 @@ .stepper-text { width: 40px; - font-size: 16px; + font-size: $uni-font-size-lg; color: $uni-text-color; text-align: center; } diff --git a/src/pages-order/order/components/NoticeInfo/styles/index.scss b/src/pages-order/order/components/NoticeInfo/styles/index.scss index ad851db..8cd882a 100644 --- a/src/pages-order/order/components/NoticeInfo/styles/index.scss +++ b/src/pages-order/order/components/NoticeInfo/styles/index.scss @@ -7,7 +7,7 @@ .notice-title { display: flex; align-items: center; - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: 500; color: $uni-text-color; } diff --git a/src/pages-order/order/components/RefundPopup/styles/index.scss b/src/pages-order/order/components/RefundPopup/styles/index.scss index 7920114..c551bd0 100644 --- a/src/pages-order/order/components/RefundPopup/styles/index.scss +++ b/src/pages-order/order/components/RefundPopup/styles/index.scss @@ -25,7 +25,7 @@ } &__title { - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: 500; color: $uni-text-color; line-height: 22px; @@ -94,7 +94,7 @@ display: flex; align-items: center; justify-content: center; - font-size: 16px; + font-size: $uni-font-size-lg; transition: all 0.3s ease; outline: none; diff --git a/src/pages-order/order/components/Tabs/styles/index.scss b/src/pages-order/order/components/Tabs/styles/index.scss index 5fdb066..385205c 100644 --- a/src/pages-order/order/components/Tabs/styles/index.scss +++ b/src/pages-order/order/components/Tabs/styles/index.scss @@ -30,7 +30,7 @@ .tab-text-active { color: $uni-text-color; - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: 600; } diff --git a/src/pages-order/order/components/UserInfo/styles/index.scss b/src/pages-order/order/components/UserInfo/styles/index.scss index 1bc97ba..49fa252 100644 --- a/src/pages-order/order/components/UserInfo/styles/index.scss +++ b/src/pages-order/order/components/UserInfo/styles/index.scss @@ -5,7 +5,7 @@ } .user-info-title { - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: 600; margin-bottom: 14px; } diff --git a/src/pages/goods/components/GoodConfirm/styles/index.scss b/src/pages/goods/components/GoodConfirm/styles/index.scss index f06c84c..89b4696 100644 --- a/src/pages/goods/components/GoodConfirm/styles/index.scss +++ b/src/pages/goods/components/GoodConfirm/styles/index.scss @@ -62,7 +62,7 @@ justify-content: space-between; .goods-title { - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: 500; color: $uni-text-color; line-height: 22px; @@ -189,7 +189,7 @@ color: #fff; border: none; border-radius: 24px; - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: 600; display: flex; align-items: center; diff --git a/src/pages/goods/components/GoodInfo/styles/index.scss b/src/pages/goods/components/GoodInfo/styles/index.scss index 711fb78..e29522f 100644 --- a/src/pages/goods/components/GoodInfo/styles/index.scss +++ b/src/pages/goods/components/GoodInfo/styles/index.scss @@ -8,7 +8,7 @@ margin-bottom: 12px; .title { - font-size: 16px; + font-size: $uni-font-size-lg; color: $uni-text-color; font-weight: 600; line-height: 1.4; diff --git a/src/pages/index/components/chat/ChatInputArea/styles/index.scss b/src/pages/index/components/chat/ChatInputArea/styles/index.scss index eeaf46f..808d2ce 100644 --- a/src/pages/index/components/chat/ChatInputArea/styles/index.scss +++ b/src/pages/index/components/chat/ChatInputArea/styles/index.scss @@ -30,7 +30,7 @@ width: 100%; height: 44px; color: $uni-text-color; - font-size: 16px; + font-size: $uni-font-size-lg; display: flex; justify-content: center; align-items: center; @@ -68,7 +68,7 @@ width: 100%; max-height: 92px; min-height: 22px; - font-size: 16px; + font-size: $uni-font-size-lg; line-height: 22px; margin: 6px 0; diff --git a/src/pages/index/components/module/DetailCardGoodsContentList/styles/index.scss b/src/pages/index/components/module/DetailCardGoodsContentList/styles/index.scss index c86c26f..6eac6dc 100644 --- a/src/pages/index/components/module/DetailCardGoodsContentList/styles/index.scss +++ b/src/pages/index/components/module/DetailCardGoodsContentList/styles/index.scss @@ -60,7 +60,7 @@ } .card-title { - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: bold; color: #222; width: 100%; @@ -113,7 +113,7 @@ .card-price { color: #ff6600; - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: bold; } .card-unit { diff --git a/src/pages/index/components/module/QuickBookingContentList/styles/index.scss b/src/pages/index/components/module/QuickBookingContentList/styles/index.scss index 786f432..715e255 100644 --- a/src/pages/index/components/module/QuickBookingContentList/styles/index.scss +++ b/src/pages/index/components/module/QuickBookingContentList/styles/index.scss @@ -59,7 +59,7 @@ } .card-title { - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: bold; color: #222; width: 100%; @@ -112,7 +112,7 @@ .card-price { color: #ff6600; - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: bold; } .card-unit { diff --git a/src/pages/login/components/AgreePopup/styles/index.scss b/src/pages/login/components/AgreePopup/styles/index.scss index 04eb2e1..421c4b5 100644 --- a/src/pages/login/components/AgreePopup/styles/index.scss +++ b/src/pages/login/components/AgreePopup/styles/index.scss @@ -66,7 +66,7 @@ justify-content: center; color: #ffffff; border-radius: $uni-border-radius-50px; - font-size: 16px; + font-size: $uni-font-size-lg; font-weight: 500; transition: all 0.3s ease;