From a3a019018429f817e5079592cdc0ccfb25d189ef Mon Sep 17 00:00:00 2001 From: lwt <215586800@qq.com> Date: Sat, 9 May 2026 14:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=8D=E5=8A=A1=E5=8C=BA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E7=BC=93=E5=AD=98=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/layout.css | 3 ++- index.html | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/assets/css/layout.css b/assets/css/layout.css index bdc5cb1..7b85264 100644 --- a/assets/css/layout.css +++ b/assets/css/layout.css @@ -31,6 +31,7 @@ .services-section { position: relative; + scroll-margin-top: 24px; padding: 30px 42px 34px; background: rgba(255, 255, 255, 0.78); border: 1px solid rgba(215, 226, 242, 0.95); @@ -49,7 +50,7 @@ .services { display: grid; - grid-template-columns: repeat(5, minmax(0, 1fr)); + grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; } diff --git a/index.html b/index.html index 1539d19..b1e0a0a 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@ sumi.work - 服务入口 - - - + + +