file.css
1.3 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
.time {
margin-bottom: 0.28rem;
font-size: 0.24rem;
font-weight: 400;
text-align: left;
color: #8c9198;
}
.file-box {
padding: 0.32rem;
box-sizing: border-box;
}
.file-item {
width: 100%;
border-bottom: 0.01rem solid #eeeeee;
}
.file-item-bottom {
display: flex;
align-items: center;
margin-bottom: 0.25rem;
font-size: 0.28rem;
font-weight: 500;
text-align: left;
color: #06121e;
}
.file_item_img {
width: 0.5rem;
height: 0.5rem;
overflow: hidden;
margin: 0 0.2rem 0 0;
}
.file-item-bottom img {
width: 100%;
}
.pic {
width:100%;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.file_item_icon {
width: 1.44rem;
height: 1.44rem;
margin: 0 0.2rem 0.2rem 0;
overflow: hidden;
}
.file_item_icon:nth-child(4n) {
margin-right: 0;
}
.file_item_icon img {
width: 100%;
}
.video {
display: flex;
align-items: center;
position: relative;
width: 1.44rem;
height: 1.44rem;
margin-right: 0.28rem;
}
.file-item-bottom .video .videoImg {
width: 1.44rem;
height: 1.44rem
}
.blackPop {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, .3);
width: 100%;
height: 100%;
}
.blackPop img {
width: 0.5rem;
height: 0.5rem;
}