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

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