2022-10-24 17:41:28 +08:00
|
|
|
|
2022-10-24 15:37:38 +08:00
|
|
|
.app {
|
2022-10-31 09:04:45 +08:00
|
|
|
background-color: #F4F5F7;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
2023-01-10 10:35:17 +08:00
|
|
|
height: 100%;
|
2022-10-24 15:37:38 +08:00
|
|
|
padding: 4%;
|
|
|
|
|
padding-bottom: 100rpx;
|
2023-01-10 10:35:17 +08:00
|
|
|
/deep/ .u-drawer{
|
|
|
|
|
z-index: 0 !important;
|
|
|
|
|
}
|
2022-10-24 15:37:38 +08:00
|
|
|
.address {
|
|
|
|
|
width: 99%;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
|
|
|
|
border-radius: 20rpx;
|
2022-10-31 09:04:45 +08:00
|
|
|
margin: 0 auto 20rpx;
|
|
|
|
|
padding-bottom: 10rpx;
|
2023-01-10 10:35:17 +08:00
|
|
|
|
2022-10-24 15:37:38 +08:00
|
|
|
.item {
|
|
|
|
|
width: 90%;
|
|
|
|
|
height: 101rpx;
|
2023-01-10 10:35:17 +08:00
|
|
|
font-size: 36rpx;
|
2022-10-24 15:37:38 +08:00
|
|
|
color: #000000;
|
2022-10-31 09:04:45 +08:00
|
|
|
line-height: 100rpx;
|
2022-10-24 15:37:38 +08:00
|
|
|
margin: 0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detail {
|
|
|
|
|
border-bottom: 5rpx solid #F4F5F7;
|
2022-10-31 09:04:45 +08:00
|
|
|
height:100%;
|
2023-01-13 13:55:31 +08:00
|
|
|
padding-bottom: 30rpx;
|
2023-01-10 10:35:17 +08:00
|
|
|
font-size: 32rpx;
|
2022-10-31 09:04:45 +08:00
|
|
|
line-height: 50rpx;
|
2022-11-11 14:19:07 +08:00
|
|
|
word-break:break-all;
|
2022-10-24 15:37:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.update {
|
|
|
|
|
display: flex;
|
2023-01-13 13:55:31 +08:00
|
|
|
width: 100%;
|
|
|
|
|
justify-content: flex-end;
|
2022-10-24 15:37:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.up {
|
|
|
|
|
width: 114rpx;
|
|
|
|
|
height: 64rpx;
|
|
|
|
|
line-height: 64rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border: 1rpx solid #969394;
|
2022-10-31 09:04:45 +08:00
|
|
|
border-radius: 26rpx;
|
2023-01-10 10:35:17 +08:00
|
|
|
font-size: 31rpx;
|
2022-10-24 15:37:38 +08:00
|
|
|
color: #969394;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ups {
|
2023-01-13 13:55:31 +08:00
|
|
|
margin-right: 20rpx;
|
2022-10-24 15:37:38 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ADDress {
|
|
|
|
|
width: 80%;
|
|
|
|
|
height: 80rpx;
|
|
|
|
|
line-height: 80rpx;
|
|
|
|
|
background: #4C7BC9;
|
|
|
|
|
border-radius: 26rpx;
|
2023-01-10 10:35:17 +08:00
|
|
|
font-size: 34rpx;
|
2022-10-24 15:37:38 +08:00
|
|
|
color: #FFFFFF;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 5rpx;
|
|
|
|
|
left: 10%;
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 41rpx;
|
|
|
|
|
height: 41rpx;
|
|
|
|
|
vertical-align: middle
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ADDtext {
|
|
|
|
|
padding-left: 10rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-01-10 10:35:17 +08:00
|
|
|
// 弹框支付
|
2022-10-24 15:37:38 +08:00
|
|
|
.payment {
|
|
|
|
|
width: 90%;
|
|
|
|
|
height: 110rpx;
|
2023-01-10 10:35:17 +08:00
|
|
|
font-size: 36rpx;
|
2022-10-24 15:37:38 +08:00
|
|
|
color: #000000;
|
|
|
|
|
line-height: 110rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
border-bottom: 1rpx solid #D8D4D4;
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
width: 31rpx;
|
|
|
|
|
height: 31rpx;
|
|
|
|
|
float: right;
|
|
|
|
|
margin: -60rpx 20rpx 0 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.save {
|
|
|
|
|
width: 226rpx;
|
|
|
|
|
border-radius: 26px;
|
|
|
|
|
height: 71rpx;
|
|
|
|
|
line-height: 71rpx;
|
|
|
|
|
background: #4C7BC9;
|
|
|
|
|
border-radius: 26rpx;
|
|
|
|
|
text-align: center;
|
2023-01-10 10:35:17 +08:00
|
|
|
font-size: 34rpx;
|
2022-10-24 15:37:38 +08:00
|
|
|
color: #FFFFFF;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
margin-top: 10%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.area {
|
|
|
|
|
image {
|
2022-10-31 09:04:45 +08:00
|
|
|
width: 20rpx;
|
|
|
|
|
height: 32rpx;
|
|
|
|
|
vertical-align:middle;
|
2022-10-24 15:37:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.items {
|
2023-01-10 10:35:17 +08:00
|
|
|
font-size: 32rpx;
|
2022-10-24 15:37:38 +08:00
|
|
|
color: #030001;
|
|
|
|
|
line-height: 40rpx;
|
|
|
|
|
}
|
|
|
|
|
}
|