Newer
Older
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
page-select-relay-person {
.searchToolBar{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.list-ios .item-block .item-inner {
border-bottom: 1px solid #c8c7cc;
}
.search{
float: right;
color: #72a4fe;
font-size: 24px;
margin-right: 10px;
}
.contact-box{
// height: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.contact-box-right{
margin-left: 10px;
}
.contact-img{
width: 3rem;
height: 3rem;
}
.contact-name{
font-size: 16px;
font-weight: bold;
}
.contact-sex{
font-size: 16px;
font-weight: bold;
}
.male{
color: #72a4fe;
}
.female{
color: #f09ae5;
}
.contact-organization{
color: #d0d0d0;
font-size: 12px;
}
.contact-telphone{
color: #999;
font-size: 1.4rem;
}
.contact-handphone{
color: #666666;
font-size: 1.5rem;
margin-left: 10px;
}
.back-btn{
width: 30px;
height: 30px;
}
}