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
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
page-contract-personinfo {
.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;
}
.content{
background-color: #f5f5f5;
}
.content-gap{
background-color: #f5f5f5;
font-size: 14px;
color: #b2b2b2;
padding-left: 10px;
padding-top: 8px;
padding-bottom: 8px;
}
.info-span{
color: #747474;
}
.info-item-content input{
border: none;
height: 3rem;
padding: 2px;
text-align: right;
font-size: 18px;
color: #272727;
}
.info-item-content{
text-align: right;
font-size: 18px;
color: #272727;
}
.info{
font-size: 18px;
color: #272727;
margin-right: 15px;
}
.info-item{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.contact-sex{
font-size: 16px;
font-weight: bold;
}
.male{
color: #72a4fe;
}
.female{
color: #f09ae5;
}
.contact-img{
width: 4rem;
height: 4rem;
border-radius: 2px;
}
.list-item {
margin: -1px 0 0px;
}
.call-btn{
//background: rgba(255, 255, 255, 1.0);
height: 40px;
margin-bottom: 15px;
width: 80%;
margin-left: 10%;
margin-right: 10%;
color: #fff;
border: 1px solid #34b4fc;
background-color: #34b4fc;
font-size: 15px;
position: relative;
text-align: center;
white-space: nowrap;
border-radius: 3px;
}
.back-btn{
width: 30px;
height: 30px;
}
.person-tips{
margin: 0;
padding: 8px 16px;
color: #666;
font-size: 12px;
}
.item-ios{
font-size: 14px;
padding-left: 0px;
}
.list-ios .item-block .item-inner{
padding-left: 16px;
}
}