xsjf.css
2.72 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
.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:30px 0 100px 0;
}
.scan_code p {
font-size: 28px;
font-weight: 600;
color: #FA6400;
}
.code_detail img {
width: 32px;
height: 32px;
display: inline-block;
}
.code_detail ul {
display: inline-block;
}