d
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 01:10:06 +08:00
parent 8ff4c21c57
commit e6a51b489d

View File

@@ -317,7 +317,7 @@
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 { .banner-cont .swiper-pagination {
position: absolute !important; position: absolute !important;
bottom: 30px !important; bottom: 30px !important;
@@ -328,6 +328,8 @@
gap: 12px !important; gap: 12px !important;
width: auto !important; width: auto !important;
height: auto !important; height: auto !important;
visibility: visible !important;
opacity: 1 !important;
} }
/* 分页器优化 - 带播放进度条 */ /* 分页器优化 - 带播放进度条 */
@@ -342,6 +344,8 @@
overflow: hidden !important; overflow: hidden !important;
margin: 0 !important; margin: 0 !important;
flex-shrink: 0 !important; flex-shrink: 0 !important;
visibility: visible !important;
display: block !important;
} }
.banner-cont .swiper-pagination-bullet-active { .banner-cont .swiper-pagination-bullet-active {