force override
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
yiqiu
2025-11-21 22:38:57 +08:00
parent de4e3bf3c5
commit f44e19284d
4 changed files with 58 additions and 14 deletions

View File

@@ -3,6 +3,8 @@
position: relative;
width: 100%;
overflow: hidden;
/* 确保 3D 地球在竖直方向不会被裁剪 */
min-height: 420px;
}
.banner-cont .swiper-slide {
@@ -74,8 +76,8 @@
top: 50%;
right: 8%; /* 根据视觉调节,让地球更靠中间一点 */
transform: translateY(-50%);
width: 420px;
height: 420px;
width: 360px;
height: 360px;
z-index: 20; /* 高于轮播图与文案层 */
pointer-events: none; /* 不影响轮播图滑动与点击 */
}
@@ -84,8 +86,8 @@
@media (max-width: 1400px) {
.banner-globe {
right: 4%;
width: 360px;
height: 360px;
width: 320px;
height: 320px;
}
}