From 1cf64b9b10f9538bbc7ebf284fb33e2d5c9ce6aa Mon Sep 17 00:00:00 2001 From: leiyuee Date: Mon, 13 Jul 2026 14:49:13 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E9=A6=96=E9=A1=B5=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index 87fb3d8..3587751 100644 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -370,7 +370,7 @@ } .index_hero_btn_primary { - width: 234px; + width: 300px; padding: 30px 46px; border: 0; background: var(--index_purple); @@ -378,7 +378,7 @@ } .index_hero_btn_secondary { - width: 277px; + width: 265px; gap: 10px; padding: 30px 46px; border: 1px solid var(--index_border); @@ -388,8 +388,8 @@ .index_hero_btn_icon { display: block; - width: 35px; - height: 27px; + width: 25px; + height: 19px; object-fit: contain; } }