提交 890a0495 编写于 作者: guofeng.chen's avatar guofeng.chen

修改样式

上级 98d0c261
......@@ -160,7 +160,7 @@ export default {
.go-app{
color: #449284;
font-size: 14px;
line-height: 14px;
line-height: 16px;
text-align: center;
padding: 20px 0;
span{
......
......@@ -77,12 +77,12 @@ export default {
.toggle-btn {
// background: #fff;
position: absolute;
right: 15px;
right: 0;
bottom: 0;
display: flex;
align-items: center;
padding-left: 30px;
background: -webkit-linear-gradient(left, transparent, #fff 30%);
background: linear-gradient(90deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, 1));
img {
position: relative;
top: 1px;
......
......@@ -171,6 +171,7 @@ export default {
onPlay() {
this.reportOnOff(1);
this.isPaused = false;
this.showProved = false;
},
onPause() {
this.reportOnOff(2);
......@@ -247,7 +248,7 @@ export default {
this.player.play();
if (!this.player.paused) {
this.isPaused = false;
this.reportOnOff(1);
// this.reportOnOff(1);
this.showProved = false;
}
return null;
......@@ -265,7 +266,7 @@ export default {
this.player.currentTime = 0;
this.player.play();
this.isPaused = false;
this.reportOnOff(1);
// this.reportOnOff(1);
this.$emit('onReplay');
this.showReplay = false;
this.provedOver = false;
......@@ -342,7 +343,7 @@ export default {
this.player.play();
this.playTime++;
this.isPaused = false;
this.reportOnOff(1);
// this.reportOnOff(1);
}
},
// 拖动进度条
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册