From d7ecd5c4af6eba19591ea9ee63538d265b177803 Mon Sep 17 00:00:00 2001 From: "3127647737@qq.com" <3127647737@qq.com> Date: Fri, 31 Jul 2026 17:32:53 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E9=A6=96=E5=B1=8F?= =?UTF-8?q?=E7=99=BD=E8=89=B2=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneinai.html | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/oneinai.html b/oneinai.html index 9477b38..a7f4258 100644 --- a/oneinai.html +++ b/oneinai.html @@ -900,7 +900,7 @@ min-height: 100vh; color: #1d1d1f; font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'PingFang SC', 'Microsoft YaHei', sans-serif; - background: #f5f5f7; + background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 58%, #f5f5f7 100%); } .oneinai-root::before, @@ -919,16 +919,7 @@ } .hero::before { - left: -90px; - right: -90px; - top: 0; - bottom: 0; - height: auto; - border: 1px solid rgba(0, 0, 0, 0.06); - border-radius: 0 0 24px 24px; - background: linear-gradient(180deg, #ffffff 0%, #f7f8fa 100%); - clip-path: none; - box-shadow: 0 24px 70px rgba(0, 0, 0, 0.05); + display: none; } .hero-kicker { @@ -1176,12 +1167,7 @@ } .hero::before { - left: -24px; - right: -24px; - top: 0; - bottom: 0; - height: auto; - clip-path: none; + display: none; } }