Newer
Older
page-search {
.searchToolBar{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.search-header{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
border-bottom: 1px solid #cccccc;
width: 100%;
margin-left: 5px;
}
.clear{
background-color: #cccccc;
width: 15px;
height: 15px;
border-radius: 15px;
text-align: center;
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
111
112
113
114
115
116
117
118
119
120
}
.common{
background-color: #f5f5f5;
font-size: 12px;
color: #b2b2b2;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 3px;
}
.contact-box{
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
//fgh
.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: 60px;
height: 60px;
}
.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: #d0d0d0;
font-size: 12px;
}
.contact-handphone{
color: #d0d0d0;
font-size: 12px;
margin-left: 7px;
}
.back-btn{
width: 30px;
height: 30px;
}
}