This commit is contained in:
asd
2019-12-20 14:03:59 +08:00
parent 6bc644c5ec
commit e50c0b269c
14 changed files with 356 additions and 52 deletions

View File

@@ -8,19 +8,33 @@
}
.address .left {
width: 551rpx;
width: 576rpx;
height: 119rpx;
}
.address .left .userinfo {
color: #333333;
font-size: 26rpx;
text-indent: 30rpx;
text-indent: 16xrpx;
margin-top: 41rpx;
display: flex;
justify-content: space-between;
}
.address .left .userinfo .username {
display: flex;
flex-wrap: nowrap;
}
.address .left .userinfo .username .username1 {
width: 140rpx;
overflow: hidden;
}
.address .left .userinfo .username .tel {
margin-right: 6rpx;
}
.address .left .addr {
color: #999999;
font-size: 24rpx;
@@ -37,6 +51,7 @@
border-radius: 50%;
background-color: #EAEAEA;
float: left;
margin-right: -14rpx;
}
.address .left .addr .selected {
@@ -51,7 +66,7 @@
}
.address .left .addr .path {
line-height: 39rpx;
line-height: 25rpx;
}
.address .line {