limitSale.wxss
670 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
.snapshoot-page {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #3a3a3a;
}
.snapshoot-page .card {
position: fixed;
top: 18rpx;
left: 50%;
transform: translateX(-50%);
}
.snapshoot-page .btn {
position: fixed;
top: 996rpx;
right: 112rpx;
width: 252rpx;
height: 88rpx;
background-color: #fff;
border-radius: 3px;
font-family: PingFang-SC-Regular, sans-serif;
font-size: 28rpx;
line-height: 88rpx;
color: #444;
letter-spacing: 0;
text-align: center;
}
.snapshoot-page .btn.active {
color: #fff;
left: 112rpx;
background-color: #d0021b;
}