From e55c22dc28c117f219f54fbeb0e3ebb38f5f8816 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Fri, 21 Nov 2025 23:21:23 +0800 Subject: [PATCH] yyy --- common/common.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/common/common.css b/common/common.css index 494f899..9af1d97 100644 --- a/common/common.css +++ b/common/common.css @@ -67,9 +67,11 @@ } -.nav-shadow { - top: 0; - box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08); +.nav-shadow { + top: 0; + box-shadow: 0px 0px 8px rgba(52, 52, 52, 0.08); + /* header 背景:轻微蓝白渐变,既保持整体浅色,又和地球的浅蓝色调统一 */ + background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 247, 255, 0.98) 40%, rgba(227, 237, 255, 0.98) 100%); } .nav-header {