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
 
page {
    background-color: #F5F5F5 !important;
}
 
@charset "UTF-8";
/* 颜色变量 */
.box.data-v-6362e18b {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.box .box_list.data-v-6362e18b {
  width: 100%;
  white-space: nowrap;
}
.box .box_list .box_list_item.data-v-6362e18b {
  width: 120rpx;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-left: 68rpx;
}
.box .box_list .box_list_item.data-v-6362e18b:first-child {
  margin-left: 0 !important;
}
.box .box_list .box_list_item .active.data-v-6362e18b {
  box-sizing: border-box;
  border: 3rpx solid #D20A0A;
}
.box .box_list .box_list_item image.data-v-6362e18b {
  width: 120rpx;
  height: 120rpx;
  border-radius: 50%;
}
.box .box_list .box_list_item text.data-v-6362e18b {
  font-size: 24rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 18rpx;
}
.box .box_cate.data-v-6362e18b {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 38rpx;
}
.box .box_cate .box_cate_box.data-v-6362e18b {
  width: 300rpx;
  display: flex;
  align-items: center;
}
.box .box_cate .box_cate_box .box_cate_item.data-v-6362e18b {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.box .box_cate .box_cate_box .box_cate_item .activeColor.data-v-6362e18b {
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.box .box_cate .box_cate_box .box_cate_item .active.data-v-6362e18b {
  width: 40rpx;
  height: 4rpx;
  background: #D20A0A;
  border-radius: 12rpx;
  margin-top: 8rpx;
}
.box .box_cate .box_cate_box .box_cate_item text.data-v-6362e18b {
  font-size: 28rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
}
.box .box_list1.data-v-6362e18b {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24rpx;
}