From c8dc3d4f33e7548e2d02ba14e9cb770afda5df2b Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期四, 24 二月 2022 17:05:41 +0800
Subject: [PATCH] #

---
 colorui/main.css |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/colorui/main.css b/colorui/main.css
index 6147bfb..247c502 100644
--- a/colorui/main.css
+++ b/colorui/main.css
@@ -86,12 +86,12 @@
          寮�鍏�
  ==================== */
 
-switch,
+/* switch,
 checkbox,
 radio {
 	position: relative;
 }
-
+ */
 switch::after,
 switch::before {
 	font-family: "cuIcon";
@@ -120,10 +120,10 @@
 	left: auto;
 }
 
-switch[checked]::after,
+/* switch[checked]::after,
 switch.checked::after {
 	transform: scale(1, 1);
-}
+} */
 
 switch[checked]::before,
 switch.checked::before {
@@ -131,7 +131,7 @@
 }
 
 /* #ifndef MP-ALIPAY */
-radio::before,
+/* radio::before,
 checkbox::before {
 	font-family: "cuIcon";
 	content: "\e645";
@@ -146,9 +146,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 +160,7 @@
 checkbox.round .wx-checkbox-input,
 checkbox.round .uni-checkbox-input {
 	border-radius: 100upx;
-}
+} */
 
 /* #endif */
 
@@ -222,11 +222,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;
 }
@@ -2332,6 +2332,7 @@
 	text-align: justify;
 	padding-right: 30upx;
 	font-size: 30upx;
+	font-weight: bold;
 	position: relative;
 	height: 60upx;
 	line-height: 60upx;

--
Gitblit v1.9.1