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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
@charset "UTF-8";
/* 颜色变量 */
.box.data-v-3770555c {
  width: 100%;
}
.box .box_cate.data-v-3770555c {
  width: 100%;
  height: 84rpx;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 0 32rpx;
  box-sizing: border-box;
  border-bottom: 2rpx solid #F4F5F4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.box .box_cate .box_cate_item.data-v-3770555c {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 46rpx;
}
.box .box_cate .box_cate_item.data-v-3770555c:last-child {
  margin-right: 0 !important;
}
.box .box_cate .box_cate_item .box_cate_item_top.data-v-3770555c {
  display: flex;
  align-items: center;
}
.box .box_cate .box_cate_item .box_cate_item_top .activefont.data-v-3770555c {
  font-size: 32rpx !important;
  font-weight: 500 !important;
  color: #333333 !important;
}
.box .box_cate .box_cate_item .box_cate_item_top text.data-v-3770555c {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
}
.box .box_cate .box_cate_item .box_cate_item_top text.data-v-3770555c:first-child {
  margin-right: 5rpx;
}
.box .box_cate .box_cate_item .box_cate_item_x.data-v-3770555c {
  width: 40rpx;
  height: 4rpx;
  background: #D20A0A;
  border-radius: 12rpx;
  margin-top: 8rpx;
}
.box .box_list.data-v-3770555c {
  width: 100%;
}
.box .box_list .box_list_item.data-v-3770555c {
  width: 100%;
  padding: 28rpx 32rpx;
  box-sizing: border-box;
  background-color: #FFFFFF;
  margin-bottom: 16rpx;
}
.box .box_list .box_list_item.data-v-3770555c:last-child {
  margin-bottom: 0 !important;
}
.box .box_list .box_list_item .head.data-v-3770555c {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .box_list .box_list_item .head text.data-v-3770555c {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.box .box_list .box_list_item .head .head_left.data-v-3770555c {
  display: flex;
  align-items: center;
}
.box .box_list .box_list_item .head .head_left image.data-v-3770555c {
  width: 64rpx;
  height: 64rpx;
  border-radius: 50%;
  margin-right: 12rpx;
}
.box .box_list .box_list_item .head .head_left text.data-v-3770555c {
  font-size: 28rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.box .box_list .box_list_item .divide.data-v-3770555c {
  display: flex;
  align-items: center;
  margin-top: 22rpx;
}
.box .box_list .box_list_item .divide .divide_x.data-v-3770555c {
  width: 0rpx;
  height: 12rpx;
  margin: 0 12rpx;
  border: 1rpx solid #999999;
}
.box .box_list .box_list_item .divide text.data-v-3770555c {
  font-size: 20rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.box .box_list .box_list_item .info.data-v-3770555c {
  font-size: 28rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-top: 26rpx;
}
.box .box_list .box_list_item .list.data-v-3770555c {
  margin-top: 14rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box .box_list .box_list_item .list .list_itemx.data-v-3770555c {
  width: 220rpx;
  height: 0;
}
.box .box_list .box_list_item .list .list_item.data-v-3770555c {
  width: 220rpx;
  height: 220rpx;
}
.box .box_list .box_list_item .list .list_item image.data-v-3770555c {
  width: 100%;
  height: 100%;
}
.box .box_list .box_list_item .zan.data-v-3770555c {
  margin-top: 20rpx;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.box .box_list .box_list_item .zan image.data-v-3770555c {
  width: 30rpx;
  height: 30rpx;
  margin-right: 6rpx;
}
.box .box_list .box_list_item .zan text.data-v-3770555c {
  font-size: 24rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
}