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

This commit is contained in:
yiqiu
2025-11-22 18:50:52 +08:00
parent be20b0d767
commit 41df2c5a20

View File

@@ -103,8 +103,9 @@
/* 相对于 section-content 右对齐section-content padding-right 为 20px */
right: 20px;
transform: translateY(-50%);
width: 420px;
height: 420px;
/* 适当放大画布,让粒子有更大的可视范围,减少“被方框裁切”的感觉 */
width: 520px;
height: 520px;
z-index: 20; /* 高于轮播图与文案层 */
pointer-events: none; /* 不影响轮播图滑动与点击 */
}
@@ -113,8 +114,8 @@
@media (max-width: 1400px) {
.banner-globe {
right: 20px;
width: 360px;
height: 360px;
width: 440px;
height: 440px;
}
}