picDetail.css
608 字节
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
.pic {
width:100%;
padding: 0 0.32rem;
box-sizing: border-box;
}
.pic img {
width: 100%;
}
.vedio-box {
padding: 0 0.32rem;
box-sizing: border-box;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
}
.vedio {
position: relative;
width: 100%;
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;
}