闫增涛
2024-02-23 fdfb3ca757ecd6c396632ed276ff354671d3a7e5
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
.resource-item-single {
  width: 360rpx;
  height: 360rpx;
  border-radius: 8rpx;
}
 
.resource-item-double {
  width: 334rpx;
  height: 334rpx;
  border-radius: 8rpx;
}
 
.resource-item-multiple {
  width: 218rpx;
  height: 218rpx;
  border-radius: 8rpx;
}
 
.resource-container-single {
  padding-left: 0;
  padding-top: 0;
}
 
.resource-container-double {
  padding-left: 18rpx;
  padding-top: 18rpx;
}
 
.resource-container-multiple {
  padding-left: 16rpx;
  padding-top: 16rpx;
}
 
.container-single {
  margin-left: 0;
}
 
.container-double {
  margin-left: -18rpx;
  margin-top: -18rpx;
}
 
.container-multiple {
  margin-left: -16rpx;
  margin-top: -16rpx;
}
 
.resource-container {
  display: flex;
}
 
.play-icon {
  width: 96rpx;
  height: 96rpx;
}
 
.images-videos-container {
  display: flex;
  flex-wrap: wrap;
}
 
.image {
  border-radius: 8rpx;
}
 
.cover-img-container {
  background-color: white;
}