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
page-personInfo {
.searchToolBar{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.content{
background-color: #f1f1f1;
}
.info-item{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.img{
width: 40px;
height: 40px;
}
.info{
font-size: 18px;
color: #272727;
margin-right: 15px;
}
.contact-sex{
font-size: 16px;
font-weight: bold;
}
.male{
color: #72a4fe;
}
.female{
color: #f09ae5;
}
.photo-box{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.icon-more{
color: #d1d1d5;
margin-left: 5px;
}
.info-span{
color: #747474;
}
.edit{
width: 30px;
height: 30px;
}
.content-title{
background-color: #f5f5f5;
font-size: 14px;
color: #b2b2b2;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
.list-ios{
margin: 0 0;
}
.save{
margin-top: 30px;
}
.info-item-content{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
img{
.list-md {
margin: -1px 0 0px;
}
.back-btn{
width: 30px;
height: 30px;
}
.submit{
margin-top: 20px;
border: 1px solid #34b4fc;
background-color: #34b4fc;
}