126 lines
2.0 KiB
SCSS
126 lines
2.0 KiB
SCSS
|
|
.app {
|
||
|
|
background-color: #F4F5F7;
|
||
|
|
width: 100%;
|
||
|
|
position: relative;
|
||
|
|
color: #000000;
|
||
|
|
padding: 4%;
|
||
|
|
height: 100%;
|
||
|
|
padding-bottom: 100rpx;
|
||
|
|
|
||
|
|
.address {
|
||
|
|
width: 99%;
|
||
|
|
height: 280rpx;
|
||
|
|
background: #FFFFFF;
|
||
|
|
box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
|
||
|
|
border-radius: 20rpx;
|
||
|
|
margin: 0 auto;
|
||
|
|
margin-bottom: 20rpx;
|
||
|
|
|
||
|
|
.item {
|
||
|
|
width: 90%;
|
||
|
|
height: 101rpx;
|
||
|
|
font-size: 36rpx;
|
||
|
|
color: #000000;
|
||
|
|
line-height: 101rpx;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.detail {
|
||
|
|
border-bottom: 5rpx solid #F4F5F7;
|
||
|
|
margin-top: -20rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.update {
|
||
|
|
display: flex;
|
||
|
|
margin: 18rpx 18rpx 18rpx 432rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.up {
|
||
|
|
|
||
|
|
width: 114rpx;
|
||
|
|
height: 64rpx;
|
||
|
|
line-height: 64rpx;
|
||
|
|
text-align: center;
|
||
|
|
background: #FFFFFF;
|
||
|
|
border: 1rpx solid #969394;
|
||
|
|
border-radius: 26px;
|
||
|
|
font-size: 31rpx;
|
||
|
|
color: #969394;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ups {
|
||
|
|
margin-right: 30rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.ADDress {
|
||
|
|
width: 80%;
|
||
|
|
height: 80rpx;
|
||
|
|
line-height: 80rpx;
|
||
|
|
background: #4C7BC9;
|
||
|
|
border-radius: 26rpx;
|
||
|
|
font-size: 34rpx;
|
||
|
|
color: #FFFFFF;
|
||
|
|
text-align: center;
|
||
|
|
position: fixed;
|
||
|
|
bottom: 5rpx;
|
||
|
|
left: 10%;
|
||
|
|
|
||
|
|
image {
|
||
|
|
width: 41rpx;
|
||
|
|
height: 41rpx;
|
||
|
|
vertical-align: middle
|
||
|
|
}
|
||
|
|
|
||
|
|
.ADDtext {
|
||
|
|
padding-left: 10rpx;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
// 弹框支付
|
||
|
|
.payment {
|
||
|
|
width: 90%;
|
||
|
|
height: 110rpx;
|
||
|
|
font-size: 36rpx;
|
||
|
|
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;
|
||
|
|
font-size: 34rpx;
|
||
|
|
color: #FFFFFF;
|
||
|
|
margin: 0 auto;
|
||
|
|
margin-top: 10%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.area {
|
||
|
|
image {
|
||
|
|
width: 18rpx;
|
||
|
|
height: 26rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.items {
|
||
|
|
font-size: 32rpx;
|
||
|
|
color: #030001;
|
||
|
|
line-height: 40rpx;
|
||
|
|
}
|
||
|
|
}
|