style: 更新前端基础样式

- 调整 reset.css 重置样式
- 更新 variables.css 变量定义

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-15 19:50:20 +08:00
parent 1afa88e812
commit 6b1258e9ca
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ html.dark {
}
body {
font-family: var(--font-system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
font-family: var(--font-system, 'PingFang SC', 'Microsoft YaHei', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif);
font-size: var(--font-size-sm, 14px);
line-height: 1.5;
color: #f3f4f6;

View File

@@ -43,8 +43,8 @@
--spacing-xl: 24px;
--spacing-2xl: 32px;
/* 字体-family: -apple */
--font-system: BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
/* 字体 - 添加中文字体支持 */
--font-system: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
--font-size-xs: 12px;
--font-size-sm: 14px;
--font-size-md: 16px;