From ca73a173f008c8d7a9d700bad897ca24fe2d2203 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 16 十月 2023 09:29:57 +0800
Subject: [PATCH] 111

---
 minipro_standard/uni.scss |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/minipro_standard/uni.scss b/minipro_standard/uni.scss
index 3bc1c4c..5117f21 100644
--- a/minipro_standard/uni.scss
+++ b/minipro_standard/uni.scss
@@ -17,6 +17,15 @@
 
 $nav-color: #4275FC;
 
+// 鍏ㄥ眬鐘舵�佽壊
+$nav-stateColor1: #305ED5;
+$nav-stateColor2: #03AF76;
+$nav-stateColor3: #999999;
+$nav-stateColor4: #de5243;
+$nav-stateColor5: #F5A400;
+$nav-stateColor6: #666666;
+$nav-stateColor7: #03AF76;
+
 /* 琛屼负鐩稿叧棰滆壊 */
 $uni-color-primary: #007aff;
 $uni-color-success: #4cd964;
@@ -77,3 +86,32 @@
 $uni-font-size-subtitle:26px;
 $uni-color-paragraph: #3F536E; // 鏂囩珷娈佃惤棰滆壊
 $uni-font-size-paragraph:15px;
+
+.backgreen {
+  background: $nav-stateColor2 !important;
+}
+
+.backyellow {
+  background: $nav-stateColor5 !important;
+}
+
+.backred {
+  background: $nav-stateColor4 !important;
+}
+
+/* #ifdef H5 */
+img {
+	width: 100%;
+	height: 100%;
+}
+
+view {
+	display: block;
+}
+
+image {
+	display: block;
+	
+}
+/* #endif */
+

--
Gitblit v1.9.3