From 6c9cbdf482ce1330704dc635c510ec51a1115a9f Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 18 三月 2024 16:52:29 +0800
Subject: [PATCH] #
---
colorui/main.css | 29 ++++++++++++++---------------
1 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/colorui/main.css b/colorui/main.css
index 57cdc3c..13aed53 100644
--- a/colorui/main.css
+++ b/colorui/main.css
@@ -90,8 +90,8 @@
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 {
@@ -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,8 +160,8 @@
checkbox.round .wx-checkbox-input,
checkbox.round .uni-checkbox-input {
border-radius: 100upx;
-} */
-
+}
+ */
/* #endif */
switch[checked]::before {
@@ -628,7 +628,7 @@
justify-content: center;
box-sizing: border-box;
padding: 0 30upx;
- font-size: 40upx;
+ font-size: 28upx;
height: 64upx;
line-height: 1;
text-align: center;
@@ -1627,7 +1627,7 @@
background-color: #f5f5f5;
line-height: 64upx;
height: 64upx;
- font-size: 50upx;
+ font-size: 24upx;
color: #333333;
flex: 1;
display: flex;
@@ -1644,7 +1644,7 @@
padding-right: 30upx;
height: 64upx;
line-height: 64upx;
- font-size: 50upx;
+ font-size: 26upx;
background-color: transparent;
}
@@ -2331,8 +2331,7 @@
.cu-form-group .title {
text-align: justify;
padding-right: 30upx;
- font-size: 50upx;
- font-weight: bold;
+ font-size: 30upx;
position: relative;
height: 60upx;
line-height: 60upx;
@@ -2340,7 +2339,7 @@
.cu-form-group input {
flex: 1;
- font-size: 50upx;
+ font-size: 30upx;
color: #555;
padding-right: 20upx;
}
@@ -3416,7 +3415,7 @@
.bg-yellow {
background-color: #fbbd08;
- color: #ffffff;
+ color: #333333;
}
.bg-olive {
--
Gitblit v1.9.1