Commit 67a3e179 authored by Breaker-93's avatar Breaker-93

音频样式微调(背景充满);

关注图标替换;
parent f55b3d22
src/assets/images/followed.png

980 Bytes | W: | H:

src/assets/images/followed.png

955 Bytes | W: | H:

src/assets/images/followed.png
src/assets/images/followed.png
src/assets/images/followed.png
src/assets/images/followed.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -49,3 +49,5 @@
@commnTitleSize:36px;
@commnSize:30px;
@smallSize:26px;
@selectColor: #4498F0; // #4498F0
......@@ -110,7 +110,7 @@ export default {
}
.audio-wrap {
display: flex;
height: calc(100% - 48px);
height: 100%;
background: #4498f0;
flex-direction: column;
align-items: center;
......@@ -121,7 +121,10 @@ export default {
height: 35px;
}
#edu_audio {
position: absolute;
display: block;
bottom: 0;
width: 100%;
height: 48px;
opacity: .8;
}
</style>
......@@ -589,11 +589,14 @@ export default {
</script>
<style lang="less" scoped>
.course-detail {
width: 100%;
// .video-player {
// height: 211pt;
// }
.pdf-previewer {
position: relative;
height: 211px;
width: 100%;
}
......@@ -654,8 +657,8 @@ export default {
line-height: 55px;
color: #333333;
&.select {
color: #4498F0;
border-bottom: 2px solid #4498F0;
color: @selectColor;
border-bottom: 2px solid @selectColor;
}
}
}
......@@ -748,7 +751,7 @@ export default {
margin:19px 15px 0;
color: #666;
&.select {
color: #4498F0;
color: @selectColor;
}
em {
display: inline-block;
......@@ -810,7 +813,7 @@ export default {
a {
margin-left: 6px;
vertical-align: middle;
color: #4498F0
color: @selectColor
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment