完善收货地址管理
This commit is contained in:
@ -383,8 +383,8 @@ radio .uni-radio-input {
|
||||
height: 34rpx;
|
||||
}
|
||||
radio .uni-radio-input.uni-radio-input-checked {
|
||||
border: 1px solid #FF2C3C !important;
|
||||
background-color: #FF2C3C !important;
|
||||
border: 1px solid #254062 !important;
|
||||
background-color: #254062 !important;
|
||||
}
|
||||
/* 多选 */
|
||||
checkbox .uni-checkbox-input {
|
||||
@ -393,8 +393,8 @@ checkbox .uni-checkbox-input {
|
||||
height: 34rpx;
|
||||
}
|
||||
checkbox .uni-checkbox-input.uni-checkbox-input-checked {
|
||||
border: 1px solid #FF2C3C !important;
|
||||
background-color: #FF2C3C !important;
|
||||
border: 1px solid #254062 !important;
|
||||
background-color: #254062 !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
checkbox .uni-checkbox-input.uni-checkbox-input-checked::before {
|
||||
|
||||
Reference in New Issue
Block a user