riku
2025-04-21 0746b7bbe6aa3d9f02e03654a2cd4fde2081c335
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
@import '/behaviors/picker/template-selector.wxss';
 
.popup-block {
  width: 100vw;
  height: 50vh;
}
 
.t-class-checkbox-label {
  font-size: var(--td-font-size-base);
}
 
.page-header {
  background: white;
}
 
.footer {
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.06);
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 1;
  padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx);
  background-color: white;
}
 
.t-class-button {
  margin: initial !important;
}
 
.popup-btn-group {
  display: flex;
  justify-content: space-between;
  padding: var(--td-spacer);
}
 
.filter-wrap {
  width: 100%;
  height: 88rpx;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
  /* box-shadow: var(--td-shadow-4); */
}