风大四发是
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 00:55:20 +08:00
parent e4fb0b6135
commit 318dae48de

View File

@@ -23,6 +23,8 @@
/* 首页 Header 深色玻璃态覆盖 */ /* 首页 Header 深色玻璃态覆盖 */
#index #header { #index #header {
background: transparent; background: transparent;
position: relative;
z-index: 999;
} }
#index .nav-shadow { #index .nav-shadow {
@@ -105,6 +107,7 @@
position: relative; position: relative;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
z-index: 1;
} }
/* banner 轮播容器 */ /* banner 轮播容器 */
@@ -313,6 +316,17 @@
box-shadow: 0 16px 48px rgba(56, 189, 248, 0.6); 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 { .banner-cont .swiper-pagination-bullet {
width: 60px; width: 60px;
@@ -323,6 +337,7 @@
transition: all 0.3s ease; transition: all 0.3s ease;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
margin: 0 !important;
} }
.banner-cont .swiper-pagination-bullet-active { .banner-cont .swiper-pagination-bullet-active {