_wechatqrcodereturn.css
2.66 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
.wechatqrcodereturn {
width: 990px;
margin: 0 auto;
font-size: 12px;
font-family: Arial,helvetica,sans-serif;
.pay-title {
height: 65px;
overflow: hidden;
padding: 20px 0px 0px 0px;
margin: 0px auto;
border-bottom: 2px solid #000000;
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 0px 0px 0px;
line-height: 15px;
}
}
.end {
width: 93px;
height: 18px;
color: #000;
span {
text-align: right;
}
}
}
.step5 {
height: 33px;
width: 97px;
overflow: hidden;
background-image: resolve(/pay/finsh.png);
float: left;
}
.pay-wechat-return {
overflow: hidden;
padding-top: 10px;
}
.payerror {
margin: 50px 0 0 300px;
font-size: 14px;
font-weight: bold;
color: #000;
padding-left: 25px;
line-height: 21px;
background: resolve(/pay/pay-fail.png) no-repeat;
}
.arrival-time {
margin: 10px 0 0 325px;
color: #666;
}
.tell-phone {
color: #e8044f;
font-weight: bold;
font-size: 16px;
}
.cart-bigbtns {
span {
margin-right: 5px;
}
}
.btn-type {
display: inline-block;
height: 35px;
padding: 0 0 0 2px;
overflow: hidden;
font-size: 14px;
margin: 40px 0 0 320px;
a {
display: inline-block;
height: 35px;
line-height: 32px;
padding: 0 20px;
background: resolve(/pay/btnby.png) no-repeat;
border: none;
overflow: visible;
cursor: pointer;
margin: 0;
color: #666;
}
}
.we-font {
margin: 20px 0 0 320px;
height: 36px;
line-height: 36px;
padding-left: 16px;
color: #999;
display: block;
background: resolve(/pay/pay-plaint.png) no-repeat 1px;
}
}