完善收货地址管理
This commit is contained in:
@ -426,8 +426,8 @@ radio {
|
||||
width: 34rpx;
|
||||
height: 34rpx;
|
||||
&.uni-radio-input-checked {
|
||||
border: 1px solid $-color-primary !important;
|
||||
background-color: $-color-primary !important;
|
||||
border: 1px solid #254062 !important;
|
||||
background-color: #254062 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -440,8 +440,8 @@ checkbox {
|
||||
width: 34rpx;
|
||||
height: 34rpx;
|
||||
&.uni-checkbox-input-checked {
|
||||
border: 1px solid $-color-primary !important;
|
||||
background-color: $-color-primary !important;
|
||||
border: 1px solid #254062 !important;
|
||||
background-color: #254062 !important;
|
||||
color: #fff !important;
|
||||
&::before {
|
||||
font-size: 35rpx;
|
||||
@ -464,8 +464,8 @@ radio {
|
||||
width: 34rpx;
|
||||
height: 34rpx;
|
||||
&.wx-radio-input-checked {
|
||||
border: 1px solid $-color-primary !important;
|
||||
background-color: $-color-primary !important;
|
||||
border: 1px solid #254062 !important;
|
||||
background-color: #254062 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -478,8 +478,8 @@ checkbox {
|
||||
width: 34rpx;
|
||||
height: 34rpx;
|
||||
&.wx-checkbox-input-checked {
|
||||
border: 1px solid $-color-primary !important;
|
||||
background-color: $-color-primary !important;
|
||||
border: 1px solid #254062 !important;
|
||||
background-color: #254062 !important;
|
||||
color: #fff !important;
|
||||
&::before {
|
||||
font-size: 35rpx;
|
||||
|
||||
Reference in New Issue
Block a user