Browse Source

样式修改

tanxue 2 months ago
parent
commit
110b0185d6

+ 2 - 2
common/styles/global/components.scss

@@ -384,10 +384,10 @@ margin-right: 18rpx;display: inline-block;vertical-align: middle;}
 		padding: 32rpx 0 20rpx;
 		padding: 32rpx 0 20rpx;
 		.common-input-row{display: flex;align-items: center;margin-bottom: 24rpx;}
 		.common-input-row{display: flex;align-items: center;margin-bottom: 24rpx;}
 		.common-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;flex-shrink: 0;}
 		.common-label-require{color: #ff0101;margin-right: 6rpx;width:16rpx;display: inline-block;flex-shrink: 0;}
-		.common-input-label{width: 200rpx;line-height:70rpx;font-size: 30rpx;color: #333;text-align: right;}
+		.common-input-label{width: 200rpx;line-height:70rpx;font-size: 28rpx;color: #333;text-align: right;}
 		.common-input{
 		.common-input{
 			height: 70rpx;min-height: 70rpx;padding: 20rpx;box-sizing: border-box;margin-right: 30rpx;
 			height: 70rpx;min-height: 70rpx;padding: 20rpx;box-sizing: border-box;margin-right: 30rpx;
-			border: 1rpx solid #f0f0f0;border-radius: 10rpx;display: block;flex: 1;}
+			border: 1rpx solid #f0f0f0;border-radius: 10rpx;display: block;flex: 1;font-size: 28rpx;}
 	}
 	}
 	.content-center-class{text-align: center;}
 	.content-center-class{text-align: center;}
 	.content-left-class{text-align: left;}
 	.content-left-class{text-align: left;}

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

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

+ 3 - 3
components/zhuapaiConfirm/zhuapai.vue

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