소스 검색

Merge remote-tracking branch 'origin/2025北京诚祥' into 2025北京诚祥

wangxy 2 달 전
부모
커밋
fcd7e48397
3개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 0
      common/styles/global/components.scss
  2. 1 1
      common/styles/global/pages.scss
  3. 4 4
      components/dialog/shexiangDialog.vue

+ 1 - 0
common/styles/global/components.scss

@@ -163,6 +163,7 @@ view{box-sizing: border-box;}
 	.common-content{font-size: 32rpx;color: #666;margin:32rpx 48rpx 48rpx;line-height: 1.6;}
 	.content-center-class{text-align: center;}
 	.content-left-class{text-align: left;}
+	.content-margin-bottom{margin-bottom: 20rpx;}
 	.common-btn-box{display: flex;flex-direction: row;border-top-color: #f5f5f5;border-top-style: solid;border-top-width: 1px;}
 	.not-confirm-btn,.confirm-btn{height: 90rpx;line-height: 90rpx;flex:1;text-align: center;font-size: 30rpx;}
 	.not-confirm-btn{color: #666;}

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

@@ -166,7 +166,7 @@
 
 .kecheng-list{
 	.kecheng-list-card-box{
-		display: flex;align-items: center;
+		display: flex;align-items: center;padding: 4rpx 0;
 		img{width: 300rpx;max-height: 260rpx;margin-right: 32rpx;}
 		.card-right-box{
 			font-size: 28rpx;

+ 4 - 4
components/dialog/shexiangDialog.vue

@@ -8,13 +8,13 @@
 				<view class="common-content" :class="dialogContentClass">
 				  <view>
 						<!-- IOS-->
-						<view v-if="platformType === 'ios'">推荐使用微信或safari浏览器,使用其他浏览器可能会在考试过程中出现摄像头问题,影响考试结果,导致重考,不建议使用其他浏览器。
+						<view v-if="platformType === 'ios'" class="content-margin-bottom">推荐使用微信或safari浏览器,使用其他浏览器可能会在考试过程中出现摄像头问题,影响考试结果,导致重考,不建议使用其他浏览器。
 						</view>
 						<!-- 安卓-->
-						<view v-if="platformType === 'Android'">
+						<view v-if="platformType === 'Android'" class="content-margin-bottom">
 							推荐使用微信或火狐浏览器、谷歌浏览器,使用其他浏览器可能会在考试过程中出现摄像头问题,影响考试结果,导致重考,不建议使用其他浏览器。
 						</view>
-						<view>请在考试前使用摄像头测试功能,测试摄像头是否可以正常工作,在测试前请先确保摄像头设备可以正常使用,并且使用推荐浏览器并赋予了浏览器摄像头权限。</view>
+						<view class="content-margin-bottom">请在考试前使用摄像头测试功能,测试摄像头是否可以正常工作,在测试前请先确保摄像头设备可以正常使用,并且使用推荐浏览器并赋予了浏览器摄像头权限。</view>
 						<view>若摄像头测试中图像显示异常,请及时更换浏览器或手机,以免影响考试结果。</view>
 					</view>
 				</view>
@@ -42,7 +42,7 @@
 	  dialogContentClass: {
 	    type: String,
 	  	require: true,
-	    default: 'content-center-class'
+	    default: ''
 	  },
 	  notBtn: {
 	    type: String,