2025-03-24 18:57:16 +08:00

151 lines
3.0 KiB
Plaintext

.borbottom.data-v-f752e738 {
border-bottom: 2rpx solid #eee;
}
.page-body.data-v-f752e738 {
padding: 40rpx 0;
}
.addressSelecct.data-v-f752e738 {
width: 100vw;
height: 300px;
background: #fff;
}
.addressSelecct .addressTitle.data-v-f752e738 {
width: 100%;
box-sizing: border-box;
padding: 16rpx 32rpx;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #f5f6f7;
}
.addressSelecct .addressTitle .cancelText.data-v-f752e738 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #716f69;
line-height: 40rpx;
text-align: left;
font-style: normal;
}
.addressSelecct .addressTitle .confirmText.data-v-f752e738 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 28rpx;
color: #009f43;
line-height: 28rpx;
text-align: justify;
font-style: normal;
}
.addressSelecct .picker-view.data-v-f752e738 {
width: 100%;
height: 100%;
}
.addressSelecct .picker-view .item.data-v-f752e738 {
line-height: 60rpx;
text-align: center;
}
.address-box.data-v-f752e738 {
background: #fff;
font-size: 28rpx;
color: #454545;
padding: 0 32rpx;
}
.adress-content.data-v-f752e738 {
height: 96rpx;
line-height: 96rpx;
display: flex;
align-items: center;
}
.textarea-content.data-v-f752e738 {
padding: 32rpx 0;
display: flex;
}
textarea.data-v-f752e738 {
width: 98%;
line-height: 30rpx;
padding-top: 4rpx;
}
.content-input.data-v-f752e738 {
flex: 1;
}
.content-input input.data-v-f752e738 {
width: 98%;
height: 96rpx;
line-height: 96rpx;
}
.address-content.data-v-f752e738 {
display: flex;
align-items: center;
justify-content: space-between;
}
.tip-content.data-v-f752e738 {
display: flex;
align-items: center;
}
.tip-tag.data-v-f752e738 {
text-align: center;
border-radius: 6rpx;
border: 2rpx solid #dcdcdc;
font-size: 22rpx;
height: 42rpx;
line-height: 41rpx;
width: 100rpx;
color: #666;
margin: 0 20rpx;
}
.tip-tag.active.data-v-f752e738 {
color: #c7ac85;
border-color: #c7ac85;
background: #f7efe3;
}
.content-title.data-v-f752e738 {
min-width: 168rpx;
}
.radio-box.data-v-f752e738 {
padding: 0rpx 0rpx;
font-size: 26rpx;
flex: 8;
height: 96rpx;
}
.radio-box .radio-list.data-v-f752e738 {
width: 48%;
display: inline-block;
}
.radio-box .radio-list .radio-unit.data-v-f752e738 {
font-size: 26rpx;
line-height: 96rpx;
}
.moren-content.data-v-f752e738 {
display: flex;
justify-content: space-between;
align-items: center;
padding: 32rpx 0;
}
.moren-text.data-v-f752e738 {
font-size: 24rpx;
color: #999;
}
.save-btn.data-v-f752e738 {
margin: 60rpx auto 30rpx auto;
height: 80rpx;
width: 660rpx;
background: linear-gradient(to right, #1f1f1f, #62605f);
color: #f0dccf;
border-radius: 10rpx;
font-size: 28rpx;
line-height: 80rpx;
text-align: center;
}
.del-btn.data-v-f752e738 {
margin: 0 auto;
height: 80rpx;
width: 660rpx;
background: #e9e9e9;
border-radius: 10rpx;
color: #999;
font-size: 28rpx;
line-height: 80rpx;
text-align: center;
}