TM
2020-12-15 c62268b52ba62222994ccfb836384837853f890e
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
.item-content {
  padding: 14px 16px;
  font-size: 17px;
  color: #333;
  line-height: 24px;
}
 
.title-class {
  font-size: 102px;
  font-family: PingFang SC;
  color: #333333;
}
 
.time-filter {
  display: flex;
  height: 32px;
  background: #F2F2F2;
  border-radius: 16px;
  align-items: center;
  justify-content: space-around;
}
 
.begin-time {
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 30%;
  height: 32px;
  justify-content: center;
}
 
.end-time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 30%;
  height: 32px;
}
.item-box{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  padding: 10px 16px 10px 26px;
}
.filter-item {
  display: inline-block;
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  background: #F2F2F2;
  border-radius: 16px;
  font-size: 12px;
  text-align: center;
  margin-right: 8px;
  margin-bottom: 8px;
}
 
.active {
  background: rgba(244, 241, 255, 1);
}
.btn-box{
  display: flex;
  width: 640rpx;
  justify-content: space-around;
  position: fixed;
  bottom: 10px;
}
.btn-1{
  width: 280rpx;
  height: 40px;
  line-height: 40px;
  color: #666666;
  border: 1px solid #CCCCCC; 
  border-radius: 20px;
}
.btn-2{
  width: 280rpx;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  border: 0;
  outline: none;
}