riku
2024-07-26 1a4d35a08d05e014663c144771976abb0edaa933
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
@import '../../components/stat-card/index.wxss';
 
.custom-tabs {
  /* --td-tab-item-tag-bg: white !important; */
  --td-tab-item-color: var(--td-text-color-secondary);
  --td-tab-nav-bg-color: transparent;
  background-color: transparent !important;
  /* padding: var(--td-spacer) var(--td-spacer) 0 var(--td-spacer); */
}
 
.custom-track {
  /* background-color: aqua; */
}
 
.custom-item {
  /* background-color: transparent; */
}
 
.custom-panel {
  /* height: 120px; */
}
 
.custom-tab-panel {
}
 
.coustom-title {
  margin-left: var(--td-spacer);
}