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

修改样式

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