重构课程侧边列表

This commit is contained in:
2023-05-20 15:39:26 +08:00
parent 3504a7a9d9
commit 93a613a9d2
11 changed files with 111 additions and 107 deletions

View File

@@ -841,42 +841,6 @@
}
.ul-course-sidebar-item {
display : flex;
padding : 8px 0;
align-items : center;
justify-content: flex-start;
}
.ul-course-sidebar-item:not(:last-child) {
border-bottom: 1px dotted #999;
}
.ul-course-sidebar-item-poster {
height : 50px;
width : 80px;
background-size : cover;
background-position: center;
}
.ul-course-sidebar-item-option-item {
display : inline-block;
font-size: 12px;
color : #999;
}
.ul-course-sidebar-item-info {
margin-left: 8px;
}
.ul-course-sidebar-item-title {
line-height : 2;
text-overflow: ellipsis;
white-space : nowrap;
overflow : hidden;
}
body .layui-quote-gray {
background-color : #f0f0f0;
color : #666;