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
page-contract-personinfo {
.searchToolBar{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.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{
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: 60px;
height: 60px;
}
.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;
}