From ca2200ba53b236e8902b706c444375408c782f07 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期一, 18 九月 2023 15:58:45 +0800
Subject: [PATCH] 09-18 小程序

---
 minipro_standard/common/css/lib.css |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/minipro_standard/common/css/lib.css b/minipro_standard/common/css/lib.css
index 10ccfdc..bd9f91d 100644
--- a/minipro_standard/common/css/lib.css
+++ b/minipro_standard/common/css/lib.css
@@ -118,8 +118,9 @@
 .rp { position: relative; }
 .ap { position: absolute; }
 
-.orange{ color: #EA531B !important;}
-.green{ color: #65C35D !important;}
+.orange{ color: #EA531B !important;}
+.yellow{ color: #F5A400 !important;}.bg_yellow{background-color: #F5A400}
+.green{ color: #00BF97 !important;}.bg_green{background-color: #00BF97}
 .blue{ color: #3C77DA !important;}
 .red{ color: #f00 !important;}
 .white{ color: #fff !important;}
@@ -128,7 +129,7 @@
 .wc{color:#F98107 !important;}
 
 .cm {color: #305ED5}
-.c1{color: #111}.c2{color: #222}.c3{ color: #333;}.c6{ color: #666;}.cc{ color: #ccc;}.cf{ color: #fff;}
+.c1{color: #111!important;}.c2{color: #222!important;}.c3{ color: #333!important;}.c6{ color: #666!important;}.cc{ color: #ccc!important;}.cf{ color: #fff!important;}
 /* /deep/ .uicon-close .u-icon--right{ position: absolute; right: 30rpx; top: 30rpx; z-index: 999;} */
 .popCloseBtn{ position: absolute; width:50rpx; height:50rpx; right: 20rpx; top: 20rpx;}
 .fixedTL{ position: absolute; left: 0; top: 0;}

--
Gitblit v1.9.3