更改主题色

This commit is contained in:
2026-04-10 11:42:02 +08:00
parent 384111d6aa
commit 334e5936c9
24 changed files with 204 additions and 154 deletions

View File

@@ -1,5 +1,23 @@
/* Global styles entry. Keep minimal to avoid affecting existing pages. */
/* ===== 主题色 Token薄荷绿医养主题===== */
/* 主色 */
$theme-primary: #09C39D;
$theme-primary-press: #07B58F;
$theme-primary-light: #E3F7ED;
/* 渐变 */
$theme-gradient: linear-gradient(135deg, #A6F1E4 0%, #69DFC2 100%);
/* 信息蓝(仅用于 AI 入口、报告指标等信息型场景) */
$theme-info: #469AFD;
/* 背景 */
$theme-bg-page: #F7FCFA;
$theme-bg-card: #FFFFFF;
/* 边框 */
$theme-border-soft: #D8EFE6;
/* 文字 */
$theme-text-primary: #1D2B2A;
$theme-text-secondary: #5F6F6A;
/* ===== SCSS 变量定义 ===== */
/* 为旧占位页面提供基础变量,防止编译错误 */