xsjf.css
4.28 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
.content_box {
width: 1200px;
margin: 0 auto;
min-height:calc(100vh - 207px);
color: #4a4a4a;
}
.audit_progress {
margin: 36px 0;
}
.audit_progress h2 {
font-size: 16px;
line-height: 16px;
text-align: center;
color: #6D7278;
}
.audit_progress h2 img {
width: 24px;
height: 24px;
position: relative;
top: 5px;
}
/* ------------缴费信息---------------- */
.payment_information h3, .payment_channel 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;
}
.payment_information h3::after, .payment_channel h3:after {
position:absolute;
content:"";
left:0;
width:4px;
height:12px;
border-radius: 1px;
top: 5px;
background-color: #0091FF;
}
.payment_information ul li {
width: 49%;
display: inline-block;
line-height: 36px;
}
.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-top: 20px;
}
.payment_channel .payment_channel_con li {
width: 200px;
height: 90px;
background: #FFFFFF;
border-radius: 8px;
border: 1px solid #DEDEDE;
display: inline-block;
text-align: center;
line-height: 90px;
margin-right: 15px;
cursor: pointer;
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
}
.payment_channel .payment_channel_con li:hover {
border: 1px solid #0091FF;
background: rgba(47, 165, 255, 0.06);
}
.payment_channel .payment_channel_con li img {
width: 24px;
height: 24px;
display: inline-block;
position: relative;
top: 6px;
}
.payActive {
border: 1px solid #0091FF!important;
background: rgba(47, 165, 255, 0.06)!important;
}
/* ----------------------支付成功------------------------------ */
.scan_code {
-moz-user-select: none; /*火狐*/
-webkit-user-select: none; /*webkit浏览器*/
-ms-user-select: none; /*IE10*/
-khtml-user-select: none; /*早期浏览器*/
user-select: none;
}
.scan_code {
text-align: center;
margin-top: 50px;
}
.scanning_results {
width: 184px;
height: 236px;
border: 1px solid #DEDEDE;
margin: 0 auto;
margin-bottom: 30px;
position: relative;
}
.codeShowImg {
width: 198px;
height: 174px;
position: absolute;
right: -207px;
top: -67px;
display: none;
}
.scan_code p:nth-child(1) {
color: #303030;
font-size: 12px;
}
.scan_code p:nth-child(2) {
font-size: 28px;
font-weight: 600;
color: #FA6400;
margin-bottom: 15px;
}
.erweima {
width: 100%;
}
.code_detail img {
width: 32px;
height: 32px;
display: inline-block;
position: relative;
top: 3px;
}
.code_detail ul {
display: inline-block;
font-size: 12px;
}
/* ---------支付成功---------- */
.paymentSuccess {
background: #FFFFFF;
box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.18);
border-radius: 8px;
border: 1px solid #E6E6E6;
box-sizing: border-box;
padding: 35px;
width: 470px!important;
height: 340px!important;
}
.paymentSuccess li {
text-align: center;
}
.paymentSuccess li img {
width: 30px;
height: 30px;
}
.paymentSuccess li span {
color: #9B9B9B;
display: inline-block;
width: 90px;
text-align: right;
margin-right: 10px;
}
.paymentSuccess li p {
display: inline-block;
color: #303030;
}
.paymentSuccess li:nth-child(1){
margin-bottom: 3px;
}
.paymentSuccess li:nth-child(2){
margin-bottom: 15px;
}
.paymentSuccess .layui-layer-btn {
text-align: center;
margin-top: 26px;
}
.paymentSuccess .layui-layer-btn0 {
width: 120px;
height: 42px;
text-align: center;
line-height: 42px;
margin: 0 auto;
}
.paymentSuccess .info {
text-align: left;
padding-left: 60px;
line-height: 36px;
}
.submitButton {
text-align: center;
margin: 20px 0;
}