From 095ff222a14b884948c3bb1c3e10a37159fe3dd8 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sat, 22 Nov 2025 00:45:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AC=BC=E6=96=A7=E7=A5=9E=E5=B7=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 86098bd..73c8834 100644 --- a/css/index.css +++ b/css/index.css @@ -58,7 +58,7 @@ } .banner-copy #bannerTitle { - font-size: 40px; + font-size: 44px; line-height: 1.2; color: #111827; } @@ -73,6 +73,9 @@ .banner-copy #bannerButton { pointer-events: auto; + /* 首页主按钮稍大一些,突出主召唤操作 */ + font-size: 16px; + padding: 12px 48px; } /* 轮播文案标签 */ @@ -83,8 +86,8 @@ .banner-tag-pill { display: inline-block; margin-right: 8px; - padding: 2px 8px; - font-size: 12px; + padding: 4px 12px; + font-size: 14px; border-radius: 999px; background: rgba(29, 78, 216, 0.08); color: #1D4ED8;