【缺陷修复】商城主题对齐后端。修复主题切换不生效的问题。

pull/135/head
puhui999 2025-01-22 17:32:45 +08:00
parent ca85a34e49
commit 5275b64e60
1 changed files with 30 additions and 29 deletions

View File

@ -1,39 +1,40 @@
@import './mixins';
// 60%
$yellow: #ffc300; //ss-
$orange: #ff6000; //ss-
$red: #ff3000; //ss-
$pink: #e03997;
$mauve: #b745cb;
$purple: #652abf; //rgba(101, 42, 191, 1); // ss-
$blue: #0081ff;
$cyan: #37c0fe;
$green: #2aae67; //ss-绿
$olive: #8dc63f;
$grey: #8799a3;
$brown: #a5673f;
$black: #484848; //ss-
$golden: #e9b461; //ss-
$red: #d10019; //
$orange: #f37b1d; //
$gold: #fbbd08; //
$green: #8dc63f; // 绿
$cyan: #1cbbb4; //
$blue: #0081ff; //
$purple: #6739b6; //
$brightRed: #e54d42; //
$forestGreen: #39b54a; // 绿
$mauve: #9c26b0; // 槿
$pink: #e03997; //
$brown: #a5673f; //
$grey: #8799a3; //
$gray: #aaaaaa; //
$black: #333333; //
$colors: ();
$colors: map-merge(
(
'yellow': $yellow,
'orange': $orange,
'red': $red,
'pink': $pink,
'mauve': $mauve,
'purple': $purple,
'violet': $purple,
'blue': $blue,
'cyan': $cyan,
'green': $green,
'olive': $olive,
'grey': $grey,
'brown': $brown,
'black': $black,
'golden': $golden,
'red':$red,
'orange':$orange,
'gold':$gold,
'green':$green,
'cyan':$cyan,
'blue':$blue,
'purple':$purple,
'brightRed':$brightRed,
'forestGreen':$forestGreen,
'mauve':$mauve,
'pink':$pink,
'brown':$brown,
'grey':$grey,
'gray':$gray,
'black':$black,
),
$colors
);