.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;
|
}
|
|
|
.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 .test-icon {
|
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;
|
}
|