shortvideo.wxss
1.1 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
page{
background: #000;
padding: 0 32rpx;
box-sizing: border-box
}
.biaozhuantitle{
color:#FFFFFF;
font-size: 28rpx;
}
.video{
width:686rpx;
height:300rpx;
margin:32rpx auto 0;
}
.bofangnum{
display:flex;
justify-content: space-between;
align-items: center
}
.bofangleft,.bofangright{
color:#fff;
font-size: 24rpx;
opacity: 0.7
}
.xiaovideo{
margin-top:80rpx;
}
.shortvideobox{
display:flex;
align-items: center;
flex-wrap: wrap;
}
.videoitem{
width:338rpx;
height:452rpx;
position: relative;
margin-top:32rpx;
}
.itemvid{
width:338rpx;
height:452rpx;
}
.videoitem:nth-child(2n){
margin-left:11rpx;
}
.videoittitle{
color:#FFFFFF;
font-size: 28rpx;
width:289rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
position: absolute;
bottom:56rpx;
left:13rpx;
margin:0 auto;
}
.guangimg{
width:686rpx;
height:300rpx;
margin:32rpx auto 0;
position: relative;
}
.boimg{
width:100rpx;
height:100rpx;
font-size: 0;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%)
}