@import "../../icon/iconfont.wxss";
|
|
.editAddress-list {
|
display: flex;
|
background: #fff;
|
margin: 10rpx 13rpx 10rpx 13rpx;
|
padding: 20rpx 0;
|
border-radius: 10rpx;
|
}
|
|
.query-name {
|
color: #333;
|
font-size: 34rpx
|
}
|
|
.query-phone {
|
color: #999;
|
margin-left: 18rpx;
|
margin-top: 4rpx;
|
}
|
|
.query-detail {
|
font-size: 26rpx;
|
color: #666;
|
}
|
|
.handle {
|
font-size: 30rpx;
|
margin-top: 35rpx;
|
}
|
|
.edit {
|
color: #00c085;
|
}
|
|
.hr {
|
width: 2rpx;
|
background: #b3b3b3;
|
border-radius: 2rpx;
|
margin-right: 20rpx;
|
margin-left: 24rpx;
|
}
|
|
.icon-address {
|
color: #00c085;
|
font-size: 40rpx;
|
margin-left: 26rpx;
|
margin-right: 19rpx;
|
margin-top: 15rpx;
|
}
|
|
.query-info {
|
display: flex;
|
align-items: center
|
}
|
|
.query-detail {
|
width: 100%;
|
margin-left: 8rpx;
|
text-overflow: -o-ellipsis-lastline;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
line-clamp: 2;
|
-webkit-box-orient: vertical;
|
line-height: 30rpx;
|
}
|
|
.default {
|
width: 44rpx;
|
height: 23rpx;
|
font-size: 14rpx;
|
border-radius: 9rpx;
|
color: #fff;
|
display: block;
|
text-align: center;
|
line-height: 23rpx;
|
background-color: #FF4606;
|
}
|
|
.query-status {
|
display: flex;
|
margin-top: 20rpx;
|
align-items: center
|
}
|
.query-list {
|
width: 77%;
|
}
|
.delete {
|
margin-left: 34rpx;
|
padding-right: 20rpx;
|
color: #666;
|
}
|
|
.selected {
|
background: #ff4606;
|
}
|
.new-address{
|
position: fixed;bottom: 0;
|
width: 100%;height: 106rpx;background: #FF5806;color: #fff;font-weight: bold;font-size: 26rpx;display: flex;justify-content: center;align-items: center}
|
.new-address .iconfont{margin-right: 5rpx;font-size: 25rpx}
|
.query-list-item{
|
|
display: flex;width: 72%
|
}
|
.main{padding-bottom: 107rpx}
|
.toTap{
|
bottom: 250rpx
|
}
|