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] 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; +// } +