diff --git a/components/my-player-m3u8/my-player-m3u8.vue b/components/my-player-m3u8/my-player-m3u8.vue index 99f5fe87..f6dfc1d6 100644 --- a/components/my-player-m3u8/my-player-m3u8.vue +++ b/components/my-player-m3u8/my-player-m3u8.vue @@ -119,7 +119,7 @@ // #ifdef H5 return true; // #endif - // #ifndef H5 + // #ifdef APP-PLUS return false; // #endif } diff --git a/main.js b/main.js index ff58065a..1aee5d75 100644 --- a/main.js +++ b/main.js @@ -56,6 +56,7 @@ if (process.env.NODE_ENV === 'development') { // Vue.prototype.url_config = 'http://192.168.34.221:28890/' //郭圣雄本地 // Vue.prototype.url_config = 'http://192.168.34.221:28888/' //郭圣雄本地 Vue.prototype.url_config = 'http://192.168.34.221:8111/' //郭圣雄本地 + Vue.prototype.url_config = 'http://192.168.34.221:19112/' //郭圣雄本地 // Vue.prototype.url_config = 'http://182.90.224.237:51234/' //郭圣雄本地 // Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地 // Vue.prototype.url_config = 'http://183.249.224.118:9000/'// 嘉兴项目 diff --git a/pages/projectEnd/workTicketManage/workTicketDetail.vue b/pages/projectEnd/workTicketManage/workTicketDetail.vue index 4bda98e1..42b32793 100644 --- a/pages/projectEnd/workTicketManage/workTicketDetail.vue +++ b/pages/projectEnd/workTicketManage/workTicketDetail.vue @@ -16,7 +16,7 @@ - + - + + + + + + + + @@ -14,30 +22,39 @@ - + {{videoInfo.videoName}} - + 当前云台速度:{{ this.opSize }} - - - - + + + + - - + + 视频回放 @@ -59,18 +76,26 @@ + + .set-speed { + margin: 48rpx 96rpx; + height: 108rpx; + } + + .video-playback { + width: 454rpx; + height: 108rpx; + background: #FFFFFF; + border-radius: 31rpx; + text-align: center; + line-height: 108rpx; + font-family: Source Han Sans CN, Source Han Sans CN; + font-weight: 400; + font-size: 40rpx; + color: #8D8D8D; + margin: 0 auto; + margin-top: 80rpx; + // position: fixed; + // bottom: 80rpx; + // left: 145rpx; + } + + .videoOperateBox { + position: relative; + text-align: center; + padding-top: 10px; + + .bg { + width: 220px; + height: 220px; + } + } + + .videoOperateBox .box { + position: relative; + display: inline-block; + margin: auto; + height: 220px; + } + + .videoOperateBox .pic { + position: absolute; + cursor: pointer; + } + + .videoOperateBox .zoom { + width: 106px; + height: 69px; + display: inline-block; + cursor: pointer; + } + + .videoOperateBox .zoomin:hover { + background: url("../../static/videoControlIcon/4.png"); + } + + .videoOperateBox .zoomout:hover { + background: url("../../static/videoControlIcon/2.png"); + } + + .videoOperateBox .zoomin { + background: url("../../static/videoControlIcon/3.png"); + } + + .videoOperateBox .zoomout { + background: url("../../static/videoControlIcon/1.png"); + } + + .videoOperateBox .left { + width: 28px; + height: 33px; + background: url("../../static/videoControlIcon/left.png"); + left: 25px; + top: 50%; + margin-top: -16px; + } + + .videoOperateBox .left:hover { + background: url("../../static/videoControlIcon/left-active.png"); + } + + .videoOperateBox .right:hover { + background: url("../../static/videoControlIcon/right-active.png"); + } + + .videoOperateBox .top:hover { + background: url("../../static/videoControlIcon/top-active.png"); + } + + .videoOperateBox .bottom:hover { + background: url("../../static/videoControlIcon/bottom-active.png"); + } + + // .videoOperateBox .center:hover { + // background: url("../../static/videoControlIcon/center-active.png"); + // } + + .videoOperateBox .right { + width: 28px; + height: 33px; + background: url("../../static/videoControlIcon/right.png"); + right: 25px; + top: 50%; + margin-top: -16px; + } + + .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; + // } + .desc { + text-align: right; + position: absolute; + top: -12rpx; + font-size: 32rpx; + left: 28rpx; + } + + .speed_wrap { + width: 550rpx; + height: 300rpx; + background-color: #FFFFFF; + border-radius: 16rpx; + display: flex; + flex-direction: column; + align-items: center; + justify-content: space-between; + + .s_title { + color: #000; + font-weight: 600; + line-height: 40rpx; + font-size: 36rpx; + margin: 24rpx 0; + } + + .s_btn { + width: 100%; + + &:after { + border-radius: 0; + } + } + } + \ No newline at end of file