Files
medical-mall/uni.scss
2026-04-10 11:42:02 +08:00

58 lines
1.4 KiB
SCSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* 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 变量定义 ===== */
/* 为旧占位页面提供基础变量,防止编译错误 */
/* 间距变量 */
$space-xs: 8px;
$space-sm: 12px;
$space-md: 16px;
$space-lg: 24px;
$space-xl: 32px;
/* 字体大小 */
$font-size-sm: 12px;
$font-size-md: 14px;
$font-size-lg: 16px;
$font-size-xl: 18px;
/* 字体粗细 */
$font-weight-normal: 400;
$font-weight-medium: 500;
$font-weight-bold: 600;
/* 圆角 */
$radius: 8px;
$radius-sm: 4px;
$radius-lg: 12px;
/* 颜色 */
$background-primary: #ffffff;
$background-secondary: #f5f5f5;
$text-primary: #262626;
$text-secondary: #8c8c8c;
$border-color: #d9d9d9;
/* 阴影 */
$shadow-xs: 0 2px 8px rgba(0, 0, 0, 0.06);
$shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.08);
$shadow-md: 0 6px 16px rgba(0, 0, 0, 0.12);