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
 
page {
    background-color: #ffffff !important;
}
 
@charset "UTF-8";
/* 颜色变量 */
.box.data-v-56f9d87e {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.box .box_ipt.data-v-56f9d87e  {
  width: 100%;
}
.box .box_ipt.data-v-56f9d87e .uni-searchbar__box {
  justify-content: flex-start;
}
.box .box_ipt.data-v-56f9d87e .uni-searchbar {
  padding: 0;
}
.box .box_history.data-v-56f9d87e {
  width: 100%;
  margin-top: 40rpx;
  display: flex;
  flex-direction: column;
}
.box .box_history .title.data-v-56f9d87e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28rpx;
}
.box .box_history .title text.data-v-56f9d87e {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}
.box .box_history .title image.data-v-56f9d87e {
  width: 40rpx;
  height: 40rpx;
}
.box .box_history .list.data-v-56f9d87e {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box .box_history .list .list_item.data-v-56f9d87e {
  padding: 10rpx 28rpx;
  background: #F5F5F5;
  border-radius: 24rpx;
  font-size: 28rpx;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-left: 16rpx;
}
.box .box_history .list .list_item.data-v-56f9d87e:first-child {
  margin-left: 0;
}
.box .box_list.data-v-56f9d87e {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40rpx;
}