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;