_notice.css
1.76 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
.pay-notice-page {
width: 990px;
margin: 0 auto;
padding: 30px 0;
font-size: 14px;
color: #444;
.red {
color: #ce0b24;
}
.order-wrap {
padding: 40px 50px;
background-color: #f5f5f5;
border: 1px solid #e0e0e0;
> h1 {
font-size: 26px;
line-height: 1;
.iconfont {
font-size: 26px;
margin-right: 16px;
}
}
}
.order-info {
margin-top: 40px;
border-top: 1px solid #e0e0e0;
padding: 30px 50px 0;
position: relative;
li {
padding-bottom: 18px;
.l-b {
display: inline-block;
width: 200px;
}
.notice-link {
color: #0883d1;
}
}
.opt-btns {
padding-top: 10px;
padding-bottom: 0;
> a {
width: 100px;
height: 32px;
line-height: 32px;
color: #fff;
background-color: #3a3a3a;
display: inline-block;
text-align: center;
margin-right: 54px;
}
}
&:after {
content: '';
width: 300px;
height: 170px;
background: resolve('pay/app-qr.png');
position: absolute;
top: 30px;
right: 50px;
}
}
.extra-wrap {
padding: 30px 40px;
line-height: 2;
color: #bbb;
border: 1px solid #e0e0e0;
margin-top: 30px;
.notice-link {
color: #0883d1;
}
}
}