fix: 优化官网

This commit is contained in:
Daniel
2026-04-27 12:48:35 +08:00
parent 5797bc67b7
commit 1d50532a8c
18 changed files with 1533 additions and 2313 deletions

View File

@@ -0,0 +1,21 @@
:root {
--color-bg: #ffffff;
--color-bg-muted: #f6f8fb;
--color-surface: #ffffff;
--color-ink: #101828;
--color-text: #344054;
--color-text-muted: #667085;
--color-border: #e4e7ec;
--color-primary: #2563eb;
--color-primary-strong: #1d4ed8;
--color-primary-soft: #eef4ff;
--color-dark: #0f172a;
--space-section: 96px;
--space-section-mobile: 64px;
--radius-card: 8px;
--radius-control: 4px;
--shadow-card: 0 16px 40px rgba(16, 24, 40, 0.06);
--shadow-card-hover: 0 22px 50px rgba(16, 24, 40, 0.1);
--motion-fast: 0.2s ease;
--motion-base: 0.25s ease;
}