v0.7.6 资源播放 优化样式

This commit is contained in:
hunlongyu
2020-01-19 14:37:22 +08:00
parent 93c7392754
commit dabf4390bd
9 changed files with 235 additions and 107 deletions

View File

@@ -9,6 +9,12 @@
.el-pagination .btn-next, .el-pagination .btn-prev{
color: var(--l-c);
}
.el-drawer{
overflow: auto;
&::-webkit-scrollbar{
width: 0px;
}
}
.Header, .Aside{
i{
color: var(--l-icon);
@@ -28,7 +34,7 @@
}
}
.Main{
.film, .search, .star{
.film, .search, .star, .player{
.table-box{
&::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px var(--l-bdc);