From 41df2c5a2029adb9508af01749346ca60c192fde Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sat, 22 Nov 2025 18:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/css/index.css b/css/index.css index 650b9c1..cce6cd3 100644 --- a/css/index.css +++ b/css/index.css @@ -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; } }