#
whycq
2022-06-17 292c3ed952ff6eb9e5a44de1d41786702146c876
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;
}
@@ -628,7 +628,7 @@
   justify-content: center;
   box-sizing: border-box;
   padding: 0 30upx;
   font-size: 28upx;
   font-size: 40upx;
   height: 64upx;
   line-height: 1;
   text-align: center;
@@ -1627,7 +1627,7 @@
   background-color: #f5f5f5;
   line-height: 64upx;
   height: 64upx;
   font-size: 24upx;
   font-size: 50upx;
   color: #333333;
   flex: 1;
   display: flex;
@@ -1644,7 +1644,7 @@
   padding-right: 30upx;
   height: 64upx;
   line-height: 64upx;
   font-size: 26upx;
   font-size: 50upx;
   background-color: transparent;
}
@@ -2331,7 +2331,8 @@
.cu-form-group .title {
   text-align: justify;
   padding-right: 30upx;
   font-size: 30upx;
   font-size: 50upx;
   font-weight: bold;
   position: relative;
   height: 60upx;
   line-height: 60upx;
@@ -2339,7 +2340,7 @@
.cu-form-group input {
   flex: 1;
   font-size: 30upx;
   font-size: 50upx;
   color: #555;
   padding-right: 20upx;
}