提交 347f2351 authored 作者: xmn's avatar xmn

修改样式

上级 684204b2
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
bottom: 0; bottom: 0;
width: 19px; width: 19px;
height: 100%; height: 100%;
font-size: .875em; font-size: 14px;
color: #969696; color: #969696;
cursor: pointer; cursor: pointer;
i { i {
...@@ -75,152 +75,152 @@ ...@@ -75,152 +75,152 @@
color: #fff; color: #fff;
} }
} }
} .control-panel {
.control-panel { position: relative;
position: relative; height: 100%;
height: 100%;
/* 选择项 */
.tab-nav {
margin: 0;
padding: 15px 0;
line-height: 1.6;
border-bottom: 0;
background-color: #232323;
overflow: hidden;
li {
float: left;
position: relative;
width: 50%;
padding: 0;
font-size: 16px;
line-height: 28px;
color: #909090;
text-align: center;
list-style: none;
cursor: pointer;
&.current {
color: #b49441;
}
}
.video-jy {
border-left: 1px solid #3f3f3f;
}
}
.tab-content {
.tab-pane {
display: block;
height: 100%;
overflow: auto;
}
/* 章列表样式 */ /* 选择项 */
.chapter-list { .tab-nav {
margin: 0; margin: 0;
padding: 0; padding: 15px 0;
line-height: 1.6; line-height: 1.6;
border-bottom: 0;
background-color: #232323;
overflow: hidden; overflow: hidden;
li {
float: left;
position: relative;
width: 50%;
padding: 0;
font-size: 16px;
line-height: 28px;
color: #909090;
text-align: center;
list-style: none;
cursor: pointer;
&.current {
color: #b49441;
}
}
.video-jy {
border-left: 1px solid #3f3f3f;
}
} }
.chapter-item { .tab-content {
h4 { .tab-pane {
padding: 10px 22px; display: block;
height: 100%;
overflow: auto;
}
/* 章列表样式 */
.chapter-list {
margin: 0; margin: 0;
color: #b0b0b0; padding: 0;
background-color: #2f2f2f; line-height: 1.6;
overflow: hidden;
.chapter-item {
h4 {
padding: 10px 22px;
margin: 0;
color: #b0b0b0;
background-color: #2f2f2f;
}
}
} }
} }
}
/* 节列表样式 */ /* 节列表样式 */
.knob-list { .knob-list {
margin: 0; margin: 0;
padding: 0; padding: 0;
line-height: 1.6; line-height: 1.6;
overflow: hidden; overflow: hidden;
li { li {
position: relative; position: relative;
padding: 0 0 0 23px; &.current {
&.current { background: #232323;
background: #232323; a {
a { color: #b49441;
color: #b49441; }
}
&:before {
display: block;
content: "";
position: absolute;
left: 13px;
top: 16px;
z-index: 10;
width: 18px;
height: 18px;
background: #5b5b5b;
border: 2px solid #5b5b5b;
border-radius: 50%;
}
&:after {
display: block;
content: "";
position: absolute;
left: 22px;
top: 0;
z-index: 5;
width: 1px;
height: 100px;
background: #616161;
} }
} }
&:before { .knob-progress {
display: block;
content: "";
position: absolute; position: absolute;
top: 16px;
left: 13px; left: 13px;
z-index: 20;
display: none\0;
}
.icon-pro {
display: none;
position: absolute;
top: 16px; top: 16px;
z-index: 10; left: 23px;
width: 18px; z-index: 15;
height: 18px; width: 19px;
background: #5b5b5b; height: 19px;
border: 2px solid #5b5b5b; border-radius: 9px;
border-radius: 50%; display: block\0;
} }
&:after { .knob-name {
display: block; display: block;
content: ""; padding: 15px 35px 15px 40px;
position: absolute; font-size: 14px;
left: 22px; color: #909090;
top: 0; text-decoration: none;
z-index: 5; cursor: pointer;
width: 1px;
height: 100px;
background: #616161;
} }
} }
.knob-progress {
position: absolute;
top: 16px;
left: 13px;
z-index: 20;
display: none\0;
}
.icon-pro {
display: none;
position: absolute;
top: 16px;
left: 23px;
z-index: 15;
width: 19px;
height: 19px;
border-radius: 9px;
display: block\0;
}
.knob-name {
display: block;
padding: 14px 35px 14px 20px;
font-size: .875em;
color: #909090;
text-decoration: none;
cursor: pointer;
}
} }
}
/* 章节后面小图标的样式 */ /* 章节后面小图标的样式 */
.el-icon { .el-icon {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
right: 13px; right: 13px;
top: 19px; top: 19px;
} }
/* 讲义列表样式 */ /* 讲义列表样式 */
.jiangyi-list { .jiangyi-list {
padding: 8px 16px;
li {
padding: 8px 16px; padding: 8px 16px;
cursor: pointer; li {
list-style: none; padding: 8px 16px;
&.current { cursor: pointer;
background: #888; list-style: none;
} &.current {
img { background: #888;
width: 100%; }
img {
width: 100%;
}
} }
} }
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论