fileDetail.css
718 字节
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
.article {
padding: 0 0.32rem;
box-sizing: border-box;
}
.title {
font-size: 0.36rem;
font-weight: 500;
text-align: left;
color: #06121e;
}
.des {
margin-top: 0.32rem;
font-size: 0.28rem;
font-weight: 400;
text-align: left;
color: #06121e;
}
.des-img {
width: 100%;
height: 4.2rem;
margin: 0.16rem 0;
}
.vedio {
position: relative;
width: 100%;
height: 4.2rem;
margin: 0.16rem 0;
}
.vedio-img {
width: 100%;
height: 100%;
}
.blackShade {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .5);
}
.vedio-play {
width: 0.8rem;
height: 0.8rem;
}