xsjf.css
2.49 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
.content_box {
width: 1200px;
margin: 0 auto;
min-height:calc(100vh - 207px);
color: #4a4a4a;
}
.name_title {
padding: 10px;
margin:15px 0;
}
.name_title h2 {
display: inline-block;
font-weight: 600;
margin-right: 10px;
border-left: 3px solid #0091FF;
height: 16px;
line-height: 16px;
padding-left: 5px;
}
.name_title p {
display: inline-block;
color: #0091FF;
}
.audit_progress {
padding: 30px 20px;
border: 1px solid #eeeeee;
margin: 20px 0;
}
.audit_progress h2 {
font-size: 16px;
font-weight: 600;
color: #5FB878;
line-height: 16px;
}
/* ------------缴费信息---------------- */
.payment_information h3, .payment_channel h3{
height: 16px;
padding-left: 5px;
border-left: 3px solid #0091FF;
line-height: 18px;
font-size: 16px;
font-weight: 600;
margin-bottom: 15px;
}
.payment_information ul{
font-size: 0;
}
.payment_information ul li{
display: inline-block;
width: 50%;
font-size: 14px;
line-height: 28px;
}
.payment_information ul li span {
color: #9B9B9B;
}
.payment_information ul li p, .payment_information h5 ,.payment_information h6 {
display: inline-block;
margin-left: 5px;
}
.payment_information h5 , .payment_information h6 {
color: #FA6400;
}
.payment_information ul li h5 {
font-size: 18px;
font-weight: 600;
}
/* ----------------------缴费通道------------------------------- */
.payment_channel {
margin: 20px 0;
}
.payment_channel ul {
font-size: 0;
}
.payment_channel ul li {
display: inline-block;
width: 50%;
text-align: center;
cursor: pointer;
}
.payment_channel ul li img {
width: 60px;
height: 60px;
}
.payment_channel ul li span {
display: block;
text-align: center;
font-size: 16px;
margin-top: 5px;
}
.code {
text-align: center;
}
.code img {
width: 150px;
height: 150px;
}
/* ------------------支付成功----------------------- */
.payment_success h5 {
text-align: center;
}
.payment_success h5 img {
width: 50px;
height: 50px;
}
.payment_success h5 p {
text-align: center;
font-weight: 600;
margin-top: 5px;
}
.payment_success ul {
margin-top: 20px;
width: 236px;
line-height: 36px;
margin: 0 auto;
margin-top: 30px;
}
.payment_success ul li {
text-align: left;
}
.payment_success ul li span{
color: #9B9B9B;
}
.payment_success ul li p {
display: inline-block;
}
.next_button {
text-align: center;
margin: 30px 0 100px 0;
}