collection.wxss
1021 字节
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
page {
background: #f9f9f9;
}
.content {
width: 100%;
padding: 30rpx 32rpx 120rpx;
box-sizing: border-box;
}
.footer {
width: 100%;
height: 100rpx;
padding: 0 32rpx;
box-sizing: border-box;
background: #fff;
position: fixed;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer .check_box {
display: flex;
align-items: center;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 400;
color: rgba(19, 26, 46, 1);
}
.footer .check_box .check {
width: 36rpx;
height: 36rpx;
padding: 20rpx 20rpx 20rpx 0;
}
.footer .del {
width: 180rpx;
height: 68rpx;
background: rgba(242, 0, 0, 1);
border-radius: 34rpx;
font-size: 30rpx;
font-family: PingFang SC;
font-weight: 400;
color: rgba(255, 255, 255, 1);
display: flex;
justify-content: center;
align-items: center;
}
.empty {
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 400;
color: #ccc;
margin-top: 200rpx;
text-align: center;
}