_qrcode.css
1.75 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
.qrcode {
padding: 0 30px;
.qrcode-title {
margin: 30px 0;
}
.qrcode-tip {
font-size: 20px;
color: #c6c6c6;
&:before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: url("/channel/tip.png");
background-repeat: no-repeat;
background-size: contain;
vertical-align: -2px;
margin-right: 8px;
}
}
.qrcode-say {
color: #c6c6c6;
margin-top: 80px;
}
.qrcode-wrap {
position: relative;
.chan {
background-image: url("/channel/up-icon.png");
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 50%;
margin-top: -15px;
width: 31px;
height: 31px;
}
.prev {
left: 0;
transform: rotate(-90deg);
}
.next {
right: 0;
transform: rotate(90deg);
}
}
.qrcode-pages {
text-align: center;
padding: 30px 0;
letter-spacing: 4px;
font-size: 28px;
}
.swiper-container {
width: 412px;
.qrcode-img {
width: 412px;
height: 412px;
display: block;
margin-bottom: 40px;
img {
width: 100%;
height: 100%;
display: block;
}
}
p {
line-height: 35px;
height: 35px;
}
label {
display: inline-block;
width: 148px;
text-align: right;
margin-right: 40px;
}
}
}