diff --git a/css/index.css b/css/index.css index 43e7d3a..34fd6ca 100644 --- a/css/index.css +++ b/css/index.css @@ -317,7 +317,7 @@ box-shadow: 0 16px 48px rgba(56, 189, 248, 0.6); } -/* 分页器容器 */ +/* 分页器容器 - 强制显示 */ .banner-cont .swiper-pagination { position: absolute !important; bottom: 30px !important; @@ -328,6 +328,8 @@ gap: 12px !important; width: auto !important; height: auto !important; + visibility: visible !important; + opacity: 1 !important; } /* 分页器优化 - 带播放进度条 */ @@ -342,6 +344,8 @@ overflow: hidden !important; margin: 0 !important; flex-shrink: 0 !important; + visibility: visible !important; + display: block !important; } .banner-cont .swiper-pagination-bullet-active {