wkw 6 месяцев назад
Родитель
Сommit
c81ab58be1

+ 1 - 1
index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <html lang="en">
 	<head>
 	<head>
 		<meta charset="UTF-8" />
 		<meta charset="UTF-8" />
-		<link rel="icon" type="image/png" href="./40x40.png" />
+		<link rel="icon" type="image/jpg" href="./default.jpg" />
 		<meta name="viewport" content="width=device-width, initial-scale=0.1" />
 		<meta name="viewport" content="width=device-width, initial-scale=0.1" />
 		<title>亿职赞</title>
 		<title>亿职赞</title>
 		<style>
 		<style>

BIN
public/40x40.png


+ 1 - 0
src/components/UploadResume/UploadResume.vue

@@ -201,6 +201,7 @@ export default {
     border-radius: 15px;
     border-radius: 15px;
     background-color: #fff;
     background-color: #fff;
     width: 100%;
     width: 100%;
+    box-sizing: border-box;
 
 
     // height: 458px;
     // height: 458px;
     .attached-resume-title {
     .attached-resume-title {

+ 1 - 1
src/components/header/header.vue

@@ -2105,7 +2105,7 @@
 		background-color: #FFFFFF;
 		background-color: #FFFFFF;
 
 
 		.headers-box {
 		.headers-box {
-			width: calc(100% - $margin-60 * 2);
+			width: calc(1800px - 240px);
 			height: 30px;
 			height: 30px;
 		}
 		}
 
 

+ 2 - 2
src/views/enterprise/index.scss

@@ -474,7 +474,7 @@ $marginTop-60: 120px;
 		}
 		}
 
 
 		.info-box-l {
 		.info-box-l {
-			width: calc(100% - 620px);
+			width: calc(100% - 470px);
 			height: 100%;
 			height: 100%;
 			background-color: #FFFFFF;
 			background-color: #FFFFFF;
 			border-radius: 18px;
 			border-radius: 18px;
@@ -487,7 +487,7 @@ $marginTop-60: 120px;
 		}
 		}
 
 
 		.info-box-r {
 		.info-box-r {
-			width: 600px;
+			width: 450px;
 			height: 100%;
 			height: 100%;
 			align-content: space-between;
 			align-content: space-between;
 
 

+ 7 - 2
src/views/enterpriseList/index.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
 	<div style="padding-bottom: 40px;">
 	<div style="padding-bottom: 40px;">
 		<!-- 条件筛选区域 -->
 		<!-- 条件筛选区域 -->
-		<el-affix @change="change" z-index="10" :offset="60">
+		<el-affix @change="change" z-index="10" :offset="60" style="width: 100%;">
 			<div :style="isTop?'background-color:#ffffff;':'margin-top: 20px;'"
 			<div :style="isTop?'background-color:#ffffff;':'margin-top: 20px;'"
 				class="condizione flex align-center justify-center">
 				class="condizione flex align-center justify-center">
 				<div class="condizione-box flex align-center justify-center">
 				<div class="condizione-box flex align-center justify-center">
@@ -420,6 +420,11 @@
 		box-shadow: none;
 		box-shadow: none;
 		border: none;
 		border: none;
 	}
 	}
+	:deep(.el-affix--fixed) {
+		width: 100% !important;
+		right: 0;
+		left: 0;
+	}
 
 
 	.condizione {
 	.condizione {
 		width: 100%;
 		width: 100%;
@@ -427,7 +432,7 @@
 
 
 
 
 		.condizione-box {
 		.condizione-box {
-			width: calc(100% - $marginTop-60 * 2);
+			width: calc(1800px - $marginTop-60 * 2);
 			height: 100%;
 			height: 100%;
 			background-color: #ffffff;
 			background-color: #ffffff;
 			border-radius: 13px;
 			border-radius: 13px;

+ 2 - 1
src/views/home.vue

@@ -109,7 +109,8 @@
 	}
 	}
 
 
 	.content {
 	.content {
-		width: 100%;
+		width: 1800px;
+		margin: 0 auto;
 	}
 	}
 
 
 	.sidebars {
 	.sidebars {

+ 9 - 4
src/views/index/index.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
 	<div class="index" style="padding-bottom: 40px;">
 	<div class="index" style="padding-bottom: 40px;">
 		<!-- 搜索 -->
 		<!-- 搜索 -->
-		<el-affix @change="change" :offset="60">
+		<el-affix @change="change" :offset="60" style="width: 100%;">
 			<div :style="isTop==true?'background:#ffffff;box-shadow: 0 10px 8px rgba(153, 153, 153, 0.1);':''"
 			<div :style="isTop==true?'background:#ffffff;box-shadow: 0 10px 8px rgba(153, 153, 153, 0.1);':''"
 				class="search flex align-center justify-center">
 				class="search flex align-center justify-center">
 				<div class="search-box flex align-center justify-between">
 				<div class="search-box flex align-center justify-between">
@@ -748,6 +748,11 @@
 </script>
 </script>
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 	$marginTop-60: 120px;
 	$marginTop-60: 120px;
+	:deep(.el-affix--fixed){
+		width: 100% !important;
+		right: 0;
+		left: 0;
+	}
 	.searchLabel {
 	.searchLabel {
 		width: 100%;
 		width: 100%;
 
 
@@ -857,7 +862,7 @@
 
 
 
 
 		.search-box {
 		.search-box {
-			width: calc(100% - $marginTop-60 * 2);
+			width: calc(1800px - $marginTop-60 * 2);
 			height: 50px;
 			height: 50px;
 
 
 			.search-box-l {
 			.search-box-l {
@@ -1024,7 +1029,7 @@
 		}
 		}
 
 
 		.typeBanner-box-l {
 		.typeBanner-box-l {
-			width: 650px;
+			width: 550px;
 			height: 100%;
 			height: 100%;
 			background-color: #ffffff;
 			background-color: #ffffff;
 			border-radius: 24px 0 0 24px;
 			border-radius: 24px 0 0 24px;
@@ -1035,7 +1040,7 @@
 		}
 		}
 
 
 		.typeBanner-box-r {
 		.typeBanner-box-r {
-			width: calc(100% - 650px);
+			width: calc(100% - 550px);
 			height: calc(100% + 20px);
 			height: calc(100% + 20px);
 			background-color: #ffffff;
 			background-color: #ffffff;
 			border-radius: 0 24px 24px 0;
 			border-radius: 0 24px 24px 0;

+ 13 - 9
src/views/index/indexCompany.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
 	<div class="index" style="padding-bottom: 40px;">
 	<div class="index" style="padding-bottom: 40px;">
 		<!-- 搜索 -->
 		<!-- 搜索 -->
-		<el-affix @change="change" :offset="60" z-index="2001">
+		<el-affix @change="change" :offset="60" z-index="2001" style="width: 100%;">
 			<div :style="isTop==true?'background:#ffffff;box-shadow: 0 10px 8px rgba(153, 153, 153, 0.1);':''"
 			<div :style="isTop==true?'background:#ffffff;box-shadow: 0 10px 8px rgba(153, 153, 153, 0.1);':''"
 				class="search flex align-center justify-center">
 				class="search flex align-center justify-center">
 				<div class="search-box flex align-center justify-between">
 				<div class="search-box flex align-center justify-between">
@@ -80,9 +80,9 @@
 					</div>
 					</div>
 				</div>
 				</div>
 				<div class="typeBanner-box-r" v-if="isShoType == false">
 				<div class="typeBanner-box-r" v-if="isShoType == false">
-					<el-carousel :interval="6000" trigger="click" style="height: 360px;" autoplay>
-						<el-carousel-item v-for="item in bannerListuser" style="height: 360px;" :key="item">
-							<el-image style="width: 100%; height: 360px;border-radius: 0 24px 24px 0;"
+					<el-carousel :interval="6000" trigger="click" style="height: 470px;" autoplay>
+						<el-carousel-item v-for="item in bannerListuser" style="height: 470px;" :key="item">
+							<el-image style="width: 100%; height: 470px;border-radius: 0 24px 24px 0;"
 								:src="item.imageUrl" fit="fill" />
 								:src="item.imageUrl" fit="fill" />
 						</el-carousel-item>
 						</el-carousel-item>
 					</el-carousel>
 					</el-carousel>
@@ -675,7 +675,11 @@
 </script>
 </script>
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 	$marginTop-60: 120px;
 	$marginTop-60: 120px;
-
+	:deep(.el-affix--fixed) {
+		width: 100% !important;
+		right: 0;
+		left: 0;
+	}
 	.searchLabel {
 	.searchLabel {
 		width: 100%;
 		width: 100%;
 
 
@@ -785,7 +789,7 @@
 
 
 
 
 		.search-box {
 		.search-box {
-			width: calc(100% - $marginTop-60 * 2);
+			width: calc(1800px - $marginTop-60 * 2);
 			height: 50px;
 			height: 50px;
 
 
 			.search-box-l {
 			.search-box-l {
@@ -944,13 +948,13 @@
 
 
 		.typeBanner-box {
 		.typeBanner-box {
 			width: calc(100% - $marginTop-60 * 2);
 			width: calc(100% - $marginTop-60 * 2);
-			height: 340px;
+			height: 450px;
 			background-color: #ffffff;
 			background-color: #ffffff;
 			border-radius: 24px;
 			border-radius: 24px;
 		}
 		}
 
 
 		.typeBanner-box-l {
 		.typeBanner-box-l {
-			width: 450px;
+			width: 550px;
 			height: 100%;
 			height: 100%;
 			background-color: #ffffff;
 			background-color: #ffffff;
 			border-radius: 24px 0 0 24px;
 			border-radius: 24px 0 0 24px;
@@ -961,7 +965,7 @@
 		}
 		}
 
 
 		.typeBanner-box-r {
 		.typeBanner-box-r {
-			width: calc(100% - 450px);
+			width: calc(100% - 550px);
 			height: calc(100% + 20px);
 			height: calc(100% + 20px);
 			background-color: #ffffff;
 			background-color: #ffffff;
 			border-radius: 0 24px 24px 0;
 			border-radius: 0 24px 24px 0;

+ 0 - 5
src/views/post/postInfo.vue

@@ -261,7 +261,6 @@
 					this.goLogo()
 					this.goLogo()
 					return
 					return
 				}
 				}
-				console.log(this.info, '1111111111111111')
 				this.$Request.post('/app/chat/insertChatConversation', {
 				this.$Request.post('/app/chat/insertChatConversation', {
 					userId: localStorage.getItem('userId'), //用户userid
 					userId: localStorage.getItem('userId'), //用户userid
 					focusedUserId: this.info.user.userId, //企业userid
 					focusedUserId: this.info.user.userId, //企业userid
@@ -274,13 +273,9 @@
 					if (res.code == 0) {
 					if (res.code == 0) {
 						this.byUserId = this.info.user.userId
 						this.byUserId = this.info.user.userId
 						this.chatConversationId = res.data.chatConversationId
 						this.chatConversationId = res.data.chatConversationId
-						console.log(this.byUserId, 'vvvvvvvvvvvvvvv')
-						console.log(this.chatConversationId, 'vvvvvvvvvvvvvvv')
 						this.showMeg = true
 						this.showMeg = true
 					}
 					}
 				})
 				})
-
-
 			},
 			},
 			//初始化地图
 			//初始化地图
 			initMap() {
 			initMap() {

+ 6 - 5
src/views/resume/resumeInfo.vue

@@ -614,11 +614,12 @@
 					this.goLogo()
 					this.goLogo()
 					return
 					return
 				}
 				}
-				if (this.info.isPay === 0) { //需要购买
-					this.isCheckPay()
-				} else { //已购买的可直接联系
-					this.openMsgCom()
-				}
+				this.openMsgCom()
+				// if (this.info.isPay === 0) { //需要购买
+				// 	this.isCheckPay()
+				// } else { //已购买的可直接联系
+				// 	this.openMsgCom()
+				// }
 
 
 			},
 			},
 			closeShow() {
 			closeShow() {

+ 7 - 3
src/views/search/index.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
 	<div class="search" style="padding-bottom: 40px;">
 	<div class="search" style="padding-bottom: 40px;">
 		<!-- 条件筛选区域 -->
 		<!-- 条件筛选区域 -->
-		<el-affix @change="change" z-index="10" :offset="60">
+		<el-affix @change="change" z-index="10" :offset="60" style="width: 100%;">
 			<div :style="isTop ? 'background-color:#ffffff;' : 'margin-top: 20px;'"
 			<div :style="isTop ? 'background-color:#ffffff;' : 'margin-top: 20px;'"
 				class="condizione flex align-center justify-center">
 				class="condizione flex align-center justify-center">
 				<div class="condizione-box flex align-center justify-center">
 				<div class="condizione-box flex align-center justify-center">
@@ -994,7 +994,11 @@ export default {
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 $marginTop-60: 120px;
 $marginTop-60: 120px;
-
+:deep(.el-affix--fixed) {
+	width: 100% !important;
+	right: 0;
+	left: 0;
+}
 .content {
 .content {
 	width: 100%;
 	width: 100%;
 	margin-top: 20px;
 	margin-top: 20px;
@@ -1254,7 +1258,7 @@ $marginTop-60: 120px;
 
 
 
 
 	.condizione-box {
 	.condizione-box {
-		width: calc(100% - $marginTop-60 * 2);
+		width: calc(1800px - $marginTop-60 * 2);
 		height: 100%;
 		height: 100%;
 		background-color: #ffffff;
 		background-color: #ffffff;
 		border-radius: 13px;
 		border-radius: 13px;

+ 7 - 3
src/views/search/searchCom.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
 	<div class="search" style="padding-bottom: 40px;">
 	<div class="search" style="padding-bottom: 40px;">
 		<!-- 条件筛选区域 -->
 		<!-- 条件筛选区域 -->
-		<el-affix @change="change" z-index="10" :offset="60">
+		<el-affix @change="change" z-index="10" :offset="60" style="width: 100%;">
 			<div :style="isTop?'background-color:#ffffff;':'margin-top: 20px;'"
 			<div :style="isTop?'background-color:#ffffff;':'margin-top: 20px;'"
 				class="condizione flex align-center justify-center">
 				class="condizione flex align-center justify-center">
 				<div class="condizione-box flex align-center justify-center">
 				<div class="condizione-box flex align-center justify-center">
@@ -846,7 +846,11 @@
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 	$marginTop-60: 120px;
 	$marginTop-60: 120px;
-
+	:deep(.el-affix--fixed) {
+		width: 100% !important;
+		right: 0;
+		left: 0;
+	}
 	.content {
 	.content {
 		width: 100%;
 		width: 100%;
 		margin-top: 20px;
 		margin-top: 20px;
@@ -1107,7 +1111,7 @@
 
 
 
 
 		.condizione-box {
 		.condizione-box {
-			width: calc(100% - $marginTop-60 * 2);
+			width: calc(1800px - $marginTop-60 * 2);
 			height: 100%;
 			height: 100%;
 			background-color: #ffffff;
 			background-color: #ffffff;
 			border-radius: 13px;
 			border-radius: 13px;