_wxpay.css
4.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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
.pay-wechatqrcode-page {
width: 990px;
margin: 0 auto;
font-size: 12px;
font-family: arial, "Microsoft YaHei";
.pay-title {
height: 52px;
overflow: hidden;
padding: 20px 0 0;
margin: 0 auto;
border-bottom: 2px solid #000;
ul {
width: 446px;
height: 12px;
float: right;
list-style: none;
padding: 0;
margin: 0;
background: resolve(pay/pay-list.png) no-repeat top right;
}
li {
width: 176px;
height: 12px;
text-align: center;
color: #999;
float: left;
span {
display: block;
height: 15px;
padding: 15px 0 0;
line-height: 15px;
}
}
.end {
width: 93px;
height: 18px;
color: #000;
span {
text-align: right;
}
}
}
.step4 {
height: 24px;
width: 99px;
overflow: hidden;
background-image: resolve(pay/pay-title.png);
float: left;
}
.w-title {
padding: 25px 0 12px;
overflow: hidden;
}
.w-left {
width: 670px;
float: left;
h3 {
line-height: 26px;
height: 26px;
margin-bottom: 4px;
overflow: hidden;
font-size: 14px;
font-weight: normal;
}
p {
height: 22px;
line-height: 22px;
color: #9b9b9b;
span {
color: red;
}
}
}
.w-right {
margin-left: 670px;
overflow: hidden;
text-align: right;
p {
line-height: 26px;
height: 26px;
margin-bottom: 4px;
overflow: hidden;
font-size: 14px;
strong {
color: #ff5d5b;
font-size: 18px;
margin: 0 3px;
font-weight: bold;
}
}
a {
color: #2ea7e7;
padding-right: 14px;
position: relative;
display: inline-block;
height: 22px;
line-height: 22px;
i {
width: 0;
height: 0;
font-size: 0;
position: absolute;
top: 9px;
right: 4px;
z-index: 1;
cursor: pointer;
}
}
}
.up {
float: right;
border-width: 4px 3px 0;
border-style: solid dashed dashed;
border-color: #2ea7e7 transparent transparent;
}
.down {
float: right;
border-width: 0 3px 4px;
border-style: dashed dashed solid;
border-color: transparent transparent #2ea7e7;
}
.w-addrinfo {
padding: 12px 0;
color: #9b9b9b;
line-height: 22px;
border-top: 1px solid #e4e5eb;
display: none;
span {
padding: 0 20px;
}
}
.w-payment {
border: 1px solid #e5e5e5;
border-top: 3px solid #4b5b78;
background-color: #fff;
padding: 26px 30px 30px;
margin-top: 6px;
margin-bottom: 50px;
h2 {
font-size: 18px;
font-weight: normal;
display: block;
}
}
.w-p-weixin {
width: 300px;
height: 380px;
padding: 20px 370px 30px 0;
margin: 0 auto;
overflow: hidden;
background: resolve(pay/w-p-phone.png) no-repeat top right;
}
.w-p-erm {
width: 250px;
height: 250px;
padding: 20px;
margin-bottom: 20px;
border: 1px solid #ddd;
overflow: hidden;
}
.w-p-word {
height: 44px;
padding: 8px 0 8px 125px;
background: resolve(pay/w-p-word.png) no-repeat 50px 8px #090909;
p {
margin: 0;
font-size: 14px;
line-height: 22px;
color: #fff;
font-weight: 700;
}
}
.w-pay-change {
display: block;
height: 30px;
line-height: 30px;
margin-top: 50px;
color: #0aaefa;
cursor
font-size: 14px;
i {
float: left;
margin-right: 14px;
font-family: "arial";
font-style: normal;
font-size: 16px;
}
}
}