You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
715 B
SCSS

// 主题颜色变量 - 轻科技感配色
$primary-color: #00c6ff; // 科技蓝
$primary-color-dark: #0072ff; // 深蓝
$bg-color: #f0f2f5; // 浅灰色背景
$card-bg: #ffffff; // 纯白色卡片背景
$card-bg-glass: rgba(255, 255, 255, 0.85); // 玻璃拟态背景
$text-primary: #0f1419; // 深色主文本
$text-secondary: #333f51; // 次要文本色
$text-tertiary: #6e7683; // 辅助文本色
$border-radius: 16px; // 较大圆角
$box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); // 柔和的阴影
$box-shadow-hover: 0 8px 32px rgba(0, 198, 255, 0.15); // 科技蓝阴影
$transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); // 平滑过渡效果
$glow-effect: 0 0 15px rgba(0, 198, 255, 0.3); // 发光效果