From cf94fb2d7affead5b5e8738335d4930c81210d27 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 08 十一月 2021 18:36:46 +0800 Subject: [PATCH] search page second list --- src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue | 29 +++++++++++++++++++++++++---- 1 files changed, 25 insertions(+), 4 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue index 219d3be..211f53b 100644 --- a/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue +++ b/src/pages/shuohuangMonitorAnalyze/components/videoAnalyze.vue @@ -549,8 +549,9 @@ this.showPlayBtn = false; if (this.guid == 1) { this.$refs[`player_${this.curVideo.id}`][0].play(); - this.maxDuration = - this.$refs[`player_${this.curVideo.id}`][0].getDuration(); + this.maxDuration = this.$refs[ + `player_${this.curVideo.id}` + ][0].getDuration(); } else { this.videoArrs.forEach((v) => { this.$refs[`player_${v.id}`][0].play(); @@ -579,8 +580,9 @@ this.$refs[`player_${this.curVideo.id}`][0].seek(val); // this.$refs[`player_${this.curVideo.ID}`][0].play(); setTimeout(() => { - let curT = - that.$refs[`player_${that.curVideo.ID}`][0].getCurrentTime(); + let curT = that.$refs[ + `player_${that.curVideo.ID}` + ][0].getCurrentTime(); }, 600); } else { this.videoArrs.forEach((v, i) => { @@ -719,6 +721,13 @@ } if (text.indexOf("杩囧垎鐩�") > -1) { return "blue"; + } + if ( + text.indexOf("鐜╂墜鏈�") > -1 || + text.indexOf("瓒翠紡") > -1 || + text.indexOf("浠板崸") > -1 + ) { + return "red"; } return ""; }, @@ -1586,4 +1595,16 @@ .video-box-top b { color: #fff; } + +.currentPlayer .prism-player .prism-big-play-btn { + left: 46% !important; + bottom: 39% !important; + background-size: cover; + width: 106px; + height: 106px; + .outter { + width: 106px; + height: 106px; + } +} </style> \ No newline at end of file -- Gitblit v1.8.0