From 915424730f27445da2e8de13b62e77179cc1a15a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 18 八月 2025 17:07:39 +0800
Subject: [PATCH] fix: 关闭移动充值渠道,打开电信充值渠道
---
packages/components/src/styles/var.scss | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/packages/components/src/styles/var.scss b/packages/components/src/styles/var.scss
index 1348eaf..2e82ce1 100644
--- a/packages/components/src/styles/var.scss
+++ b/packages/components/src/styles/var.scss
@@ -4,32 +4,32 @@
$bole-colors: () !default;
$bole-colors: map.deep-merge(
(
- 'primary': #3a71ff,
- 'body-background-color': #f9f9fb,
+ 'primary': #028cff,
+ 'body-background-color': #f7f8fa,
'title-color': #444444,
'shadow-color': rgba(0, 0, 0, 0.15),
- 'warning': #ff7d00,
- 'danger': #fe3333,
- 'success': #31b573,
+ 'warning': #ff9e25,
+ 'danger': #f5222d,
+ 'success': #07c160,
'info': #e9e8e8,
),
$bole-colors
);
$bole-text-color: (
- 'primary': #333333,
- 'regular': #666666,
- 'secondary': #999999,
- 'placeholder': #cbcbcb,
+ 'primary': #2f303d,
+ 'regular': #575b6c,
+ 'secondary': #9fa2af,
+ 'placeholder': #dfe1e3,
);
$bole-size: () !default;
$bole-size: map.deep-merge(
(
- 'body-padding-h': 28px,
+ 'body-padding-h': 32px,
'body-padding-h2': 14px,
),
$bole-size
);
-$base-footer-box-shadow: 0px -10px 40px 0px map-get($bole-colors, 'shadow-color');
+$base-footer-box-shadow: 0px -10px 40px 0px map.get($bole-colors, 'shadow-color');
--
Gitblit v1.9.1