cash_pay_wechat.css
3.59 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
.CashPayWechatPage h2 {
font-size: 14px;
line-height: 50px;
border-bottom: 4px solid #5eba2c;
}
.CashPayWechatPage .order {
padding: 19px 19px 9px;
background-color: #FFF;
margin-bottom: 20px;
}
.CashPayWechatPage .order .summary {
position: relative;
padding-right: 230px;
background-color: #FFF;
z-index: 1;
padding-bottom: 10px;
}
.CashPayWechatPage .order .multi-summary h3 {
line-height: 50px;
}
.CashPayWechatPage .order .multi-summary .money a {
margin-top: 8px;
}
.CashPayWechatPage .order p {
font-size: 13px;
color: #999;
}
.CashPayWechatPage .order h3 {
font-size: 16px;
color: #333;
font-weight: 700;
line-height: 40px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.CashPayWechatPage .order .money {
position: absolute;
right: 0;
top: 50%;
color: #666;
font-size: 14px;
margin-top: -30px;
text-align: right;
padding-top: 5px;
}
.CashPayWechatPage .order .money em {
font-size: 24px;
font-style: normal;
color: #ff6600;
font-weight: 700;
}
.CashPayWechatPage .order .money a {
display: inline-block;
font-size: 13px;
color: #005aa0;
margin-top: 5px;
}
.CashPayWechatPage .order .money .icon {
display: inline-block;
vertical-align: middle;
position: relative;
margin-left: 5px;
font-size: 0;
top: 1px;
width: 0;
height: 0;
overflow: hidden;
border: 4px solid #005aa0;
border-color: #005aa0 transparent transparent transparent;
}
.CashPayWechatPage .order .money .icon.down {
top: -4px;
border-color: transparent transparent #005aa0 transparent;
}
.CashPayWechatPage .order .detail {
font-size: 13px;
color: #666;
border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 10px;
padding-bottom: 10px;
display: none;
}
.CashPayWechatPage .order .detail li {
padding-bottom: 8px;
}
.CashPayWechatPage .order .detail .tit {
color: #999;
}
.CashPayWechatPage .order .detail table {
border: 1px solid #ddd;
width: 100%;
font-size: 13px;
color: #666;
border-collapse: collapse;
text-align: center;
}
.CashPayWechatPage .order .detail table th {
background-color: #eee;
}
.CashPayWechatPage .order .detail table th,
.CashPayWechatPage .order .detail table td {
padding: 13px 10px;
border: 1px solid #ddd;
border-width: 1px 0;
}
.CashPayWechatPage .btn {
display: inline-block;
margin-right: 10px;
font-size: 13px;
color: #999;
cursor: pointer;
padding: 0 10px;
background-color: #f5f5f5;
border: 1px solid #bbb;
line-height: 30px;
text-align: center;
border-radius: 3px;
min-width: 68px;
}
.CashPayWechatPage .wechat {
padding: 19px;
background-color: #FFF;
margin-bottom: 50px;
}
.CashPayWechatPage .wechat .back {
font-size: 13px;
color: #005aa0;
}
.CashPayWechatPage .wechat em {
font-style: normal;
font-weight: 700;
color: #ff6600;
}
.CashPayWechatPage .wechat .area {
overflow: hidden;
padding: 30px 0 40px;
width: 630px;
margin: 0 auto;
}
.CashPayWechatPage .wechat p {
font-size: 13px;
color: #999;
}
.CashPayWechatPage .wechat p strong {
font-size: 14px;
font-weight: 700;
margin-right: 20px;
color: #333;
}
.CashPayWechatPage .wechat .scan {
float: left;
margin-right: 135px;
padding-top: 50px;
}
.CashPayWechatPage .wechat .scan .code {
width: 200px;
height: 200px;
padding: 10px;
border: 1px solid #ddd;
margin-bottom: 20px;
}
.CashPayWechatPage .wechat .scan .btn {
background: #5dba2b url(../images/dest/icon_scan.png) 28px center no-repeat;
color: #fff;
border-color: #5dba2b;
line-height: 1.35;
text-align: left;
width: 132px;
margin: 0;
padding: 17px 10px 17px 78px;
border-radius: 0;
cursor: default;
}