#
whycq
2023-04-20 c0b24b804539df3a40a0be613b44562c7e073005
colorui/main.css
@@ -86,11 +86,11 @@
         开关
 ==================== */
switch,
/* switch,
checkbox,
radio {
   position: relative;
}
} */
switch::after,
switch::before {
@@ -131,7 +131,7 @@
}
/* #ifndef MP-ALIPAY */
radio::before,
/* radio::before,
checkbox::before {
   font-family: "cuIcon";
   content: "\e645";
@@ -161,7 +161,7 @@
checkbox.round .uni-checkbox-input {
   border-radius: 100upx;
}
 */
/* #endif */
switch[checked]::before {
@@ -220,40 +220,17 @@
   border-radius: 10upx;
}
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,
checkbox .uni-checkbox-input::before,
radio .uni-radio-input::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, */
/* checkbox .uni-checkbox-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";