mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 12:52:48 +08:00
重构课程侧边列表
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user