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