diff --git a/css/index.css b/css/index.css index d9d788b..33aa223 100644 --- a/css/index.css +++ b/css/index.css @@ -78,6 +78,7 @@ background: rgba(15, 23, 42, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(148, 163, 184, 0.15); + z-index: 998; } #index .nav-item-box { @@ -1812,6 +1813,8 @@ html { /* 确保所有section背景连贯 */ #index .section.banner { background: transparent; + position: relative; + z-index: 1; } #index .section.service { diff --git a/index.html b/index.html index 807abd0..b93a179 100644 --- a/index.html +++ b/index.html @@ -78,7 +78,6 @@
-