From 8bfedd8ad7033e798159bdb305812bc3aebc5fd7 Mon Sep 17 00:00:00 2001 From: kdletters Date: Sun, 12 Jul 2026 20:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=A6=96=E9=A1=B5=E5=93=81?= =?UTF-8?q?=E7=89=8C=E6=96=87=E6=A1=88=E5=AD=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将品牌说明字号固定为 17px 将首页主描述字号调整为 20px 将泥点赠送文案字号调整为 16px --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index caa5a98a7..8df8a0ccb 100644 --- a/src/index.css +++ b/src/index.css @@ -3426,7 +3426,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock { .creation-landing__eyebrow { width: fit-content; color: #8c796c; - font-size: clamp(0.86rem, 1.2vw, 1.02rem); + font-size: 17px; font-weight: 860; letter-spacing: 0.18em; text-indent: 0.18em; @@ -3458,7 +3458,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock { } .creation-landing__hero-subtitle { - font-size: clamp(1rem, 1.55vw, 1.35rem); + font-size: 20px; font-weight: 620; letter-spacing: 0.04em; line-height: 1.7; @@ -3466,7 +3466,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock { .creation-landing__hero-benefit { color: #9a6f56; - font-size: clamp(0.8rem, 0.92vw, 0.94rem); + font-size: 16px; font-weight: 680; letter-spacing: 0.08em; line-height: 1.55;