diff --git a/package-lock.json b/package-lock.json
index bd0c4e1..2181236 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,6 +15,7 @@
"moment": "^2.29.1",
"popmotion": "^9.3.5",
"vue": "^2.6.11",
+ "vue-amap": "^0.5.10",
"vue-cropper": "^0.5.8",
"vue-router": "3.0",
"vuex": "^3.4.0"
@@ -14796,6 +14797,22 @@
"integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=",
"dev": true
},
+ "node_modules/uppercamelcase": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/uppercamelcase/-/uppercamelcase-1.1.0.tgz",
+ "integrity": "sha512-C7YEMvhgrvTEKEEVqA7LXNID/1TvvIwYZqNIKLquS6y/MGSkRQAav9LnTTILlC1RqUM8eTVBOe1U/fnB652PRA==",
+ "dependencies": {
+ "camelcase": "^1.2.1"
+ }
+ },
+ "node_modules/uppercamelcase/node_modules/camelcase": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-1.2.1.tgz",
+ "integrity": "sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
"node_modules/uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -14984,6 +15001,19 @@
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz",
"integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
},
+ "node_modules/vue-amap": {
+ "version": "0.5.10",
+ "resolved": "https://registry.npmmirror.com/vue-amap/-/vue-amap-0.5.10.tgz",
+ "integrity": "sha512-9ViNCev1vx32+zZ5RvF/TmUZNbwL9QrdA2/OnD2GlXMfQBkJy7D08Vb7379t6guqnopDPtWJ8K6gg72h9+4GUg==",
+ "dependencies": {
+ "uppercamelcase": "^1.1.0"
+ },
+ "engines": {
+ "core-js": "^2.5.0",
+ "node": ">= 4.0.0",
+ "npm": ">= 3.0.0"
+ }
+ },
"node_modules/vue-cropper": {
"version": "0.5.8",
"resolved": "https://registry.npmmirror.com/vue-cropper/-/vue-cropper-0.5.8.tgz",
@@ -28380,6 +28410,21 @@
"integrity": "sha1-9rRQHC7EzdJrp4vnIilh3ndiFZg=",
"dev": true
},
+ "uppercamelcase": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmmirror.com/uppercamelcase/-/uppercamelcase-1.1.0.tgz",
+ "integrity": "sha512-C7YEMvhgrvTEKEEVqA7LXNID/1TvvIwYZqNIKLquS6y/MGSkRQAav9LnTTILlC1RqUM8eTVBOe1U/fnB652PRA==",
+ "requires": {
+ "camelcase": "^1.2.1"
+ },
+ "dependencies": {
+ "camelcase": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmmirror.com/camelcase/-/camelcase-1.2.1.tgz",
+ "integrity": "sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g=="
+ }
+ }
+ },
"uri-js": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
@@ -28543,6 +28588,14 @@
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.14.tgz",
"integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
},
+ "vue-amap": {
+ "version": "0.5.10",
+ "resolved": "https://registry.npmmirror.com/vue-amap/-/vue-amap-0.5.10.tgz",
+ "integrity": "sha512-9ViNCev1vx32+zZ5RvF/TmUZNbwL9QrdA2/OnD2GlXMfQBkJy7D08Vb7379t6guqnopDPtWJ8K6gg72h9+4GUg==",
+ "requires": {
+ "uppercamelcase": "^1.1.0"
+ }
+ },
"vue-cropper": {
"version": "0.5.8",
"resolved": "https://registry.npmmirror.com/vue-cropper/-/vue-cropper-0.5.8.tgz",
diff --git a/package.json b/package.json
index 8e76077..0c3af9c 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"moment": "^2.29.1",
"popmotion": "^9.3.5",
"vue": "^2.6.11",
+ "vue-amap": "^0.5.10",
"vue-cropper": "^0.5.8",
"vue-router": "3.0",
"vuex": "^3.4.0"
diff --git a/src/components/FirstJob/detail.vue b/src/components/FirstJob/detail.vue
index b052e2e..7c58acf 100644
--- a/src/components/FirstJob/detail.vue
+++ b/src/components/FirstJob/detail.vue
@@ -192,7 +192,14 @@
>{{ item }}
-
+
-
其他说明
-
+
其他信息
+
{{ jobDetail.otherInfo || "-" }}
@@ -571,7 +575,6 @@
-
@@ -581,9 +584,7 @@
代理须知
-
- {{ jobDetail.agencyStatement || "-" }}
-
+
{{ jobDetail.agencyStatement || "-" }}
企业位置
+
@@ -659,6 +661,7 @@ import {
} from "../../utils/commonUtil";
import recommend from "../../components/FirstJob/components/recommend.vue";
import { nationlist } from "../../utils/datalist";
+// import GDMap from '../map.vue'
// import recordbill from "@/components/FirstJob/components/recordbill.vue";
export default {
@@ -667,6 +670,7 @@ export default {
// 局部注册的组件
components: {
recommend,
+ // GDMap
// recordbill,
},
// 组件参数 接收来自父组件的数据
@@ -1067,7 +1071,7 @@ export default {
}
}
.jobpricemonth {
- margin-top: 16px;
+ // margin-top: 16px;
font-size: 18px;
font-weight: 400;
text-align: left;
@@ -1075,8 +1079,8 @@ export default {
line-height: 26px;
}
.jobpricehour {
- margin-top: 16px;
- font-size: 16px;
+ // margin-top: 16px;
+ font-size: 18px;
font-weight: normal;
text-align: left;
color: #ff6a00;
@@ -1084,7 +1088,7 @@ export default {
span {
vertical-align: baseline;
font-size: 20px;
- line-height: 24px;
+ line-height: 26px;
}
}
.billbutton {
@@ -1244,7 +1248,8 @@ export default {
}
}
}
- #tip {
+ #tip,
+ #other {
div:last-child {
padding: 12px 16px;
font-size: 16px;
@@ -1255,7 +1260,7 @@ export default {
.navigation {
width: 55px !important;
margin-left: 25px;
- margin-top: 30px;
+ margin-top: 154px;
.ant-affix {
left: calc(50% + 278px) !important; // 手动定位固定位置
}
@@ -1463,5 +1468,10 @@ export default {
}
}
// .right
+ .showInfo {
+ white-space: pre-wrap;
+ word-break: break-all;
+ color: #ff6a00;
+ }
}
diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue
index 44e7f53..2531bc4 100644
--- a/src/components/FirstJob/joblist.vue
+++ b/src/components/FirstJob/joblist.vue
@@ -15,7 +15,7 @@
width="480"
@close="onClose"
>
-
+
+
查看职位
业务版图
联系我们
-->
-
-
-
-
-
+
+
+
+
+
@@ -55,13 +40,13 @@
关于一手单
- 伯才一手单,隶属于郑州伯才人力科技有限公司,是一个专门服务同业合作伙伴的综合平台——一个专门服务代理的平台,平台为合作伙伴提供交付全流程的产品和服务,是伯才供应链产品矩阵中的旗舰产品,平台通过直签、联合派遣和战略合作等方式,严选上线项目,深度介入服务的每一个环节,为合作伙伴的顺利交付保驾护航。
+ 伯才一手单,隶属郑州伯才科技有限公司,是一个专门服务同业合作伙伴的综合平台——一个专门服务代理的平台。平台为合作伙伴提供交付全流程的产品和服务,是伯才供应链产品矩阵中的旗舰产品。平台通过直签、联合派遣和战略合作等方式,严选上线项目,深度介入服务的每一个环节,为合作伙伴的顺利交付保驾护航。
- 郑州伯才人力科技有限公司,是一家人力资源服务行业的数字化平台企业,前身为北京矩阵动力科技有公司。项目与2015年5月在郑州启动,并于2016年5月在背景正式注册成立公司,开始公司化运作。旗下有人海(北京)企业管理有限公司、江西人海企业管理有限公司等多家企业服务业务公司。2021年启用全新业务品牌——伯才。
+ 郑州伯才科技有限公司,是一家人力资源服务行业的数字化平台企业,前身为北京矩阵动力科技有限公司。项目于2015年5月在郑州启动,并于2016年5月在北京正式注册,开始公司化运作。旗下有人海(北京)企业管理有限公司、江西人海企业管理有限公司等多家企业服务业务公司。
- 新品牌、新里程,品牌升级,但初心不变,伯才人以崭新的面貌更好的服务老乡、成就伙伴。
+ 郑州伯才科技有限公司2021年启用全新业务品牌——伯才。新品牌、新里程,品牌升级,但初心不变,伯才团队以崭新的面貌继续全心全意服务老乡、成就伙伴。
@@ -278,28 +263,41 @@ export default {
color: #fff;
z-index: 99;
transition: all 1.5s;
+ p {
+ text-align: center;
+ font-weight: 100;
+ width: 1200px;
+ letter-spacing: 10px;
+ }
i {
- // text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
+ text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
i:nth-of-type(1) {
font-size: 24px;
- margin-bottom: 40px;
+ margin-bottom: 30px;
}
i:nth-of-type(2) {
- font-size: 109px;
+ font-size: 90px;
line-height: 1;
}
div {
- width: 126px;
- height: 40px;
- margin-top: 80px;
+ width: 100px;
+ height: 32px;
+ margin-top: 115px;
font-size: 14px;
- line-height: 38px;
+ line-height: 29px;
text-align: center;
border-radius: 999px;
cursor: pointer;
color: #fff;
border: 1px solid #fff;
+ text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
+ background-color: rgba(255, 255, 255, 0);
+ transition: all 0.3s;
+ &:hover {
+ background-color: rgba(255, 255, 255, 0.3);
+ border-color: transparent;
+ }
}
}
.bottominfo {
@@ -484,7 +482,7 @@ export default {
}
footer {
padding: 20px 30px;
- // margin-top: 20px;
+ margin-top: 20px;
.w {
ul {
display: flex;
@@ -504,7 +502,7 @@ export default {
}
div {
text-align: center;
- margin-top: 16px;
+ // margin-top: 16px;
color: #4d575e;
font-size: 14px;
i {
diff --git a/src/components/main/index1.vue b/src/components/main/index1.vue
index 4b2541b..24f73ea 100644
--- a/src/components/main/index1.vue
+++ b/src/components/main/index1.vue
@@ -118,7 +118,7 @@