chenxiong 3 роки тому
батько
коміт
34b7a194d4
3 змінених файлів з 22 додано та 13 видалено
  1. 20 11
      pages/course/index.vue
  2. 1 1
      pages2/exam/exam_appointment.vue
  3. 1 1
      pages2/exam/exam_result.vue

+ 20 - 11
pages/course/index.vue

@@ -81,7 +81,7 @@
 					<view class="lzs" >
 						<view class="tylsz" v-for="(item, index) in eList" :key="index" @click="item.id === 0 ? activeAll(1) : active1(item)" :class="item.id === selObj.eId ? 'activeStys':''">{{ item.educationName }}</view>
 					</view>
-					<view class="lzs"  >
+					<view class="rzs"  >
 						<view class="tylszB" v-for="(item, index) in bList" :key="index" @click="item.id === 0 ? activeAll(2) : active2(item)" :class="item.id === selObj.bId ? 'activeStys2':''">{{ item.projectName }}-{{ item.businessName }}</view>
 					</view>
 				</view>
@@ -301,7 +301,7 @@ export default {
 	}
 	
 </style>
-<style scoped>
+<style scoped lang="scss">
 	.emptyTip{
 		color: #999999;
 		font-size: 32rpx;
@@ -322,27 +322,24 @@ export default {
 		color: #FFFFFF;
 	}
 	.tylszB{
-		height: 66rpx;
-		line-height: 66rpx;
+		padding:20rpx 10rpx;
 		background: #FFFFFF;
 		border: 2rpx solid #EEEEEE;
 		border-radius: 16rpx;
-		padding: 0 10rpx;
 		margin-top: 15rpx;
-		white-space: nowrap;
+		font-size: 32rpx;
+		white-space: nowrap; 
 	}
 	.activeStys{
 		background: linear-gradient(90deg, rgba(1,94,234,0.2),rgba(255,255,255,.6));
 		border-radius: 16rpx;
+		font-weight: bold;
 		color: #007AFF!important;
 	}
 	.tylsz{
 		height: 66rpx;
 		line-height: 66rpx;
 		color: #666;
-		font-weight: 400;
-
-		font-weight: bold;
 		padding:0 30rpx;
 		margin-top: 15rpx;
 		white-space: nowrap;
@@ -357,16 +354,28 @@ export default {
 		font-size: 27rpx;
 	}
 	.flex-d {
-
+		height:100%;
 		background-color: #FFFFFF;
 		padding: 0 5%;
 		font-size: 30rpx;
 	}
 	.contentZ {
-		overflow-y: auto;
 		display: flex;
 		height: 100%;
 		padding: 10rpx;
+		
+		.lzs {
+			width:200rpx;
+			height: 100%;
+			overflow: scroll;
+		}
+		
+		.rzs {
+			margin-left:10rpx;
+			flex:1;
+			height: 100%;
+			overflow: scroll;
+		}
 	}
 	.contentZ::-webkit-scrollbar {
 		display: none;

+ 1 - 1
pages2/exam/exam_appointment.vue

@@ -63,7 +63,7 @@
 					</view>
 				</view>
 				<view class="boxItem">
-					<view class="title">报考学员信息</view>
+					<view class="title">考试预约信息</view>
 					<view class="item">
 						考试标题:
 						<text class="val">{{ activeList.applyName }}</text>

+ 1 - 1
pages2/exam/exam_result.vue

@@ -65,7 +65,7 @@
 					</view>
 				</view>
 				<view class="boxItem">
-					<view class="title">报考学员信息</view>
+					<view class="title">考试预约信息</view>
 					<view class="item">
 						考试标题:
 						<text class="val">{{ activeList.applyName }}</text>