_pay-success.css
781 Bytes
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
.pay-success-page {
.order-info {
margin-top: 40px;
padding-bottom: 30px;
}
.success-tip {
font-size: 18px;
font-weight: bold;
margin-bottom: 30px;
}
.order-num,
.payment-online,
.payment-coin {
font-size: 16px;
font-weight: bold;
line-height: 26px;
}
.btns .btn {
width: 160px;
height: 40px;
line-height: 40px;
}
.go-check-order {
margin-bottom: 20px;
}
.tip-info {
border-top: 1px solid #eee;
font-size: 14px;
color: #666;
line-height: 20px;
margin-bottom: 40px;
.title {
line-height: 50px;
color: #000;
font-weight: bold;
}
}
}