|
|
@@ -67,15 +67,17 @@ uni-picker .uni-picker-item {
|
|
|
|
|
|
// 修改checkbox 样式
|
|
|
.ljd-checkbox,.ljd-checkbox .uni-checkbox-input {
|
|
|
- // width: 46px;
|
|
|
- height: 46px;
|
|
|
+ width: 42px;
|
|
|
+ height: 42px;
|
|
|
border-radius: 50% !important;
|
|
|
+ margin-right: 12px;
|
|
|
}
|
|
|
|
|
|
.ljd-checkbox .uni-checkbox-input.uni-checkbox-input-checked {
|
|
|
color: #fff !important;
|
|
|
background-color: $mainColor !important;
|
|
|
- border: none !important;
|
|
|
+ // border: none !important;
|
|
|
+ border-color: $mainColor !important;
|
|
|
}
|
|
|
|
|
|
.ljd-checkbox .uni-checkbox-input.uni-checkbox-input-checked:before {
|