From c0b24b804539df3a40a0be613b44562c7e073005 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 20 四月 2023 10:43:46 +0800
Subject: [PATCH] #
---
 colorui/main.css |   37 +++++++------------------------------
 1 files changed, 7 insertions(+), 30 deletions(-)
diff --git a/colorui/main.css b/colorui/main.css
index 13aed53..c3e94d5 100644
--- a/colorui/main.css
+++ b/colorui/main.css
@@ -220,40 +220,17 @@
 	border-radius: 10upx;
 }
 
-switch .wx-switch-input::before,
-radio.radio::before,
+/* switch .wx-switch-input::before,
+radio.radio::before, */
 /* checkbox .wx-checkbox-input::before, */
-radio .wx-radio-input::before,
-switch .uni-switch-input::before,
-radio.radio::before,
+/* radio .wx-radio-input::before, */
+/* switch .uni-switch-input::before, */
+/* radio.radio::before, */
 /* checkbox .uni-checkbox-input::before, */
-radio .uni-radio-input::before {
+/* radio .uni-radio-input::before {
 	display: none;
-}
+} */
 
-radio.radio[checked]::after,
-radio.radio .uni-radio-input-checked::after {
-	content: "";
-	background-color: transparent;
-	display: block;
-	position: absolute;
-	width: 8px;
-	height: 8px;
-	z-index: 999;
-	top: 0upx;
-	left: 0upx;
-	right: 0;
-	bottom: 0;
-	margin: auto;
-	border-radius: 200upx;
-	/* #ifndef MP */
-	border: 7px solid #ffffff !important;
-	/* #endif */
-
-	/* #ifdef MP */
-	border: 8px solid #ffffff !important;
-	/* #endif */
-}
 
 .switch-sex::after {
 	content: "\e71c";
--
Gitblit v1.9.1