From 2d66879af9bd793a40d7bee61d499e5ff3bcf744 Mon Sep 17 00:00:00 2001 From: MKStoler1024 <158786854+MKStoler1024@users.noreply.github.com> Date: Wed, 26 Mar 2025 22:39:45 +0000 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E4=B8=BA=E6=A8=AA=E5=90=91=EF=BC=8C=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=E5=AF=B9=E9=BD=90=E5=B9=B6=E8=B0=83=E6=95=B4=E9=97=B4?= =?UTF-8?q?=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 8adba4b..f52fd97 100644 --- a/index.html +++ b/index.html @@ -53,10 +53,13 @@ list-style: none; padding: 0; margin: 0; + display: flex; /* 改为横向排布 */ + justify-content: center; /* 居中对齐 */ + gap: 30px; /* 按钮之间的间距 */ animation: fadeInUp 1s ease-in-out; } li { - margin-bottom: 30px; + margin-bottom: 0; /* 移除垂直间距 */ } a { color: #fff;