From e6a51b489dd9a39749a68ff442a979f7d7286d0a Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 23 Nov 2025 01:10:06 +0800 Subject: [PATCH] d --- css/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {