From d762fa56d4571cb5b4f8ebfd125882acadceb565 Mon Sep 17 00:00:00 2001 From: pcn_ Date: Sat, 13 Sep 2025 03:03:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E6=8D=A2=E6=88=90=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/user.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/user/user.scss b/src/pages/user/user.scss index 0e2c161..794599d 100644 --- a/src/pages/user/user.scss +++ b/src/pages/user/user.scss @@ -1,4 +1,5 @@ .header-bg{ - background: url('https://oss.wsdns.cn/20250621/edb5d4da976b4d97ba185cb7077d2858.jpg') no-repeat top center; + //background: url('https://oss.wsdns.cn/20250621/edb5d4da976b4d97ba185cb7077d2858.jpg') no-repeat top center; + background: linear-gradient(to bottom, #03605c, #18ae4f); background-size: 100%; }