From 83f83b13a7fc8438a6874e6a3c84ec93bfb9d14a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Sat, 8 Nov 2025 21:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=83=8C=E6=99=AF=20?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=20=20#fff=20=E4=B8=BA=20FAFAFA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.ts | 2 +- src/app.scss | 4 ++-- src/game_pages/detail/index.module.scss | 1 + src/game_pages/search/index.scss | 2 ++ src/game_pages/searchResult/index.scss | 2 ++ src/game_pages/sharePoster/index.module.scss | 2 +- src/home_pages/index.scss | 5 +++++ src/other_pages/message/index.scss | 2 +- src/other_pages/new_follow/index.scss | 2 +- src/user_pages/edit/index.scss | 4 ++-- src/user_pages/follow/index.scss | 1 + 11 files changed, 19 insertions(+), 8 deletions(-) diff --git a/src/app.config.ts b/src/app.config.ts index 2202e1b..750c185 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -75,7 +75,7 @@ export default defineAppConfig({ backgroundTextStyle: "light", navigationBarBackgroundColor: "#fff", navigationBarTextStyle: "black", - backgroundColor: "#fff", + backgroundColor: "#FAFAFA", }, permission: { "scope.userLocation": { diff --git a/src/app.scss b/src/app.scss index 70127c8..925b969 100644 --- a/src/app.scss +++ b/src/app.scss @@ -7,14 +7,14 @@ page { height: 100%; min-height: 100vh; - background-color: #fff; + background-color: #FAFAFA; } #app { height: 100%; min-height: 100vh; width: 100%; - background-color: #fff; + background-color: #FAFAFA; } @font-face { diff --git a/src/game_pages/detail/index.module.scss b/src/game_pages/detail/index.module.scss index 757116c..6e730cc 100644 --- a/src/game_pages/detail/index.module.scss +++ b/src/game_pages/detail/index.module.scss @@ -1,6 +1,7 @@ .detail-page { width: 100%; height: 100%; + background-color: #FAFAFA; // padding-bottom: env(safe-area-inset-bottom); .custom-navbar { diff --git a/src/game_pages/search/index.scss b/src/game_pages/search/index.scss index efd0adb..b5256d3 100644 --- a/src/game_pages/search/index.scss +++ b/src/game_pages/search/index.scss @@ -1,6 +1,8 @@ .listSearchContainer { padding: 0 15px; padding-top: 16px; + background-color: #FAFAFA; + min-height: 100vh; .icon16 { width: 16px; diff --git a/src/game_pages/searchResult/index.scss b/src/game_pages/searchResult/index.scss index d420252..b790fee 100644 --- a/src/game_pages/searchResult/index.scss +++ b/src/game_pages/searchResult/index.scss @@ -1,5 +1,7 @@ .searchResultPage { position: relative; + background-color: #FAFAFA; + min-height: 100vh; .searchResultFilterWrapper { position: sticky; diff --git a/src/game_pages/sharePoster/index.module.scss b/src/game_pages/sharePoster/index.module.scss index c334321..6037236 100644 --- a/src/game_pages/sharePoster/index.module.scss +++ b/src/game_pages/sharePoster/index.module.scss @@ -5,7 +5,7 @@ .posterContainer { width: 100vw; height: 100vh; - background: linear-gradient(180deg, #fff 0%, #fafafa 100%), #fff; + background: linear-gradient(180deg, #FAFAFA 0%, #fafafa 100%), #FAFAFA; padding: 100px 20px 40px; box-sizing: border-box; display: flex; diff --git a/src/home_pages/index.scss b/src/home_pages/index.scss index e69de29..7621046 100644 --- a/src/home_pages/index.scss +++ b/src/home_pages/index.scss @@ -0,0 +1,5 @@ +.home_page { + width: 100%; + height: 100vh; + background-color: #FAFAFA; +} diff --git a/src/other_pages/message/index.scss b/src/other_pages/message/index.scss index f91a7a6..48197d7 100644 --- a/src/other_pages/message/index.scss +++ b/src/other_pages/message/index.scss @@ -6,7 +6,7 @@ box-sizing: border-box; display: flex; flex-direction: column; - background: #ffffff; + background: #FAFAFA; // 分类标签区 diff --git a/src/other_pages/new_follow/index.scss b/src/other_pages/new_follow/index.scss index 3397685..831401c 100644 --- a/src/other_pages/new_follow/index.scss +++ b/src/other_pages/new_follow/index.scss @@ -6,7 +6,7 @@ box-sizing: border-box; display: flex; flex-direction: column; - background: #FFFFFF; + background: #FAFAFA; // 顶部导航栏 .navbar { diff --git a/src/user_pages/edit/index.scss b/src/user_pages/edit/index.scss index 342c60b..cd95889 100644 --- a/src/user_pages/edit/index.scss +++ b/src/user_pages/edit/index.scss @@ -5,8 +5,8 @@ circle at 50% 0, /* 光晕圆心在顶部中间 */ rgba(191, 255, 239, 0.9) 0px, /* 中间更深的浅蓝 */ rgba(191, 255, 239, 0.5) 200px, - /* 100px 处开始淡化 */ #fff 300px, - /* 到 200px 变成白色 */ #fff 100% /* 200px 以下全白 */ + /* 100px 处开始淡化 */ #FAFAFA 300px, + /* 到 200px 变成白色 */ #FAFAFA 100% /* 200px 以下全白 */ ); position: relative; // overflow: hidden; diff --git a/src/user_pages/follow/index.scss b/src/user_pages/follow/index.scss index 059a280..40eadc7 100644 --- a/src/user_pages/follow/index.scss +++ b/src/user_pages/follow/index.scss @@ -3,6 +3,7 @@ min-height: 100vh; display: flex; flex-direction: column; + background-color: #FAFAFA; // 导航栏内容 .navbar_content {