From 2f2bbc6e4ae2b431baab2db5048ebd3c2a81a768 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 17 Feb 2023 15:18:41 +0800
Subject: [PATCH] 首页地图面数据颜色更改,添加
---
src/styles/index.scss | 32 +++++++++++++++++++++++++++++++-
1 files changed, 31 insertions(+), 1 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 9c7e281..f893d46 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -3,4 +3,34 @@
@import "./icon/index.scss";
@import "./tool/index.scss";
@import "./element-ui/element-ui.scss";
-@import "./media/index.scss";
\ No newline at end of file
+@import "./media/index.scss";
+body {
+ color: rgb(255, 97, 97);
+ color: rgb(255, 142, 97);
+ color: rgb(255, 192, 97);
+ color: rgb(252, 58, 242);
+ color: rgb(255, 226, 97);
+ color: rgb(148, 58, 252);
+ color: rgb(221, 255, 97);
+ color: rgb(58, 71, 252);
+ color: rgb(129, 255, 97);
+ color: rgb(255, 97, 255);
+ color: rgb(97, 255, 181);
+ color: rgb(58, 181, 252);
+ color: rgb(97, 237, 255);
+ color: rgb(58, 252, 236);
+ color: rgb(97, 184, 255);
+ color: rgb(58, 252, 155);
+ color: rgb(97, 113, 255);
+ color: rgb(81, 252, 58);
+ color: rgb(126, 97, 255);
+ color: rgb(168, 252, 58);
+ color: rgb(171, 97, 255);
+ color: rgb(252, 249, 58);
+ color: rgb(210, 97, 255);
+ color: rgb(252, 174, 58);
+ color: rgb(252, 129, 58);
+ color: rgb(255, 97, 176);
+ color: rgb(252, 58, 58);
+ color: rgb(252, 58, 155);
+}
\ No newline at end of file
--
Gitblit v1.9.3