MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
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
79
80
81
82
83
84
85
@charset "UTF-8";
/* 颜色变量 */
.fun_list_item.data-v-57a3c2f2 {
  width: 332rpx;
  height: 580rpx;
  border-radius: 20rpx;
  background-color: white;
  overflow: hidden;
  margin-bottom: 36rpx;
}
.fun_list_item .fun_list_item_img.data-v-57a3c2f2 {
  width: 100%;
  height: 420rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fun_list_item .fun_list_item_img image.data-v-57a3c2f2 {
  height: 100%;
}
.fun_list_item .fun_list_item_info.data-v-57a3c2f2 {
  width: 100%;
  padding: 16rpx 12rpx 24rpx 12rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_top.data-v-57a3c2f2 {
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_top text.data-v-57a3c2f2 {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_bottom.data-v-57a3c2f2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15rpx;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_left.data-v-57a3c2f2 {
  width: 200rpx;
  display: flex;
  align-items: center;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_left image.data-v-57a3c2f2 {
  width: 32rpx;
  height: 32rpx;
  border-radius: 50%;
  margin-right: 6rpx;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_left text.data-v-57a3c2f2 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_right.data-v-57a3c2f2 {
  display: flex;
  align-items: center;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_right image.data-v-57a3c2f2 {
  width: 24rpx;
  height: 24rpx;
  margin-right: 6rpx;
}
.fun_list_item .fun_list_item_info .fun_list_item_info_bottom .fun_list_item_info_bottom_right text.data-v-57a3c2f2 {
  font-size: 24rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}