pay-magazine.page.scss
1.1 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
.yoho-header {
background-image: none !important;
background-color: initial !important;
.iconfont,
.nav-title {
color: #030303;
}
}
.pay-magazine-success {
text-align: center;
}
.status-img {
width: 132px;
height: 164px;
background-image: url("img/cart/magazine-pay-ok.png");
background-size: 100% 100%;
background-repeat: no-repeat;
margin: 120px auto 37px;
}
.status-tip {
font-size: 32px;
color: #292934;
margin-bottom: 8px;
font-weight: 500;
padding-left: 30px;
}
.download-tip {
font-size: 25px;
color: #bbb;
margin-bottom: 76px;
}
.download-btn {
width: 410px;
height: 76px;
line-height: 76px;
color: #fff;
background: #292934;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
.download-icon {
display: inline-block;
width: 42px;
height: 42px;
margin-right: 16px;
background-image: url("img/cart/yohobuy.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
}