This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user