riku
2026-03-05 9465dc404f7e7cd56100e4859ee0946a3fef7b09
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
@import '../../baseC/template-inputcell.wxss';
 
.t-class-checkbox {
  --td-checkbox-font-size: 30rpx
}
 
.tips {
  position: relative;
  color: white;
  padding: 16px;
  font-size: 14px;
  font-weight: 550;
}
 
.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* background-color: aqua; */
}
 
.item-title-1 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  padding: 12rpx 32rpx;
  color: var(--fyui-text-color_2);
}
 
.theme-card {
  /* border-radius: 24rpx; */
  /* margin: 12rpx 32rpx; */
  overflow: hidden;
}
 
.btn-add {
  background: white;
}