_index.css
2.12 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
.pay-back-page {
font-size: 15px;
line-height: 1.4;
width: auto;
max-width: 640px;
margin: 0 auto;
font-family: 'STHeiti';
.success-order-info {
margin: 0;
padding: 0;
}
.success-order-info {
padding: 10px 10px;
text-align: center;
color: #222;
font-size: 12px;
h2 {
font-size: 37px;
font-weight: normal;
margin: 0;
padding: 0;
}
}
.icon-right {
text-align: center;
width: 2.44rem;
height: 2.44rem;
margin-top: 90px;
display: inline-block;
background: resolve('shopping-pay/pay-success.png') no-repeat;
background-size: contain;
}
.success-notice {
padding: 0 10px 10px 28px;
color: #24acaa;
}
.notice-right {
height: 0.54rem;
width: 0.54rem;
float: left;
margin: 1px 10px 0 80px;
background: resolve('shopping-pay/notice.png') no-repeat;
background-size: contain;
}
.success-btn {
padding: 10px;
text-align: center;
min-width: 300px;
margin: 40px auto;
a {
display: inline-block;
width: 250px;
height: 1.8rem;
line-height: 1.8rem;
text-align: center;
background-color: #ed0010;
color: white;
margin-right: 8px;
font-size: 32px;
font-weight: normal;
text-decoration: none;
outline: none;
}
}
.pt50 {
padding-top: 50px;
}
.failure-order {
margin-top: 140px;
background-color: #fff;
p{
font-size: 37px;
font-weight: normal;
margin: 0;
padding: 0;
text-align: center;
}
}
.failure-notice {
padding: 17px 10px 10px 28px;
color: #24acaa;
}
.failure-right {
height: 25px;
width: 24px;
float: left;
margin: 1px 10px 0 175px;
background-image: resolve('shopping-pay/notice.png');
}
}