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

This commit is contained in:
yiqiu
2025-11-21 23:06:25 +08:00
parent 3c3e46d34e
commit 4ec8876c00
2 changed files with 7 additions and 1 deletions

View File

@@ -7,6 +7,11 @@
min-height: 520px;
}
/* banner 区背景:左侧保持接近白色以保证文案可读,右侧渐变为浅蓝,衬托透明地球 */
.section.banner {
background: linear-gradient(90deg, #ffffff 0%, #f5f7ff 40%, #e3edff 100%);
}
.banner-cont .swiper-slide {
width: 100%;
background: linear-gradient(0, #f7f9fa, #f9fafb);

View File

@@ -105,7 +105,8 @@
.polygonsData(landGeo)
.polygonCapMaterial(
new THREE.MeshLambertMaterial({
color: "darkslategrey",
// 深灰蓝色陆地,与浅蓝背景和整体主题更协调
color: "#111827",
side: THREE.DoubleSide,
})
)