index.wxss
1.37 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
91
.container {
width: 750rpx;
height: 540rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.ticket-title {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #444444;
letter-spacing: 0;
margin-bottom: 20rpx;
}
.ticket-number {
font-family: PingFang-SC-Regular;
font-size: 28rpx;
color: #444444;
letter-spacing: 0;
margin-top: 40rpx;
}
.ticket-content {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 300rpx;
margin: 20rpx 0;
}
.left-slide {
width: 56rpx;
height: 56rpx;
margin-left: 30rpx;
}
.right-slide {
width: 56rpx;
height: 56rpx;
margin-right: 30rpx;
}
.ticket-index {
font-family: PingFang-SC-Regular;
font-size: 20rpx;
color: #B0B0B0;
letter-spacing: 0;
text-align: center;
margin-right: 20rpx;
}
.scroll-box{
white-space: nowrap;
width: 300rpx;
height: 300rpx;
}
.card-box{
display: inline-block;
}
.card{
width: 300rpx;
height: 300rpx;
}
.qr-image {
width: 300rpx;
height: 300rpx;
}
.already-used {
opacity: 0.52;
background: #000000;
border-radius: 80rpx;
width: 160rpx;
height: 160rpx;
font-family: PingFang-SC-Regular;
font-size: 32rpx;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 70rpx;
top: 70rpx;
}