tanxue 2 mesi fa
parent
commit
d86e3b93ab

+ 1 - 1
common/styles/global/pages.scss

@@ -261,7 +261,7 @@
 	.phone-video-box{
 		width:100%;height: 460rpx;
 		.kecheng-video{height: 460rpx!important;}
-		.prism-big-play-btn{display: none!important;}
+		.prism-big-play-btn{left: 50%;margin-left: -32px;}
 		.prism-player .prism-progress .prism-progress-played{background-color: #3fd2a1;}
 		.prism-player .prism-progress .prism-progress-cursor{background: unset;}
 	}

+ 2 - 2
components/zhuapaiConfirm/zhuapai.vue

@@ -179,12 +179,12 @@
 		}
 		.video-view-box{width:100%;height: 240rpx;position: absolute;}
 		.shiti-video-hidden-btn,.shiti-video-show-btn{
-			position: absolute;top:0;right:0;
+			position: absolute;top:0;left:0;
 			i{width: 32rpx;height: 32rpx;display: block;background-size: cover;background-repeat: no-repeat;background-position:center;}
 		}
 		.shiti-video-hidden-btn{
 			width: 60rpx;height: 60rpx;
-			 i{background-image: url("@/static/images/exam/video-close-icon.svg");margin:6rpx 6rpx 6rpx auto;}
+			 i{background-image: url("@/static/images/exam/video-close-icon.svg");margin:6rpx auto 6rpx 6rpx;}
 		 }
 		.shiti-video-show-btn{
 			background-color: #dcfbf1;padding:20rpx;border-radius:8rpx;