zlsh.css
2.43 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
.content_box {
width: 1200px;
margin: 0 auto;
min-height:calc(100vh - 207px);
color: #4a4a4a;
}
.next_button {
text-align: center;
margin: 50px 0;
}
.audit_progress {
text-align: center;
margin: 50px 0;
}
.audit_progress h2 {
font-size: 16px;
color: #6D7278;
margin: 0 auto;
}
.audit_progress h2 img {
width: 24px;
height: 24px;
position: relative;
top: 5px;
margin-right: 2px;
}
.audit_progress p {
color: #FA6400;
}
/* ------------受理信息--------------- */
.acceptance_information {
margin: 20px 0;
}
.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;
width: 98px;
display: inline-block;
text-align: right;
white-space: nowrap;
}
.acceptance_information ul li p {
display: inline-block;
}
/* -----------受理流程-------------- */
.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;
}