闫增涛
2024-03-11 f4425543db1c8db8c47a34c53ef477e72cfe318e
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
.tree {
  --td-collapse-content-padding: 0rpx 12rpx 32rpx 12rpx;
  --td-collapse-header-text-color: #ff6C00;
  --td-collapse-icon-color: #ff6c00
}
 
.header-title {
  display: flex;
  align-items: center;
  --td-checkbox-vertical-padding: 0
}
 
.t-class {
  background-color: #F7F7F7;
}
 
.t-class-content {
  padding: 0;
}
 
 
 
.contentBox {
  padding: 0 26rpx;
  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 {
  width: 350rpx;
  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;
}
 
.teach-btn {
  display: flex;
  align-items: center;
}
 
.testSee,
.need-buy,
.shopCar {
  width: 38rpx;
  height: 38rpx;
}
 
.testSee,
.shopCar {
  margin-right: 20rpx;
}