完善收货地址管理

This commit is contained in:
2025-05-03 13:55:05 +08:00
parent 436a519966
commit 9c7e8b59c2
296 changed files with 45277 additions and 6329 deletions

View File

@ -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;