课程详情、播放页面优化

This commit is contained in:
禺狨
2023-06-30 16:13:47 +08:00
parent cba6aa3432
commit 60a88b1fe0
3 changed files with 10 additions and 5 deletions

View File

@@ -106,9 +106,9 @@
width: 100%;
height: auto;
margin-top: 20px;
.chapter-name {
width: 100%;
float: left;
height: 15px;
font-size: 15px;
font-weight: 500;
@@ -118,12 +118,14 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 5px;
}
}
.hours-it {
width: 100%;
float: left;
height: auto;
margin-top: 20px;
margin-top: 10px;
}
}
}