All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 22:46:27 +08:00
parent bb960dc101
commit 37b33ef19c
2 changed files with 8 additions and 7 deletions

View File

@@ -76,8 +76,9 @@
top: 50%;
right: 6%; /* 略向中间移动一点,留出更大的展示区域 */
transform: translateY(-50%);
width: 420px;
height: 420px;
/* 缩小一点,避免球体超出可视区域 */
width: 360px;
height: 360px;
z-index: 20; /* 高于轮播图与文案层 */
pointer-events: none; /* 不影响轮播图滑动与点击 */
}
@@ -86,8 +87,8 @@
@media (max-width: 1400px) {
.banner-globe {
right: 4%;
width: 360px;
height: 360px;
width: 320px;
height: 320px;
}
}