This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
transform: translateY(-50%);
|
||||
width: 420px;
|
||||
height: 420px;
|
||||
z-index: 20; /* 高于轮播图与文案层 */
|
||||
pointer-events: none; /* 不影响轮播图滑动与点击 */
|
||||
}
|
||||
|
||||
@@ -95,6 +96,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* 首页调试:隐藏轮播图图片,仅保留 3D 地球与文案(不影响其它页面) */
|
||||
body#index .banner .banner-cont .swiper-wrapper {
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.banner .banner-s {
|
||||
box-shadow: 0px 0px 16px rgba(52, 52, 52, 0.16);
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user