From b6428d85a087dfce9281bd28771c4035f2567d21 Mon Sep 17 00:00:00 2001 From: Pine Date: Thu, 27 Aug 2026 17:38:48 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AF=B9=E9=BD=90=20portrait=20?= =?UTF-8?q?=E7=B2=BE=E7=A1=AE=E5=BA=A6=E9=87=8F=20shadow-sm-border(#000000?= =?UTF-8?q?08=20=E4=B8=83=E5=B1=82)/=E5=B0=8F=E8=8A=82=E6=A0=87=E9=A2=98?= =?UTF-8?q?=20fluid=20clamp(h2-fluid,=20weight500)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/src/styles/home.css | 2 +- website/src/styles/tokens.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/styles/home.css b/website/src/styles/home.css index c68c52f..742c233 100644 --- a/website/src/styles/home.css +++ b/website/src/styles/home.css @@ -18,7 +18,7 @@ /* ---------- 通用小节 ---------- */ .pt-section { margin-top: clamp(72px, 12vh, 150px); } -.pt-h { font-family: var(--font-sans); font-weight: 550; font-size: clamp(28px, 4.6vw, 56px); line-height: 1.12; letter-spacing: -.035em; color: var(--heading); } +.pt-h { font-family: var(--font-sans); font-weight: 500; font-size: clamp(1.802rem, 1.313rem + 2.17vw, 3.05rem); line-height: 1.04; letter-spacing: -.032em; color: var(--heading); } .pt-h .ac { color: var(--primary); } .pt-h.center { text-align: center; } .pt-p { margin-top: 18px; font-size: 16.5px; line-height: 1.7; color: var(--text-soft); max-width: 560px; } diff --git a/website/src/styles/tokens.css b/website/src/styles/tokens.css index 96343aa..03ba459 100644 --- a/website/src/styles/tokens.css +++ b/website/src/styles/tokens.css @@ -63,7 +63,7 @@ --shadow-sm: 0 2px 8px rgba(0,0,0,0.06); --shadow-md: 0 8px 24px rgba(0,0,0,0.08); --shadow-lg: 0 16px 48px rgba(0,0,0,0.12); - --shadow-sm-border: 0 16px 16px -8px rgba(0,0,0,0.03), 0 10px 10px -5px rgba(0,0,0,0.03), 0 5px 5px -2.5px rgba(0,0,0,0.03), 0 3px 3px -1.5px rgba(0,0,0,0.03), 0 2px 2px -1px rgba(0,0,0,0.03), 0 1px 1px -0.5px rgba(0,0,0,0.03), 0 0 0 1px rgba(0,0,0,0.05); + --shadow-sm-border: 0 16px 16px -8px rgba(0,0,0,0.03), 0 10px 10px -5px rgba(0,0,0,0.03), 0 5px 5px -2.5px rgba(0,0,0,0.03), 0 3px 3px -1.5px rgba(0,0,0,0.03), 0 2px 2px -1px rgba(0,0,0,0.03), 0 1px 1px -0.5px rgba(0,0,0,0.03), 0 0 0 1px rgba(0,0,0,0.03); --shadow-glow: 0 0 0 1px rgba(6,172,241,0.4), 0 0 24px rgba(38,192,255,0.18); /* 圆角 */