_pay-success.css
2.22 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
.pay-success {
width: 100%;
overflow: hidden;
position: relative;
background-color: #f0f0f0;
.top-tip {
width: 100%;
height: 240px;
border-bottom: solid 1px #e0e0e0;
text-align: center;
background-color: #fff;
.img-c {
margin-top: 25px;
width: 102px;
height: 102px;
background: resolve("cart/pay-ok.png") no-repeat;
background-size: 100% 100%;
display: inline-block;
}
.ok-tip {
font-size: 24px;
color: #d0021b;
line-height: 60px;
}
.left-tip {
font-size: 19px;
color: #b0b0b0;
}
}
.info-table-c {
height: 160px;
border-bottom: solid 1px #e0e0e0;
padding: 20px 25px;
background-color: #fff;
table {
width: 100%;
tr {
height: 40px;
}
td {
font-size: 24px;
color: #444;
}
td:nth-child(2) {
text-align: right;
}
}
}
.btn-c {
width: 100%;
height: 102px;
background-color: #fff;
border-bottom: solid 1px #e0e0e0;
padding: 0 25px;
a {
width: 270px;
height: 53px;
border: solid 2px #444;
display: block;
float: left;
line-height: 53px;
text-align: center;
border-radius: 5px;
box-sizing: border-box;
-moz-box-sizing: border-box;
margin-top: 24px;
font-size: 24px;
color: #444;
}
a:nth-child(2) {
margin-left: 50px;
}
}
.ad-pic {
width: 100%;
height: 200px;
display: block;
background-color: #fff;
margin: 25px 0;
}
.others-buy {
width: 100%;
margin-bottom: 25px;
background-color: #fff;
padding: 25px 0;
border-top: solid 1px #e4e4e4;
padding-left: 15px;
p {
text-align: center;
color: #444;
font-size: 27px;
}
}
}