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
 
page {
    background-color: #fff !important;
}
 
@charset "UTF-8";
/* 颜色变量 */
.box.data-v-807fcfaa {
  width: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.box .box_item.data-v-807fcfaa {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 32rpx 0;
  box-sizing: border-box;
  border-bottom: 2rpx solid #F4F5F4;
}
.box .box_item .box_item_top.data-v-807fcfaa {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .box_item .box_item_top text.data-v-807fcfaa {
  font-size: 32rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.box .box_item .box_item_content.data-v-807fcfaa {
  padding: 20rpx 0;
  box-sizing: border-box;
  font-size: 24rpx;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #CCCCCC;
}