bug
litian
2024-09-14 4c29b79d485d68d506e798f4fd381232ebc55a86
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
.tree {
  --td-collapse-content-padding: 0rpx 12rpx 0rpx 12rpx;
  --td-collapse-header-text-color: #ff6c00;
  --td-collapse-icon-color: #ff6c00;
  --td-collapse-header-height: min-content;
}
 
.header-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  --td-checkbox-vertical-padding: 0;
}
 
.title-box {
  width: 100%;
  display: flex;
  align-items: center;
}
 
.title-checkBox {
  width: 100%;
  display: flex;
}
 
.title-name {
  height: min-content;
}
 
.t-class {
  background-color: #f7f7f7;
}
 
.t-class-content {
  padding: 0;
}
 
.download-image {
  width: 32rpx;
  height: 32rpx;
}
 
.t-cell {
  padding: 20rpx !important;
}
 
.contentBox {
  margin: 0 26rpx;
  padding: 0 20rpx;
  height: 88rpx;
  background-color: #fff6f0;
  margin-top: 24rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
 
.contentBox .checkBox {
  --td-checkbox-vertical-padding: 0;
  --td-checkbox-bg-color: #fff6f0;
}
 
.box-image {
  display: flex;
}
 
.box-image image {
  width: 44rpx;
  height: 44rpx;
  margin-right: 8rpx;
}
 
.contentBox .box-image .name {
  width: 300rpx;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
 
.teachClass {
  color: #949494;
  height: 44rpx;
}
 
.teach-btn {
  display: flex;
  align-items: center;
}
 
.testSee,
.need-buy,
.shopCar {
  width: 38rpx;
  height: 38rpx;
}
 
.testSee,
.shopCar {
  margin-right: 20rpx;
}
 
.list-icon {
  width: 32rpx;
  height: 18rpx;
}
 
.listItems {
  padding-bottom: 20rpx;
}
 
/* .t-collapse-panel__content {
  padding: var(--td-collapse-content-padding, 0rpx) !important;
} */
 
.fl-cn {
  display: flex;
  align-items: center;
}