_pay-fail.css
875 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
.pay-fail-page {
.pay-fail-group {
margin: 145px auto;
text-align: center;
.pay-fail-bg {
background: resolve("layout/pay-fail.svg") no-repeat center center;
width: 115px;
height: 130px;
margin: 0 auto 30px;
}
.go-to-home .btn {
margin-top: 40px;
display: inline-block;
width: 130px;
height: 40px;
line-height: 40px;
}
.big {
font-size: 20px;
line-height: 30px;
color: #212121;
}
.medium {
font-size: 14px;
line-height: 30px;
color: #1b1b1b;
}
.small {
font-size: 14px;
line-height: 40px;
color: #212121;
}
}
}