From 58b41dc039c5c9d1b758c9e190a7c35225ad7585 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 05 三月 2026 18:04:25 +0800
Subject: [PATCH] #

---
 colorui/main.css |   74 +++++++++++++++++++------------------
 1 files changed, 38 insertions(+), 36 deletions(-)

diff --git a/colorui/main.css b/colorui/main.css
index 247c502..3f7bf2c 100644
--- a/colorui/main.css
+++ b/colorui/main.css
@@ -1,12 +1,3 @@
-/*
-  ColorUi for uniApp  v2.1.6 | by 鏂囨檽娓� 2019-05-31 10:44:24
-  浠呬緵瀛︿範浜ゆ祦锛屽浣滃畠鐢ㄦ墍鎵垮彈鐨勬硶寰嬭矗浠讳竴姒備笌浣滆�呮棤鍏�  
-  
-  *浣跨敤ColorUi寮�鍙戞墿灞曚笌鎻掍欢鏃讹紝璇锋敞鏄庡熀浜嶤olorUi寮�鍙� 
-  
-  锛圦Q浜ゆ祦缇わ細240787041锛�
-*/
-
 /* ==================
         鍒濆鍖�
  ==================== */
@@ -86,12 +77,12 @@
          寮�鍏�
  ==================== */
 
-/* switch,
+switch,
 checkbox,
 radio {
 	position: relative;
 }
- */
+
 switch::after,
 switch::before {
 	font-family: "cuIcon";
@@ -120,10 +111,10 @@
 	left: auto;
 }
 
-/* switch[checked]::after,
+switch[checked]::after,
 switch.checked::after {
 	transform: scale(1, 1);
-} */
+}
 
 switch[checked]::before,
 switch.checked::before {
@@ -131,7 +122,7 @@
 }
 
 /* #ifndef MP-ALIPAY */
-/* radio::before,
+radio::before,
 checkbox::before {
 	font-family: "cuIcon";
 	content: "\e645";
@@ -146,9 +137,9 @@
 	transform: scale(1, 1);
 	transition: all 0.3s ease-in-out 0s;
 	z-index: 9;
-} */
+}
 
-/* radio .wx-radio-input,
+radio .wx-radio-input,
 checkbox .wx-checkbox-input,
 radio .uni-radio-input,
 checkbox .uni-checkbox-input {
@@ -160,7 +151,7 @@
 checkbox.round .wx-checkbox-input,
 checkbox.round .uni-checkbox-input {
 	border-radius: 100upx;
-} */
+}
 
 /* #endif */
 
@@ -222,11 +213,11 @@
 
 switch .wx-switch-input::before,
 radio.radio::before,
-/* checkbox .wx-checkbox-input::before, */
+checkbox .wx-checkbox-input::before,
 radio .wx-radio-input::before,
 switch .uni-switch-input::before,
 radio.radio::before,
-/* checkbox .uni-checkbox-input::before, */
+checkbox .uni-checkbox-input::before,
 radio .uni-radio-input::before {
 	display: none;
 }
@@ -1281,7 +1272,7 @@
 	position: relative;
 	display: flex;
 	padding: 0 30upx;
-	min-height: 100upx;
+	min-height: 80upx;
 	background-color: #ffffff;
 	justify-content: space-between;
 	align-items: center
@@ -1484,7 +1475,7 @@
 	display: flex;
 	position: relative;
 	align-items: center;
-	min-height: 100upx;
+	min-height: 80upx;
 	justify-content: space-between;
 }
 
@@ -1669,8 +1660,10 @@
 	position: fixed;
 	width: 100%;
 	bottom: 0;
-	z-index: 1024;
+	z-index: 666;
+	background-color: #fff;
 	box-shadow: 0 -1upx 6upx rgba(0, 0, 0, 0.1);
+	padding: 20upx 0;
 }
 
 .cu-bar.tabbar {
@@ -2332,10 +2325,10 @@
 	text-align: justify;
 	padding-right: 30upx;
 	font-size: 30upx;
-	font-weight: bold;
 	position: relative;
 	height: 60upx;
 	line-height: 60upx;
+	width: inherit;
 }
 
 .cu-form-group input {
@@ -2499,11 +2492,13 @@
 .cu-modal.drawer-modal.show .cu-dialog {
 	transform: translateX(0%);
 }
-.cu-modal .cu-dialog>.cu-bar:first-child .action{
-  min-width: 100rpx;
-  margin-right: 0;
-  min-height: 100rpx;
+
+.cu-modal .cu-dialog>.cu-bar:first-child .action {
+	min-width: 100rpx;
+	margin-right: 0;
+	min-height: 100rpx;
 }
+
 /* ==================
          杞挱
  ==================== */
@@ -2791,7 +2786,7 @@
 /*  -- flex寮规�у竷灞� -- */
 
 .flex {
-	display: flex;
+	display: flex !important;
 }
 
 .basis-xs {
@@ -2933,11 +2928,13 @@
 	position: relative;
 	overflow: hidden;
 }
+
 .grid.grid-square>view.bg-img image {
 	width: 100%;
 	height: 100%;
 	position: absolute;
 }
+
 .grid.col-1.grid-square>view {
 	padding-bottom: 100%;
 	height: 0;
@@ -3255,6 +3252,11 @@
 	padding-left: 50upx;
 }
 
+.padding-lr-0 {
+	padding-left: 0upx;
+	padding-right: 0upx;
+}
+
 .padding-lr-xs {
 	padding-left: 10upx;
 	padding-right: 10upx;
@@ -3281,13 +3283,13 @@
 }
 
 .padding-tb-xs {
-	padding-top: 10upx;
-	padding-bottom: 10upx;
+	padding-top: 10upx !important;
+	padding-bottom: 10upx !important;
 }
 
 .padding-tb-sm {
-	padding-top: 20upx;
-	padding-bottom: 20upx;
+	padding-top: 20upx !important;
+	padding-bottom: 20upx !important;
 }
 
 .padding-tb {
@@ -3416,7 +3418,7 @@
 
 .bg-yellow {
 	background-color: #fbbd08;
-	color: #ffffff;
+	color: #333333;
 }
 
 .bg-olive {
@@ -3815,11 +3817,11 @@
 }
 
 .text-left {
-	text-align: left;
+	text-align: left !important;
 }
 
 .text-right {
-	text-align: right;
+	text-align: right !important;
 }
 
 .text-red,
@@ -3910,4 +3912,4 @@
 .line-white,
 .lines-white {
 	color: #ffffff;
-}
+}
\ No newline at end of file

--
Gitblit v1.9.1