From 318dae48de4b64bb0b19776c7e7b74fed33c0241 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 23 Nov 2025 00:55:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E5=A4=A7=E5=9B=9B=E5=8F=91=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/index.css b/css/index.css index 6a2a351..d9d788b 100644 --- a/css/index.css +++ b/css/index.css @@ -23,6 +23,8 @@ /* 首页 Header 深色玻璃态覆盖 */ #index #header { background: transparent; + position: relative; + z-index: 999; } #index .nav-shadow { @@ -105,6 +107,7 @@ position: relative; width: 100%; overflow: hidden; + z-index: 1; } /* banner 轮播容器 */ @@ -313,6 +316,17 @@ box-shadow: 0 16px 48px rgba(56, 189, 248, 0.6); } +/* 分页器容器 */ +.banner-cont .swiper-pagination { + position: absolute; + bottom: 30px; + left: 50%; + transform: translateX(-50%); + z-index: 50; + display: flex; + gap: 12px; +} + /* 分页器优化 - 带播放进度条 */ .banner-cont .swiper-pagination-bullet { width: 60px; @@ -323,6 +337,7 @@ transition: all 0.3s ease; position: relative; overflow: hidden; + margin: 0 !important; } .banner-cont .swiper-pagination-bullet-active {