bszn.css
4.74 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
/* ----------------------公共样式-------------------------- */
.contentBox {
width: 1200px;
margin: 0 auto;
overflow: hidden;
min-height:calc(100vh - 350px);
}
.business_guide {
overflow-x: hidden;
}
.titleActive {
color: #006CFF;
font-weight: 600;
}
/* --------------------导航tab------------------------- */
.one_content {
border: 1px solid #DEDEDE;;
margin-top: 20px!important;
margin-bottom: 60px!important;
}
.one_content .layui-tab {
margin: -1px;
}
.one_content .layui-tab-title li {
font-weight: 600;
color: #6D7278;
line-height: 60px;
box-sizing: border-box;
}
.one_content .layui-tab-title .layui-this {
color: #4A4A4A;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
border-color: #006CFF;
}
.layui-tab .layui-tab-brief .layui-this {
color: #006CFF;
}
.layui-tab .layui-tab-brief li {
margin: 0 10px;
}
.online_business {
margin-top: 20px;
}
.online_business h2 .icon {
width: 17px;
height: 17px;
float: left;
margin-top: 12px;
margin-right: 7px;
}
.online_business h2 {
width: 100%;
height: 43px;
line-height: 43px;
background: #FAFAFA;
border-radius: 4px;
border: 1px solid #DEDEDE;
padding-left: 15px;
box-sizing: border-box;
}
.online_list {
padding-bottom: 20px;
overflow: hidden;
}
.online_list li{
width: 45%!important;
float: left;
height: 60px;
line-height: 60px;
border-bottom: 1px dotted #DEDEDE;
}
.online_list li:nth-child(even) {
margin-left: 7%;
}
.online_list li a{
display: block;
width: 100%;
}
.online_list li a:hover span{
color: #0091FF;
}
.online_list li a button {
float: right;
margin-top: 15px;
border-radius: 15px;
}
.busTabs {
background: #FAFAFA;
height: 60px!important;
line-height: 60px;
}
.busTabs li {
width: 170px;
font-size: 16px;
font-weight: 400!important;
color: #6D7278!important;
}
.busTabs .layui-this {
border-top: 2px solid #006CFF;
background-color: #fff;
box-sizing: border-box;
width: 170px!important;
color: #4A4A4A!important;
font-weight: 600!important;
}
.busTabs .layui-this:after {
height: 60px!important;
}
.itemList_tab {
border-bottom: none!important;
margin-left: -10px;
margin-bottom: 30px;
}
.itemList_tab li {
box-sizing: border-box;
}
.layui-tab-brief>.layui-tab-title .layui-this{
color: #006CFF!important;
}
.layui-tab-brief>.layui-tab-title .layui-this::after {
border-bottom: 2px solid #006CFF!important;
margin-top: 5px;
width: 80%;
left: 10%;
}
.navtab1 .layui-tab-title {
border: none!important;
margin-left: -10px;
margin-bottom: 30px;
}
/* 行政区 */
.selectCity {
width: 1200px;
margin: 0 auto;
margin-top: 20px;
}
.selectCity h2 {
display: inline-block;
margin-right: 9px;
}
.area_list_content {
overflow: hidden;
margin-top: 25px;
width: 100%;
}
.area_list_content h2 {
display: inline-block;
float: left;
margin-right: 12px;
}
.selectCity .area_list {
width: 95%;
float: left;
}
.selectCity .area_list li {
display: inline-block;
width: 100px;
height: 36px;
border-radius: 4px;
margin-right: 15px;
color: #fff;
text-align: center;
line-height: 36px;
margin-bottom: 10px;
cursor: pointer;
background: #FFFFFF;
border-radius: 4px;
border: 1px solid #E6E6E6;
color: #6D7278;
}
.selectCity .area_list li:hover {
color: #006CFF;
border-color: #006CFF;
}
.active2 {
color: #006CFF!important;
border-color: #006CFF!important;
}
.itemButton {
display: inline-block;
float: right;
width: 170px;
}
.itemButton a {
display: inline-block;
}
.itemButton a:nth-child(1) {
position: relative;
left: 15px;
}
.itemButton button {
display: inline-block;
}
.business_name {
display: inline-block;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
width: 350px;
}
.select-city {
margin-left: 50px;
}
.region_title {
font-size: 20px;
color: #4A4A4A;
font-weight: 700;
border-bottom: 2px solid #EAEAEA;
padding-bottom: 15px;
position: relative;
margin-bottom: 25px;
}
.region_title img {
width: 20px;
height: 20px;
position: relative;
top: 2px;
}
.region_title::after {
content: '';
position: absolute;
left: 0;
bottom: -1px;
width: 20px;
height: 2px;
background-color: #006CFF;
}
.online-processing {
background-color: #fff;
border: 1px solid #0F93F6;
color: #0F93F6;
}
.online-processing:hover {
color: #0F93F6!important;
}
.business-guide {
color: #9B9B9B;
border: 1px solid #DDDDDD;
}
.business-guide:hover {
border-color: #DDDDDD;
}