From ea87c908fb6cdfc3e227a584a53e6730efb8262a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 26 十月 2023 13:41:12 +0800
Subject: [PATCH] 小程序代码

---
 minipro_standard/common/css/lib.css |   33 +++++++++++++++++++++++++--------
 1 files changed, 25 insertions(+), 8 deletions(-)

diff --git a/minipro_standard/common/css/lib.css b/minipro_standard/common/css/lib.css
index 4f66d17..3246452 100644
--- a/minipro_standard/common/css/lib.css
+++ b/minipro_standard/common/css/lib.css
@@ -13,7 +13,7 @@
 .wp{ width: 94%; margin: 0 auto;}
 .w30{ width: 30%;}.w40{ width: 40%;}.w47{ width: 47%;}.w48{ width: 48%;}.w49{ width: 49%;}.w50{ width: 50%;}.w60{ width: 60%;}.w80{ width: 80%;}.w90{ width: 90%;}
 
-.bg_m{background-color: #F3F6F9;}.bg_fa{ background-color: #fafafa;}.bg_f2{ background-color: #f2f2f2;}.bg_f1{ background-color: #f1f1f1;}.bg_f5{ background-color: #f5f5f5;}.bg_f6{ background-color: #f6f6f6;}.bg_f7{ background-color: #f7f7f7;}.bg_f8{ background-color: #f8f8f8;}.bg_e{ background-color: #eee;}.bg_d{ background-color: #ddd;}.bg_w{ background-color: #fff;}.bg_3{ background-color: #333;}
+.bg_m{background-color: #305ED5;}.bg_fa{ background-color: #fafafa;}.bg_f2{ background-color: #f2f2f2;}.bg_f1{ background-color: #f1f1f1;}.bg_f5{ background-color: #f5f5f5;}.bg_f6{ background-color: #f6f6f6;}.bg_f7{ background-color: #f7f7f7;}.bg_f8{ background-color: #f8f8f8;}.bg_e{ background-color: #eee;}.bg_d{ background-color: #ddd;}.bg_w{ background-color: #fff;}.bg_3{ background-color: #333;}
 
 .rd4{border-radius: 4rpx;}.rd5{border-radius: 5rpx;}.rd6{border-radius: 6rpx;}.rd8{border-radius: 8rpx;}.rd10{border-radius: 10rpx;}.rd15{border-radius: 15rpx;}.rd20{border-radius: 20rpx;}.rd30{border-radius: 30rpx;}.rd40{border-radius: 40rpx;}.rd50{border-radius: 50rpx;}.rd60{border-radius: 60rpx;}.rd70{border-radius: 70rpx;}.rd80{border-radius: 80rpx;}.rd90{border-radius: 90rpx;}.rd100{border-radius: 100rpx;}.rd120{border-radius: 120rpx;}.rdhalf{  border-radius:50%}
 
@@ -44,7 +44,8 @@
 .img16{ width: 16rpx; height: 16rpx;}
 .img20{ width: 20rpx; height: 20rpx;}
 .img24{ width: 24rpx; height: 24rpx;}
-.img26{ width: 26rpx; height: 26rpx;}
+.img26{ width: 26rpx; height: 26rpx;}
+.img28{ width: 28rpx; height: 28rpx;}
 .img30{ width: 30rpx; height: 30rpx;}
 .img32{ width: 32rpx; height: 32rpx;}
 .img36{ width: 36rpx; height: 36rpx;}
@@ -71,11 +72,12 @@
 .bcover{  background-size: cover; background-position: center center; background-repeat:  no-repeat;}
 .bfull{ background-size: 100% 100%; background-position: center center; background-repeat:  no-repeat;}
 
-.b{ font-weight: bold;}
+.b{ font-weight: bold;}
+.n{ font-weight: 400;}
 .ibm{ display: inline-block; vertical-align: middle;}
 .bbox{ box-sizing: border-box;}
 .rauto{ margin-left:auto; margin-right:auto}
-.fixedBottom{position: fixed;		left: 0;		bottom: 0;		width: 100%;}
+.fixedBottom{position: fixed;		left: 0;		bottom: env(safe-area-inset-bottom);		width: 100%;}
 .lh1-6{line-height: 1.6;}
 .lh1-6{line-height: 1.6;}
 .lh1-8{line-height: 1.8;}
@@ -112,21 +114,36 @@
 .shadowA{box-shadow: 0 0 5rpx 0 #ddd;}
 .shadowB{ position: relative;}
 .shadowB::after{ content: ""; display: block; width: 100%; height: 8rpx; box-shadow: 0 6rpx 12rpx rgba(0,0,0,.08); top: -8rpx; left: 0; position: absolute; }
-
+<<<<<<< HEAD
+=======
+
+.rp { position: relative; }
+.ap { position: absolute; }
 
 .orange{ color: #EA531B;}
 .green{ color: #65C35D;}
 .blue{ color: #3C77DA;}
 .red{ color: #f00;}
 .white{ color: #fff;}
+>>>>>>> 89d77a7cd7285feda993bffec2513892f8bd355f
 
-.mc{color:#216EEE}
-.wc{color:#F98107}
+.rp { position: relative; }
+.ap { position: absolute; }
+
+.orange{ color: #EA531B !important;}
+.green{ color: #65C35D !important;}
+.blue{ color: #3C77DA !important;}
+.red{ color: #f00 !important;}
+.white{ color: #fff !important;}
 
+.mc{color:#216EEE !important;}
+.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;}
 /* /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;}
-.fixedTR{ position: absolute; right: 0; top: 0;}
+.fixedTR{ position: absolute; right: 0; top: 0;}
 
 .beyondO { white-space: nowrap; text-overflow: ellipsis; -webkit-text-overflow: ellipsis; overflow: hidden;}

--
Gitblit v1.9.3