@charset "UTF-8";
|
/* 颜色变量 */
|
.address.data-v-3358de80 {
|
width: 100%;
|
padding: 32rpx;
|
box-sizing: border-box;
|
background-color: #ffffff;
|
}
|
.address .address_item.data-v-3358de80 {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 32rpx;
|
padding-bottom: 32rpx;
|
border-bottom: 2rpx solid #F4F5F4;
|
}
|
.address .address_item.data-v-3358de80:first-child {
|
margin-top: 0 !important;
|
}
|
.address .address_item.data-v-3358de80:last-child {
|
padding-bottom: 0 !important;
|
border: none !important;
|
}
|
.address .address_item .address_item_info.data-v-3358de80 {
|
width: 504rpx;
|
display: flex;
|
flex-direction: column;
|
}
|
.address .address_item .address_item_info .top.data-v-3358de80 {
|
display: flex;
|
align-items: center;
|
}
|
.address .address_item .address_item_info .top text.data-v-3358de80:nth-child(1) {
|
padding: 4rpx 6rpx;
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #D20A0A;
|
border-radius: 4rpx;
|
border: 2rpx solid #D20A0A;
|
margin-right: 12rpx;
|
}
|
.address .address_item .address_item_info .top text.data-v-3358de80:nth-child(2) {
|
font-size: 28rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
margin-right: 12rpx;
|
}
|
.address .address_item .address_item_info .top text.data-v-3358de80:nth-child(3) {
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #999999;
|
}
|
.address .address_item .address_item_info .bottom.data-v-3358de80 {
|
margin-top: 20rpx;
|
font-size: 24rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #333333;
|
}
|
.address .address_item image.data-v-3358de80 {
|
flex-shrink: 0;
|
width: 26rpx;
|
height: 26rpx;
|
margin-left: 15rpx;
|
}
|
.address .address_footer.data-v-3358de80 {
|
position: fixed;
|
bottom: 0;
|
left: 0;
|
width: 100%;
|
box-sizing: border-box;
|
padding: 10rpx 56rpx calc(10rpx + env(safe-area-inset-bottom)) 56rpx;
|
background-color: #ffffff;
|
}
|
.address .address_footer .address_footer_submit.data-v-3358de80 {
|
width: 100%;
|
height: 72rpx;
|
line-height: 72rpx;
|
text-align: center;
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #FFFFFF;
|
background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
|
border-radius: 36rpx 36rpx 36rpx 36rpx;
|
}
|