cash_recharge_wechat.css
2.01 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
.CashRechargeWechatPage h2 {
font-size: 14px;
line-height: 50px;
border-bottom: 4px solid #5eba2c;
}
.CashRechargeWechatPage .summary {
background-color: #FFF;
padding: 30px;
position: relative;
margin-bottom: 15px;
}
.CashRechargeWechatPage .summary h3 {
font-size: 18px;
margin-bottom: 10px;
font-weight: 700;
}
.CashRechargeWechatPage .summary p {
font-size: 14px;
color: #666;
}
.CashRechargeWechatPage .summary span {
position: absolute;
right: 30px;
top: 50%;
margin-top: -18px;
font-size: 18px;
font-weight: 700;
}
.CashRechargeWechatPage .summary span em {
font-size: 24px;
}
.CashRechargeWechatPage .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;
}
.CashRechargeWechatPage .wechat {
padding: 19px;
background-color: #FFF;
margin-bottom: 50px;
}
.CashRechargeWechatPage .wechat .back {
font-size: 13px;
color: #005aa0;
}
.CashRechargeWechatPage .wechat em {
font-style: normal;
font-weight: 700;
color: #ff6600;
}
.CashRechargeWechatPage .wechat .area {
overflow: hidden;
padding: 30px 0 40px;
width: 630px;
margin: 0 auto;
}
.CashRechargeWechatPage .wechat p {
font-size: 13px;
color: #999;
}
.CashRechargeWechatPage .wechat p strong {
font-size: 14px;
font-weight: 700;
margin-right: 20px;
color: #333;
}
.CashRechargeWechatPage .wechat .scan {
float: left;
margin-right: 135px;
padding-top: 50px;
}
.CashRechargeWechatPage .wechat .scan .code {
width: 200px;
height: 200px;
padding: 10px;
border: 1px solid #ddd;
margin-bottom: 20px;
}
.CashRechargeWechatPage .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;
}