地址
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user