更改主题色
This commit is contained in:
18
uni.scss
18
uni.scss
@@ -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 变量定义 ===== */
|
||||
/* 为旧占位页面提供基础变量,防止编译错误 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user