wssq.css
1.78 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
.online_application {
min-height:calc(100vh - 196px);
width: 1200px;
margin: 0 auto;
padding: 20px 0;
}
.selectCity {
width: 1200px;
margin: 0 auto;
}
.selectCity h2 {
display: inline-block;
margin-right: 9px;
}
.area_list_content {
overflow: hidden;
margin-top: 20px;
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: 10px;
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;
}
.business {
padding: 15px;
box-sizing: border-box;
overflow: hidden;
margin-top: 10px;
}
.online_processing , .online_examination{
width: 49%;
background-color: #fff;
border-radius: 10px;
height: 300px;
box-sizing: border-box;
padding: 15px;
}
.list_title{
height: 36px;
line-height: 36px;
border-radius: 5px;
}
.list_title h2 {
margin-left: 10px;
}
.online_processing {
float: left;
}
.online_examination {
float: right;
}
.item_list li{
margin: 25px 0;
cursor: pointer;
}
.item_list li p{
display: inline-block;
}
.item_list li p:hover {
color: #0091FF;
}
.item_list .button{
float: right;
}
.button a{
color: #fff;
}
.button a:hover {
color: #fff;
}
.type_title {
font-size: 16px;
font-weight: 600;
margin-bottom: 10px;
}