From 87996b95f15a3d66b3b91b8056069e619359a1b5 Mon Sep 17 00:00:00 2001 From: guangyin Date: Sat, 28 Feb 2026 11:21:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 66ceac5..73789c3 100644 --- a/css/style.css +++ b/css/style.css @@ -195,7 +195,7 @@ th { position: fixed; /*overflow:hidden; */ height: 100px; z-index: 10; - background: rgba(255, 255, 255, 0.7); + background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(40px); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15); } @@ -247,7 +247,7 @@ th { } .header-v1 .top-main .logo1 a { display: block; - height: 40px; + height: 70px; } .header-v1 .top-main .logo1 img { height: 100%; @@ -337,7 +337,7 @@ th { } .nav h3 a { display: block; - color: #333; + color: #FFFFFF; line-height: 100px; font-size: 16px; text-transform: uppercase;