From 1c9371aa76d3ad9503cee0bd68985d9ab7437334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DRain=E2=80=9C?= <904416525@qq.com> Date: Mon, 27 May 2024 21:20:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=91=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E7=82=B9=E5=87=BB=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/videoManage/playVideo.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/videoManage/playVideo.vue b/pages/videoManage/playVideo.vue index 7b5460bd..d0870676 100644 --- a/pages/videoManage/playVideo.vue +++ b/pages/videoManage/playVideo.vue @@ -13,7 +13,7 @@ - + @@ -170,7 +170,7 @@ }) }, complete() { - this.videoFlag = false; + that.videoFlag = false; } }) }, @@ -203,7 +203,7 @@ }) }, complete() { - this.videoFlag = false; + that.videoFlag = false; } }) } @@ -327,19 +327,19 @@ margin-top: -16px; } - .videoOperateBox .left:hover { + .videoOperateBox2 .left:hover { background: url("../../static/videoControlIcon/left-active.png"); } - .videoOperateBox .right:hover { + .videoOperateBox2 .right:hover { background: url("../../static/videoControlIcon/right-active.png"); } - .videoOperateBox .top:hover { + .videoOperateBox2 .top:hover { background: url("../../static/videoControlIcon/top-active.png"); } - .videoOperateBox .bottom:hover { + .videoOperateBox2 .bottom:hover { background: url("../../static/videoControlIcon/bottom-active.png"); } From d9ada299de1d88f2540dbf90af5dfd14e650f53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DRain=E2=80=9C?= <904416525@qq.com> Date: Mon, 27 May 2024 21:45:49 +0800 Subject: [PATCH 2/2] 1 --- pages/videoManage/playVideo.vue | 426 +++++++++++++++----------------- 1 file changed, 202 insertions(+), 224 deletions(-) diff --git a/pages/videoManage/playVideo.vue b/pages/videoManage/playVideo.vue index d0870676..50b4df8c 100644 --- a/pages/videoManage/playVideo.vue +++ b/pages/videoManage/playVideo.vue @@ -10,10 +10,9 @@ {{videoInfo.videoName}} - + - + @@ -36,124 +35,111 @@ \ No newline at end of file +.videoOperateBox .top { + width: 33px; + height: 28px; + background: url("../../static/videoControlIcon/top.png"); + top: 25px; + left: 50%; + margin-left: -16px; +} + +.videoOperateBox .bottom { + width: 33px; + height: 28px; + background: url("../../static/videoControlIcon/bottom.png"); + bottom: 25px; + left: 50%; + margin-left: -16px; +} + +// .videoOperateBox .center { +// width: 44px; +// height: 40px; +// background: url("../../static/videoControlIcon/center.png"); +// left: 50%; +// top: 50%; +// margin-top: -20px; +// margin-left: -22px; +// } +