From f06d894f2f15798d24a13d15360ac9fa5e8461d1 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 13 九月 2023 18:21:06 +0800
Subject: [PATCH] 111

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

diff --git a/minipro_standard/uni.scss b/minipro_standard/uni.scss
index 04138e5..3898ed6 100644
--- a/minipro_standard/uni.scss
+++ b/minipro_standard/uni.scss
@@ -86,3 +86,31 @@
 $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