xzqy.css
3.29 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
.navigation_crumbs {
height: 45px;
}
.appointment_notice {
padding-top: 25px;
margin-bottom: 25px;
}
.selected {
background-color: #5FB878!important;
color: #fff!important;
}
.selected:hover {
background-color: #5FB878!important;
}
.app_progress li.selected:after {
border-left-color: #5FB878;
}
.line {
width: 80px;
height: 0;
display: inline-block;
border-bottom: 2px dotted#dddddd;
margin-bottom: 4px;
}
.selectCity {
width: 1200px;
margin: 0 auto;
margin-top: 50px;
}
.active2 {
color: #006CFF!important;
border-color: #006CFF!important;
}
.selectCity h2 {
display: inline-block;
margin-right: 5px;
}
.area_list_content {
overflow: hidden;
margin-top: 30px;
width: 100%;
}
.area_list_content h2 {
display: inline-block;
float: left;
margin-right: 8px;
}
.selectCity .area_list {
width: 95%;
float: left;
}
.selectCity .area_list li {
display: inline-block;
width: 100px;
height: 36px;
border-radius: 3px;
margin-right: 15px;
color: #9B9B9B;
text-align: center;
line-height: 36px;
margin-bottom: 15px;
cursor: pointer;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #DEDEDE;
}
.selectCity .area_list li:hover {
border-color: #0091FF;
color: #0091FF;
}
.activeRegion {
border-color: #0091FF!important;
color: #0091FF!important;
}
.select_officehall {
width: 1200px;
margin: 0 auto;
margin-top: 10px;
}
.select_officehall h2 {
display: inline-block;
margin-right: 8px;
}
/* -----------------------------地图--------------------------------------- */
.map_content {
margin-top: 20px!important;
overflow: hidden;
}
.office_halls {
width: 190px;
float: left;
margin-right: 2%;
min-height: 564px;
}
.office_halls h2 {
font-weight: 600;
margin-bottom: 15px;
color: #6D7278;
line-height: 16px;
}
.office_halls li{
width: 185px;
height: 40px;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #DEDEDE;
cursor: pointer;
text-align: center;
line-height: 40px;
margin-bottom: 20px;
color: #9B9B9B;
font-size: 14px;
}
.office_halls li:hover {
color: #006CFF;
border-color: #006CFF;
}
.footer_button {
margin: 30px 0 100px 0;
text-align: center;
}
.footer_button button {
margin-right: 10px;
width: 140px;
height: 42px;
position: relative;
}
.footer_button a {
color: #fff;
display: block;
width: 140px;
height: 42px;
position: absolute;
left: 0;
top: 0;
}
.footer_button a:hover {
color: #fff;
}
.hallActive {
border-color: #0091FF!important;
color: #0091FF!important;
}
.region_title {
height: 25px;
padding-left: 8px;
font-size: 16px;
line-height: 25px;
font-weight: 600;
margin-bottom: 20px;
position: relative;
padding-bottom: 10px;
color: #4A4A4A;
border-bottom: 1px dotted #E6E6E6;
width: 100%;
}
.region_title::before {
position:absolute;
content:"";
left:0;
width:4px;
height:12px;
border-radius: 1px;
top: 5px;
background-color: #0091FF;
}
.layui-btn-disabled {
background-color: #0091FF!important;
opacity: 0.5!important;
}
.map {
width: 80%;
height: 500px;
float: right;
margin-bottom: 50px;
}