From 5c6823e0b22c2245f8c905cd953857fd88c57aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Tue, 16 Sep 2025 21:54:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/user_pages/myself/index.scss | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/user_pages/myself/index.scss b/src/user_pages/myself/index.scss index dd15bbf..b84a546 100644 --- a/src/user_pages/myself/index.scss +++ b/src/user_pages/myself/index.scss @@ -3,7 +3,17 @@ // 个人页面样式 .myself_page { min-height: 100vh; - background: radial-gradient(circle at 50% 0%, rgba(238, 255, 220, 1) 0%, rgba(255, 255, 255, 1) 37%); + background: radial-gradient(circle at 50% 0, + /* 光晕圆心在顶部中间 */ + rgba(173, 216, 230, 0.9) 0px, + /* 中间更深的浅蓝 */ + rgba(173, 216, 230, 0.5) 200px, + /* 100px 处开始淡化 */ + rgba(255, 255, 255, 1) 300px, + /* 到 200px 变成白色 */ + #ffffff 100% + /* 200px 以下全白 */ + ); position: relative; overflow: hidden; box-sizing: border-box; @@ -17,7 +27,7 @@ margin-top: 0; box-sizing: border-box; overflow-y: auto; - padding: 0px 15px 15px 15px ; + padding: 0px 15px 15px 15px; // 用户信息区域 .user_info_section { @@ -355,5 +365,4 @@ } } } -} - +} \ No newline at end of file