dzzs.css
2.76 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
.content_box {
width: 1200px;
margin: 0 auto;
min-height:calc(100vh - 207px);
color: #4a4a4a;
padding-bottom: 100px;
}
.certificate_list {
border-radius: 4px;
text-align: center;
margin-bottom: 30px;
}
.certificate_list a {
color:#6D7278;
margin-right: 10px;
text-decoration:underline;
}
.certificate_list a:hover {
color: #0091FF;
}
.certificate_list li {
line-height: 36px;
margin-top: 20px;
}
.certificate_list li p img {
width: 24px;
height: 24px;
position: relative;
top: 5px;
}
.certificate_list span {
margin-right: 10px;
color:#6D7278;
}
.acceptance_information {
margin-top: 36px;
}
.acceptance_information h3 , .acceptance_process h3{
height: 16px;
padding-left: 8px;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
position: relative;
border-bottom: 1px dotted #E6E6E6;
padding-bottom: 15px;
}
.acceptance_information h3::before ,.acceptance_process h3::before{
position:absolute;
content:"";
left:0;
width:4px;
height:12px;
border-radius: 1px;
top: 5px;
background-color: #0091FF;
}
.acceptance_information ul {
font-size: 0;
}
.acceptance_information ul li {
display: inline-block;
width: 50%;
font-size: 14px;
line-height: 36px;
}
.acceptance_information ul li span {
color: #9B9B9B;
}
.acceptance_information ul li p {
display: inline-block;
}
.informationList li {
width: 100%!important;
}
.informationList p {
width: 25%!important;
}
.informationList p span {
width: 80px!important;
}
/* -----------受理流程-------------- */
.acceptance_process {
margin-top: 20px;
}
.acceptance_process ul li {
position: relative;
width: 109px;
display: inline-block;
}
.acceptance_process ul li:not(:last-child) {
margin-right: 236px;
}
.acceptance_process ul li .date {
text-align: center;
color: #6D7278;
}
.acceptance_process ul li .circle {
width: 18px;
height: 18px;
border: 2px solid #2FA5FF;
border-radius: 18px;
margin: 10px auto;
background-color: #ffffff;
overflow: hidden;
}
.acceptance_process ul li h5 {
text-align: center;
}
.acceptance_process ul li .result {
font-size: 14px;
margin-top: 6px;
text-align: center;
}
.acceptance_process ul li .result span{
color: #9B9B9B;
}
.acceptance_process ul li .result a {
color: #0091FF;
cursor: pointer;
}
.acceptance_process .line {
position: absolute;
width: 340px;
height: 1px;
background: #DEDEDE;
border-radius: 8px;
position: absolute;
left: 65px;
top: 40px;
}
.complete {
text-align: center;
margin-top: 20px;
}
.complete p {
margin-bottom: 5px;
color: #0091FF;
}
.completed-button {
background-color: #9b9b9b;
color: #fff;
}