空白格 3 years ago
parent
commit
54665a72b6

+ 3 - 2
h5_web/pages.json

@@ -137,8 +137,9 @@
 		}, {
 			"path": "pages/recruitment/recruitment",
 			"style": {
-				"navigationStyle": "custom",
-				"navigationBarTitleText": "招聘就业"
+				"navigationBarTitleText": "招聘就业",
+				"navigationBarBackgroundColor": "#3D5D4C",
+				"navigationBarTextStyle": "white"
 			}
 		}, {
 			"path": "pages/myResume/myResume",

+ 17 - 10
h5_web/pages/index/index.scss

@@ -12,7 +12,7 @@
     &-banner{
       position: absolute;
       width: 100%;
-      height: 440rpx;
+      height: 380rpx;
       margin-top: 140rpx;
       // padding: 0 20rpx;
     }
@@ -20,13 +20,13 @@
   
   .index-header{
     width: 100%;
-    height: 452rpx;
+    height: 385rpx;
     
     &-container{
       display: flex;
       flex-wrap: wrap;
       width: 100%;
-      height: 400rpx;
+      height: 380rpx;
       background-color: #2A322B;
       border-bottom-right-radius: 5%;
       border-bottom-left-radius: 5%;
@@ -85,7 +85,7 @@
     &-banner{
       position: absolute;
       width: 100%;
-      height: 440rpx;
+      height: 380rpx;
       // margin-top: 140rpx;
       // padding: 0 30rpx;
     }
@@ -97,17 +97,22 @@
 }
 
 .service{
-  padding: 20rpx 30rpx;
+  padding: 30rpx;
   
   .service-body{
     background-color: #FFFFFF;
     border-radius: 10rpx;
-    
-    .service-item{
+    width: 100%;
+		padding: 30rpx 0 0;
+    .service-item {
       width: 25%;
-      margin: 22rpx 0;
+			justify-content: space-between;
       text-align: center;
-      .service-item-img{width: 98rpx;height: 98rpx;}
+			padding: 0 0 30rpx;
+      .service-item-img{
+				width: 98rpx;
+				height: 98rpx;
+			}
     }
   }
 }
@@ -140,7 +145,9 @@
     &-body{
       &-item{
         border-bottom: 1px solid #E1E1E1;
-        
+        &:last-child {
+					border-bottom: none;
+				}
         .news-text{
 					margin-right: 26rpx;
           &-title {

+ 3 - 3
h5_web/pages/index/index.vue

@@ -18,8 +18,8 @@
 					</view>
 				</view> -->
 				<view class="index-header-banner">
-					<u-swiper :list="bannerList" name="bannerUrl" border-radius="0" mode="round" height="444"
-						img-mode="scaleToFill" @click="swiperClick"/>
+					<u-swiper :list="bannerList" name="bannerUrl" border-radius="0" mode="round" height="380"
+						img-mode="scaleToFill" @click="swiperClick" :mode="bannerList.length > 1 ? 'round' : 'none'"/>
 				</view>
 			</view>
 		</view>
@@ -195,7 +195,7 @@
 				let params = {
 					artCategoryId: 2,
 					pageNum: 1,
-					pageSize: 3
+					pageSize: 5
 				}
 				this.$u.api.indexApi.getIndexNewsListApi(params).then(res => {
 					if (res?.code == 200) {

+ 24 - 24
h5_web/pages/mine/mine.scss

@@ -169,30 +169,30 @@
 			.cell-icon {
 				margin-right: 24rpx;
 			}
-			.jianli {
-				width: 34rpx;
-				height: 34rpx;
-			}
-			.toudi {
-				width: 34rpx;
-				height: 34rpx;
-			}
-			.mianshi {
-				width: 28rpx;
-				height: 34rpx;
-			}
-			.peixun {
-				width: 30rpx;
-				height: 38rpx;
-			}
-			.pingjia {
-				width: 36rpx;
-				height: 30rpx;
-			}
-			.shezhi {
-				width: 32rpx;
-				height: 32rpx;
-			}
+			// .jianli {
+			// 	width: 34rpx;
+			// 	height: 34rpx;
+			// }
+			// .toudi {
+			// 	width: 34rpx;
+			// 	height: 34rpx;
+			// }
+			// .mianshi {
+			// 	width: 28rpx;
+			// 	height: 34rpx;
+			// }
+			// .peixun {
+			// 	width: 30rpx;
+			// 	height: 38rpx;
+			// }
+			// .pingjia {
+			// 	width: 36rpx;
+			// 	height: 30rpx;
+			// }
+			// .shezhi {
+			// 	width: 32rpx;
+			// 	height: 32rpx;
+			// }
 		}
 	}
 }

+ 6 - 6
h5_web/pages/mine/mine.vue

@@ -58,13 +58,13 @@
 			<view class="mine-info-cell1">
 				<u-cell-group :border="false">
 					<u-cell-item title="我的简历" @click="jumpPage('/pages/myResume/myResume')">
-						<image class="cell-icon jianli" slot="icon" src="../../static/img/jianlitongguo.png" mode=""></image>
+						<u-image class="cell-icon jianli" width="34" height="33" slot="icon" src="../../static/img/jianlitongguo.png" mode="aspectFit"></u-image>
 					</u-cell-item>
 					<u-cell-item title="我的投递" @click="jumpPage('/pages/myDelivery/myDelivery')">
-						<image class="cell-icon toudi" slot="icon" src="../../static/img/toudimoren.png" mode=""></image>
+						<u-image class="cell-icon toudi" slot="icon" width="34" height="40" src="../../static/img/toudimoren.png" mode="aspectFit"></u-image>
 					</u-cell-item>
 					<u-cell-item title="我的面试" @click="jumpPage('/pages/myInterview/myInterview')">
-						<image class="cell-icon mianshi" slot="icon" src="../../static/img/mianshi-houxuanren.png" mode=""></image>
+						<u-image class="cell-icon mianshi" width="34" height="40" slot="icon" src="../../static/img/mianshi-houxuanren.png" mode="aspectFit"></u-image>
 					</u-cell-item>
 				</u-cell-group>
 			</view>
@@ -72,10 +72,10 @@
 			<view class="mine-info-cell1">
 				<u-cell-group :border="false">
 					<u-cell-item title="我的技能培训" @click="jumpPage('/pages/mine/skillsTraining/skillsTraining')">
-						<image class="cell-icon peixun" slot="icon" src="../../static/img/jinengx.png" mode=""></image>
+						<u-image class="cell-icon peixun" width="34" height="40" slot="icon" src="../../static/img/jinengx.png" mode="aspectFit"></u-image>
 					</u-cell-item>
 					<u-cell-item title="我的评价" @click="jumpPage('/pages/inbuild/inbuild')">
-						<image class="cell-icon pingjia" slot="icon" src="../../static/img/pingjia.png" mode=""></image>
+						<u-image class="cell-icon pingjia" width="34" height="40" slot="icon" src="../../static/img/pingjia.png" mode="aspectFit"></u-image>
 					</u-cell-item>
 				</u-cell-group>
 			</view>
@@ -84,7 +84,7 @@
 			<view class="mine-info-cell1">
 				<u-cell-group :border="false">
 					<u-cell-item title="设置" @click="jumpPage('/pages/setting/setting')">
-						<image class="cell-icon shezhi" slot="icon" src="../../static/img/shezhi.png" mode=""></image>
+						<u-image class="cell-icon shezhi" width="34" height="40" slot="icon" src="../../static/img/shezhi.png" mode="aspectFit"></u-image>
 					</u-cell-item>
 				</u-cell-group>
 			</view>

+ 0 - 2
h5_web/pages/mine/skillsTraining/skillsTraining.scss

@@ -1,11 +1,9 @@
 /* 我的技能培训 */
-/* #ifndef H5 */
 page {
 	height: 100%;
 	background-color: #f2f2f2;
 	font-family: 'PingFangSC-Regular, PingFang SC';
 }
-/* #endif */
 
 .training {
 	

+ 0 - 2
h5_web/pages/mine/skillsTraining/skillsTrainingDetails/skillsTrainingDetails.scss

@@ -1,11 +1,9 @@
 /* 我的技能培训详情 */
-/* #ifndef H5 */
 page {
 	height: 100%;
 	background-color: #f2f2f2;
 	font-family: 'PingFangSC-Regular, PingFang SC';
 }
-/* #endif */
 .details {
 	padding-bottom: 100rpx;
 	&-bg {

+ 7 - 1
h5_web/pages/mycode/mycode.scss

@@ -65,7 +65,13 @@
 	right: 0;
 	padding-top: 0;
 }
-
+.fixed1 {
+	position: absolute;
+	left: 0;
+	top: 48vh;
+	right: 0;
+	padding-top: 0;
+}
 .content .tip {
 	font-size: 32rpx;
 	margin: 0 40rpx;

+ 2 - 2
h5_web/pages/mycode/mycode.vue

@@ -31,14 +31,14 @@
 			</view>
 			
 			<!-- 0审核中 -->
-			<view class="content fixed" v-if="memberinfo.auditStatus == 0">
+			<view class="content fixed1" v-if="memberinfo.auditStatus == 0">
 				<view class="tip">
 					您已提交退役军人身份审核,通过后生成退役军人码,并可享受平台提供的专享培训、就业服务,请耐心等待。
 				</view>
 			</view>
 			
 			<!-- 1不通过 -->
-			<view class="content fixed" v-else-if="memberinfo.auditStatus == 1">
+			<view class="content fixed1" v-else-if="memberinfo.auditStatus == 1">
 				<view class="tip">
 					很抱歉,您提交的退役军人身份信息未通过审核,请审查后重新提交。
 				</view>

+ 0 - 2
h5_web/pages/notification/scss/notification.scss

@@ -1,9 +1,7 @@
-/* #ifndef H5 */
 page {
 	height: 100%;
 	background-color: #f2f2f2;
 }
-/* #endif */
 .notice {
 	
 	&-list {

+ 1 - 1
h5_web/pages/policyInfo/policyInfo.vue

@@ -7,7 +7,7 @@
 	<view class="policyInfo">
 		<z-paging ref="policyInfoPaging" v-model="policyInfoList" @query="policyInfoQueryList">
 			<view class="policyInfo-banner" slot="top">
-				<u-swiper :list="bannerList" name="bannerUrl" border-radius="0" mode="round" height="372"
+				<u-swiper :list="bannerList" name="bannerUrl" border-radius="0" :mode="bannerList.length > 1 ? 'round' : 'none'" height="240"
 					img-mode="scaleToFill" @click="swiperClick" @change="swiperChange"></u-swiper>
 			</view>
 

+ 2 - 7
h5_web/pages/policyInfo/scss/policyInfo.scss

@@ -1,11 +1,6 @@
-/* #ifndef H5 */
-page {
-	height: 100%;
-	background-color: #f2f2f2;
-}
-/* #endif */
-
 .policyInfo{
+	min-height: calc(100vh - 88rpx);
+	background-color: #f2f2f2;
   &-title{
     width: 100%;
     height: 82rpx;

+ 2 - 2
h5_web/pages/progressiveIntegral/progressiveIntegral.scss

@@ -64,7 +64,7 @@
 				justify-content: space-between;
 				align-items: center;
 				width: calc(100% - 124rpx);
-				margin: 64rpx auto;
+				margin: 44rpx auto 64rpx;
 				.item {
 					height: 60rpx;
 					padding: 0 44rpx;
@@ -85,7 +85,7 @@
 		
 		&-first {
 			width: calc(100% - 60rpx);
-			margin: 30rpx auto;
+			margin: -20rpx auto 30rpx;
 			background-color: #fff;
 			border-radius: 10rpx;
 			padding: 32rpx 60rpx;

+ 4 - 4
h5_web/pages/recruitment/recruitment.vue

@@ -5,15 +5,15 @@
 
 <template>
 	<view class="recruitment">
-		<u-navbar title-color="#FFFFFF" :customBack="navbarCustomBack" :bpay-bottom="false" back-icon-color="#FFFFFF"
-			:background="{background: '#3D5D4C' }" title="招聘就业" class="recruitment-unavbar" />
+		<!-- <u-navbar title-color="#FFFFFF" :customBack="navbarCustomBack" :bpay-bottom="false" back-icon-color="#FFFFFF"
+			:background="{background: '#3D5D4C' }" title="招聘就业" class="recruitment-unavbar" /> -->
 
 		<z-paging ref="recruitmentPaging" v-model="recruitmentJobList" @query="recruitmentQueryList">
 
 			<!-- ###################################-- 轮播图 -- ################################### -->
 			<view class="recruitment-banner" slot="top">
-				<u-swiper :list="bannerList" name="bannerUrl" border-radius="0" mode="round" height="440"
-					img-mode="scaleToFill" @click="swiperClick"></u-swiper>
+				<u-swiper :list="bannerList" name="bannerUrl" border-radius="0" mode="round" height="240"
+					img-mode="scaleToFill" @click="swiperClick" :mode="bannerList.length > 1 ? 'round' : 'none'"></u-swiper>
 			</view>
 
 			<!-- ###################################-- 请输入您关键词 -- ################################### -->

+ 0 - 2
h5_web/pages/skillsTraining/registrationNotice/registrationNotice.scss

@@ -1,11 +1,9 @@
 /* 报班通知 */
-/* #ifndef H5 */
 page {
 	height: 100%;
 	background-color: #f2f2f2;
 	font-family: 'PingFangSC-Regular, PingFang SC';
 }
-/* #endif */
 .registration {
 	&-list {
 		padding: 26rpx 30rpx;

+ 0 - 2
h5_web/pages/skillsTraining/skillsPackage/skillsPackage.scss

@@ -1,11 +1,9 @@
 /* 技能包 */
-/* #ifndef H5 */
 page {
 	height: 100%;
 	background-color: #f2f2f2;
 	font-family: 'PingFangSC-Regular, PingFang SC';
 }
-/* #endif */
 .package {
 	padding-bottom: 150rpx;
 	&-bg {

+ 2 - 4
h5_web/pages/skillsTraining/skillsTraining.scss

@@ -1,10 +1,8 @@
-/* #ifndef H5 */
 page {
 	height: 100%;
 	background-color: #f2f2f2;
 	font-family: 'PingFangSC-Regular, PingFang SC';
 }
-/* #endif */
 ::v-deep {
 	uni-swiper .uni-swiper-dot {
 		width: 10rpx;
@@ -19,11 +17,11 @@ page {
 .training {
 	&-banner {
 		width: 100%;
-		height: 408rpx;
+		height: 380rpx;
 		
 		image {
 			width: 100%;
-			height: 408rpx;
+			height: 380rpx;
 		}
 	}
 	

+ 13 - 8
h5_web/pages/skillsTraining/skillsTraining.vue

@@ -4,8 +4,8 @@
 
 		<!-- banner -->
 		<view class="training-banner">
-			<u-swiper v-if="bannerList.length" :list="bannerList" name="bannerUrl" border-radius="0" mode="round" height="440"
-				img-mode="scaleToFill"></u-swiper>
+			<u-swiper v-if="bannerList.length" :list="bannerList" name="bannerUrl" border-radius="0" mode="round"
+				height="380" img-mode="scaleToFill" :mode="bannerList.length > 1 ? 'round' : 'none'"></u-swiper>
 			<image v-else src="../../static/img/banner-skillsTraining.png" mode="aspectFill"></image>
 		</view>
 
@@ -41,7 +41,8 @@
 							<view class="left">
 								<u-image :src="item.img" mode="aspectFill" border-radius="10" height="220" width="204">
 									<view slot="error">
-										<u-image src="../../static/img/default-company.jpg" width="204" height="220" border-radius="10" mode="aspectFill"/>
+										<u-image src="../../static/img/default-company.jpg" width="204" height="220"
+											border-radius="10" mode="aspectFill" />
 									</view>
 								</u-image>
 							</view>
@@ -49,8 +50,7 @@
 								<view>{{ item.name }}</view>
 								<view>{{ item.schoolName }}</view>
 								<view>{{ item.description }}</view>
-								<view class="btn"
-									@click="signUp(item)">报名</view>
+								<view class="btn" @click="signUp(item)">报名</view>
 							</view>
 						</view>
 					</swiper-item>
@@ -73,7 +73,8 @@
 					<view class="border-1">
 						<u-image :src="item.img" mode="aspectFill" border-radius="10" height="190" width="300">
 							<view slot="error">
-								<u-image src="../../static/img/default-company.jpg" height="190" width="300" border-radius="10" mode="aspectFill"/>
+								<u-image src="../../static/img/default-company.jpg" height="190" width="300"
+									border-radius="10" mode="aspectFill" />
 							</view>
 						</u-image>
 					</view>
@@ -109,7 +110,9 @@
 		},
 		methods: {
 			getBannerList() {
-				this.$u.api.indexApi.indexBannerListApi({ type: 4 }).then(res => {
+				this.$u.api.indexApi.indexBannerListApi({
+					type: 4
+				}).then(res => {
 					if (res?.code === 200) {
 						this.bannerList = res.data;
 					}
@@ -199,7 +202,9 @@
 			 * @param {Object} item
 			 */
 			signUp(item) {
-				this.$u.api.skillTraining.signUpClassApi({ packageId: item.id }).then(res => {
+				this.$u.api.skillTraining.signUpClassApi({
+					packageId: item.id
+				}).then(res => {
 					if (res.code === 200) {
 						this.jumpPage('/pages/skillsTraining/submitSuccess/submitSuccess');
 					} else {

+ 0 - 2
h5_web/pages/skillsTraining/skillsTrainingCourse/skillsTrainingCourse.scss

@@ -1,11 +1,9 @@
 /* 技能培训课程 */
-/* #ifndef H5 */
 page {
 	height: 100%;
 	background-color: #f2f2f2;
 	font-family: 'PingFangSC-Regular, PingFang SC';
 }
-/* #endif */
 .course {
 	
 	&-list {

+ 3 - 3
h5_web/pages/skillsTraining/submitSuccess/submitSuccess.vue

@@ -36,7 +36,7 @@
 .box {
 	&-content {
 		text-align: center;
-		padding: 0 30rpx;
+		padding: 0 90rpx;
 		margin-top: 168rpx;
 		&-image {
 			width: 176rpx;
@@ -44,13 +44,13 @@
 			margin: 0 auto;
 		}
 		&-tips1 {
-			font-size: 32rpx;
+			font-size: 40rpx;
 			color: #000;
 			margin-top: 36rpx;
 		}
 		&-tips2 {
 			color: #545454;
-			font-size: 24rpx;
+			font-size: 26rpx;
 			line-height: 40rpx;
 			margin-top: 22rpx;
 		}

+ 0 - 2
h5_web/pages/upgrade/upgradeCourse/upgradeCourse.scss

@@ -1,11 +1,9 @@
 /* 学历提升课程 */
-/* #ifndef H5 */
 page {
 	height: 100%;
 	background-color: #f2f2f2;
 	font-family: 'PingFangSC-Regular, PingFang SC';
 }
-/* #endif */
 .course {
 	
 	&-list {

BIN
h5_web/static/img/jianlitongguo.png


BIN
h5_web/static/img/jinengx.png


BIN
h5_web/static/img/mianshi-houxuanren.png


BIN
h5_web/static/img/pingjia.png


BIN
h5_web/static/img/shezhi.png


BIN
h5_web/static/img/toudimoren.png