fix
wzy
2021-11-11 23c3bc31f574ee9573c8045edad0233b55a0ffa6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
@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
}