146 lines
2.8 KiB
CSS
146 lines
2.8 KiB
CSS
.addressItem {
|
|
padding: 30rpx 30rpx;
|
|
padding-bottom: 40rpx;
|
|
border-bottom: 1rpx solid #EBEBEB;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.addressItem_top {
|
|
font-size: 36rpx;
|
|
color: #222222;
|
|
display: flex;
|
|
}
|
|
|
|
|
|
.addressItem_top .is_def {
|
|
font-size: 22rpx;
|
|
color: #FF370B;
|
|
width: 90rpx;
|
|
height: 40rpx;
|
|
background: rgba(255, 81, 42, 0.1);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-left: 18rpx;
|
|
}
|
|
|
|
.addressItem_mid {
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.addressItem_footer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.addressItem_footer_left {
|
|
font-size: 26rpx;
|
|
color: #555555;
|
|
}
|
|
|
|
.addressItem_footer_left div {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.addressItem_footer_left image {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.addressItem_footer_left2 {
|
|
display: flex;
|
|
}
|
|
|
|
.addressItem_footer_right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.btn1 {
|
|
width: 120rpx;
|
|
height: 55rpx;
|
|
background: #EEEEEE;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
color: #555555;
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.btn2 {
|
|
font-size: 28rpx;
|
|
color: #555555;
|
|
width: 120rpx;
|
|
height: 55rpx;
|
|
background: #F6EFDF;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.addressItem_def {
|
|
background: #FFF8F8;
|
|
}
|
|
|
|
.footer {
|
|
width: 100%;
|
|
padding: 16rpx 0;
|
|
padding-bottom: 40rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 3rpx -3rpx 15rpx 0rpx rgba(255, 27, 27, 0.05);
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.footerBtn {
|
|
width: 600rpx;
|
|
height: 90rpx;
|
|
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.empty image {
|
|
width: 340rpx;
|
|
height: 264.59rpx;
|
|
margin: 0 auto;
|
|
margin-top: 160rpx;
|
|
}
|
|
|
|
.empty_text {
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #C5C5C5;
|
|
margin-top: -40rpx;
|
|
}
|
|
|
|
.addBtn {
|
|
width: 600rpx;
|
|
height: 90rpx;
|
|
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
margin: 0 auto;
|
|
margin-top: 40rpx;
|
|
} |