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
|
| .card {
| height: initial;
| }
|
| .custom-tabs {
| /* --td-tab-item-tag-bg: white !important; */
| /* --td-tab-nav-bg-color: transparent; */
| /* background-color: transparent !important; */
| /* padding: var(--td-spacer) var(--td-spacer) 0 var(--td-spacer); */
| min-height: 60vh;
| background-color: white;
| }
|
| .custom-track {
| /* background-color: aqua; */
| }
|
| .custom-item {
| /* background-color: transparent; */
| }
|
| .custom-panel {
| /* height: 120px; */
| }
|
| .custom-tab-panel {}
|
| .grid-content {
| /* background-color: aliceblue; */
| font-size: 24rpx;
| }
|
| .grid-item {
| /* font-size: 24rpx; */
| }
|
| .top-left {
| position: absolute;
| top: 25rpx;
| /* bottom: 0rpx; */
| left: 0rpx;
| right: 0;
| }
|
|