|
|
@ -21,8 +21,8 @@ checkbox .uni-checkbox-input { |
|
|
radio .uni-radio-input.uni-radio-input-checked, |
|
|
radio .uni-radio-input.uni-radio-input-checked, |
|
|
checkbox .uni-checkbox-input.uni-checkbox-input-checked { |
|
|
checkbox .uni-checkbox-input.uni-checkbox-input-checked { |
|
|
/* border-radius: 50%; */ |
|
|
/* border-radius: 50%; */ |
|
|
border: 1px solid #FF4B48 !important; |
|
|
|
|
|
background: #FF4B48 !important; |
|
|
|
|
|
|
|
|
border: 1px solid #FE9903 !important; |
|
|
|
|
|
background: #FE9903 !important; |
|
|
color: #FFFFFF !important; |
|
|
color: #FFFFFF !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@ -47,8 +47,8 @@ checkbox .wx-checkbox-input { |
|
|
radio .wx-radio-input.wx-radio-input-checked, |
|
|
radio .wx-radio-input.wx-radio-input-checked, |
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked { |
|
|
checkbox .wx-checkbox-input.wx-checkbox-input-checked { |
|
|
border-radius: 50%; |
|
|
border-radius: 50%; |
|
|
border: 1px solid #FF4B48 !important; |
|
|
|
|
|
background: #FF4B48 !important; |
|
|
|
|
|
|
|
|
border: 1px solid #FE9903 !important; |
|
|
|
|
|
background: #FE9903 !important; |
|
|
color: #FFFFFF !important; |
|
|
color: #FFFFFF !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|