vr-shopxo-uniapp/pages/user-address-save/user-address-save.css

159 lines
2.7 KiB
CSS
Raw Normal View History

2023-09-20 07:48:12 +00:00
/*
*
*/
.form-container .form-gorup .form-gorup-title {
2024-01-15 10:39:38 +00:00
width: 120rpx;
2023-09-20 07:48:12 +00:00
font-weight: 500;
}
2021-10-11 11:13:03 +00:00
/*
*
*/
.select-address {
box-sizing: border-box;
height: 70rpx;
line-height: 70rpx;
padding: 0 10rpx;
}
2023-09-20 07:48:12 +00:00
2021-10-11 11:13:03 +00:00
.select-address .section {
width: 33.33%;
box-sizing: border-box;
}
2023-09-20 07:48:12 +00:00
2021-10-11 11:13:03 +00:00
.select-address .section:not(:first-child) {
padding: 0 5rpx;
}
/**
*
*/
.address-value {
padding-right: 110rpx;
}
2023-09-20 07:48:12 +00:00
2024-09-28 12:42:27 +00:00
.intelligent-identification .btn {
2023-10-08 07:31:18 +00:00
width: 96rpx;
2023-09-20 07:48:12 +00:00
height: 44rpx;
line-height: 44rpx;
2021-10-11 11:13:03 +00:00
}
/*
*
*/
2023-09-20 07:48:12 +00:00
.idcard-container .form-gorup-title {
width: 200rpx !important;
2021-10-11 11:13:03 +00:00
}
2023-09-20 07:48:12 +00:00
2024-09-28 12:42:27 +00:00
.idcard-container .form-upload-data .item .image {
2021-10-11 11:13:03 +00:00
width: 256rpx;
height: 170rpx;
border: 1px dashed #c2c2c2;
2023-09-20 07:48:12 +00:00
}
/**
*
*/
.code-search {
width: 220rpx;
}
2024-09-28 12:42:27 +00:00
.code-search .code-input {
2023-09-20 07:48:12 +00:00
width: 100% !important;
border-radius: 50rpx !important;
padding-right: 106rpx;
}
2024-09-28 12:42:27 +00:00
.code-search .code-input,
.code-search .btn {
2023-09-20 07:48:12 +00:00
height: 50rpx !important;
min-height: 50rpx !important;
line-height: 48rpx !important;
}
2024-09-28 12:42:27 +00:00
.code-search .btn {
2023-09-20 07:48:12 +00:00
top: 0;
right: 0;
border-radius: 50rpx !important;
padding: 0 !important;
width: 100rpx !important;
}
/**
*
*/
.intelligent-identification {
2023-09-21 11:11:11 +00:00
transition-property: height;
2023-09-20 07:48:12 +00:00
transition-duration: .3s;
will-change: height;
}
/**
*
*/
.alias-title {
width: 100rpx;
}
.alias-btn {
width: 120rpx;
height: 48rpx;
line-height: 48rpx;
border-radius: 13px;
text-align: center;
margin-right: 24rpx;
}
2024-09-28 12:42:27 +00:00
.alias-add .input-alias {
2023-09-20 07:48:12 +00:00
height: 48rpx;
line-height: 48rpx;
width: 100% !important;
border-radius: 50rpx !important;
padding-left: 24rpx;
padding-right: 105rpx;
}
2024-09-28 12:42:27 +00:00
.alias-add .btn {
2023-09-20 07:48:12 +00:00
height: 48rpx !important;
min-height: 48rpx !important;
line-height: 48rpx !important;
top: 0;
right: 0;
border-radius: 50rpx !important;
padding: 0 !important;
width: 100rpx !important;
}
2024-09-28 12:42:27 +00:00
.alias-edit .btn {
2023-09-20 07:48:12 +00:00
margin: 0;
height: 48rpx !important;
min-height: 48rpx !important;
line-height: 48rpx !important;
padding: 0 24rpx;
}
2024-09-28 12:42:27 +00:00
.alias-edit .btn:first-child {
2023-09-20 07:48:12 +00:00
border-top-left-radius: 50rpx;
border-bottom-left-radius: 50rpx;
}
2024-09-28 12:42:27 +00:00
.alias-edit .btn:last-child {
2023-09-20 07:48:12 +00:00
border-top-right-radius: 50rpx;
border-bottom-right-radius: 50rpx;
}
.default-title {
width: 200rpx !important;
}
2023-10-12 08:37:02 +00:00
.label-edit-right {
padding-right: 130rpx;
}
2023-09-20 07:48:12 +00:00
/**
*
*/
2024-09-28 12:42:27 +00:00
.bottom-line-exclude .btn {
2023-10-08 07:31:18 +00:00
height: 88rpx;
line-height: 88rpx;
2021-10-11 11:13:03 +00:00
}