From dc981c44e8126b6cabbeb057434b9593773e193b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=91=9E?= Date: Sat, 1 Nov 2025 22:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Bubble/bubbleItem.module.scss | 7 ++++--- src/components/Bubble/index.module.scss | 1 + src/components/DistanceQuickFilter/index.scss | 1 + src/game_pages/list/index.module.scss | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/Bubble/bubbleItem.module.scss b/src/components/Bubble/bubbleItem.module.scss index a56297d..bec69a4 100644 --- a/src/components/Bubble/bubbleItem.module.scss +++ b/src/components/Bubble/bubbleItem.module.scss @@ -2,9 +2,9 @@ position: relative; border: 1px solid #e5e5e5; outline: none; // 移除浏览器默认的outline - background: #ffffff; + background: hsl(0, 0%, 100%); color: #333333; - font-weight: 400; + font-weight: 600; text-align: center; cursor: pointer; transition: all 0.2s ease; @@ -12,11 +12,12 @@ align-items: center; justify-content: center; white-space: nowrap; - font-size: 12px; + font-size: 14px; border-radius: 28px; margin: 0; width: 116px; height: 28px; + line-height: 20px; // 移除浏览器默认样式 &:focus { diff --git a/src/components/Bubble/index.module.scss b/src/components/Bubble/index.module.scss index 8a46b7b..ec56cf5 100644 --- a/src/components/Bubble/index.module.scss +++ b/src/components/Bubble/index.module.scss @@ -1,5 +1,6 @@ .bubbleContainer { width: 100%; + font-family: "PingFang SC"; // 水平布局 .bubbleHorizontal { diff --git a/src/components/DistanceQuickFilter/index.scss b/src/components/DistanceQuickFilter/index.scss index 6e4b3b0..dba6306 100644 --- a/src/components/DistanceQuickFilter/index.scss +++ b/src/components/DistanceQuickFilter/index.scss @@ -1,5 +1,6 @@ .distanceQuickFilterWrap { width: 100%; + font-family: "PingFang SC"; .nut-menu-bar { --nutui-menu-bar-line-height: 30px; diff --git a/src/game_pages/list/index.module.scss b/src/game_pages/list/index.module.scss index 0360952..528c071 100644 --- a/src/game_pages/list/index.module.scss +++ b/src/game_pages/list/index.module.scss @@ -79,6 +79,7 @@ .listPage { background-color: #fefefe; + font-family: "PingFang SC"; .listTopSearchWrapper { padding: 0 15px;