From c60c9056b4c31dea377e6ae3cd121639c644ed30 Mon Sep 17 00:00:00 2001 From: CI Bot Date: Sat, 18 Jul 2026 22:42:49 +0800 Subject: [PATCH] =?UTF-8?q?style:=20prettier=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcss=E6=96=87=E4=BB=B6=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - src/index.css - src/styles/global.css 纯格式修复,不涉及业务逻辑 --- apps/web/src/index.css | 3 ++- apps/web/src/styles/global.css | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/web/src/index.css b/apps/web/src/index.css index da4f455a5..349209f27 100644 --- a/apps/web/src/index.css +++ b/apps/web/src/index.css @@ -16,7 +16,8 @@ body, } body { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", + font-family: + -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/apps/web/src/styles/global.css b/apps/web/src/styles/global.css index 936a02d62..c938fb316 100644 --- a/apps/web/src/styles/global.css +++ b/apps/web/src/styles/global.css @@ -151,8 +151,9 @@ --space-4xl: 96px; /* ── 8. 字体 ─────────────────────────────────────────────── */ - --font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", - "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif; + --font-family-base: + -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", + "Microsoft YaHei", "Noto Sans SC", sans-serif; --font-family-mono: "JetBrains Mono", "Fira Code", "SF Mono", Menlo, Consolas, monospace; --font-size-xs: 11px; @@ -371,7 +372,8 @@ body::before { inset: 0; z-index: 0; pointer-events: none; - background: radial-gradient(circle at 18% 20%, rgba(79, 70, 229, 0.11), transparent 30%), + background: + radial-gradient(circle at 18% 20%, rgba(79, 70, 229, 0.11), transparent 30%), radial-gradient(circle at 86% 14%, rgba(16, 185, 129, 0.08), transparent 28%), radial-gradient(circle at 48% 80%, rgba(99, 102, 241, 0.08), transparent 34%), #f8fafc; } -- 2.54.0