videobox.wxss
550 字节
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
.picboxhead {
display: flex;
align-items: center;
padding: 8rpx 24rpx;
box-sizing: border-boxr;
}
.picboxheadleft {
color: #06121e;
font-size: 28rpx;
font-weight: bold;
}
.picboxquan {
color: #8c9198;
font-size: 28rpx;
margin-left: 34rpx;
}
.searchsanjiao {
margin-left: 24rpx;
}
.picbox {
padding: 24rpx 12rpx 24rpx 24rpx;
box-sizing: border-box;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.videoitem{
width:702rpx;
height:350rpx;
font-size: 0;
position: relative;
margin-bottom:24rpx;
}