1 |
- {"remainingRequest":"D:\\project\\苏南官网\\su_nan_guan_wang\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\project\\苏南官网\\su_nan_guan_wang\\src\\views\\jobs\\detail1.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\project\\苏南官网\\su_nan_guan_wang\\src\\views\\jobs\\detail1.vue","mtime":1691993564216},{"path":"D:\\project\\苏南官网\\su_nan_guan_wang\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\project\\苏南官网\\su_nan_guan_wang\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\project\\苏南官网\\su_nan_guan_wang\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\project\\苏南官网\\su_nan_guan_wang\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":[{"type":"Buffer","data":"base64:Ly8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KLy8KDQppbXBvcnQgTWVzc2FnZSBmcm9tICdAL3ZpZXdzL21lc3NhZ2UvaW5kZXgnDQogICAgZXhwb3J0IGRlZmF1bHQgew0KICAgICAgY29tcG9uZW50czogew0KICAgICAgICBNZXNzYWdlDQogICAgICB9LA0KICAgICAgICBkYXRhICgpIHsNCiAgICAgICAgICAgIHJldHVybiB7DQogICAgICAgICAgICAgIHNob3dJbmZvOmZhbHNlLA0KICAgICAgICAgICAgICAgIGFjdGl2ZToxLA0KICAgICAgICAgICAgICBkZXRhaWw6IHt9DQogICAgICAgICAgICB9DQogICAgICAgIH0sDQogICAgICAgIG1vdW50ZWQoKSB7DQogICAgICAgICAgICBkb2N1bWVudC5kb2N1bWVudEVsZW1lbnQuc2Nyb2xsVG9wID0gZG9jdW1lbnQuYm9keS5zY3JvbGxUb3AgPTA7IC8v5Zue5Yiw6aG26YOoDQogICAgICAgICAgdGhpcy5kZXRhaWwgPSB0aGlzLiRyb3V0ZS5wYXJhbXMNCiAgICAgICAgfSwNCiAgICAgICAgbWV0aG9kczogew0KICAgICAgICAgIGNsb3NlTWVzc2FnZSgpew0KICAgICAgICAgICAgdGhpcy5zaG93SW5mbyA9ZmFsc2UNCiAgICAgICAgICB9LA0KICAgICAgICAgIGRldGFpbDEoaW5kZXgpew0KICAgICAgICAgICAgLy8gdGhpcy4kcm91dGVyLnB1c2goe3BhdGg6Jy96aGFvc2hhbmcvZGV0YWlsMT9zbWFsbFR5cGU9JytpbmRleH0pDQogICAgICAgICAgICB0aGlzLnNob3dJbmZvID10cnVlDQogICAgICAgICAgfQ0KICAgICAgICB9LA0KICAgIH07DQo="},{"version":3,"sources":["detail1.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"detail1.vue","sourceRoot":"src/views/jobs","sourcesContent":["<template>\r\n <div style=\"background: #f0f0f0;padding-bottom:50px\">\r\n <div class=\"banner\">\r\n <img src=\"~@/assets/images/yzrc.jpg\" alt=\"\">\r\n </div>\r\n <div class=\"bread\">\r\n <div>\r\n <span>当前位置:首页-优质人才</span>\r\n </div>\r\n </div>\r\n <div class=\"smart-device\">\r\n <div class=\"smart-title\">\r\n <span><span>企业招聘</span>ENTERPRISE RECRUITMENT</span>\r\n </div>\r\n <div class=\"smart-device-content\">\r\n <div class=\"list-content\">\r\n <div class=\"case-list\" v-if=\"active==1\">\r\n <div class=\"case-content\">\r\n <ul class=\"list-table\">\r\n <li style=\"background:\">\r\n <div>\r\n <p>\r\n {{detail.name}}\r\n </p>\r\n </div>\r\n <div>\r\n <p>\r\n {{detail.peopleNumber}}名\r\n </p>\r\n </div>\r\n <div>\r\n <p>\r\n {{detail.company}}\r\n </p>\r\n </div>\r\n <div>\r\n <p>\r\n 发布日期{{detail.createTime}}\r\n </p>\r\n </div>\r\n </li>\r\n <div style=\"background: #fff;\" class=\"job-detail\">\r\n <div>\r\n 招聘要求:{{detail.workRequire}}\r\n </div>\r\n <div>\r\n 工作经验要求:{{detail.recruitRecruit}}\r\n </div>\r\n <div class=\"join-op\" @click=\"detail1(1)\">\r\n <span>申请职位</span>\r\n </div>\r\n </div>\r\n\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <Message :show-dialog=\"showInfo\" @closePop=\"closeMessage\"/>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport Message from '@/views/message/index'\r\n export default {\r\n components: {\r\n Message\r\n },\r\n data () {\r\n return {\r\n showInfo:false,\r\n active:1,\r\n detail: {}\r\n }\r\n },\r\n mounted() {\r\n document.documentElement.scrollTop = document.body.scrollTop =0; //回到顶部\r\n this.detail = this.$route.params\r\n },\r\n methods: {\r\n closeMessage(){\r\n this.showInfo =false\r\n },\r\n detail1(index){\r\n // this.$router.push({path:'/zhaoshang/detail1?smallType='+index})\r\n this.showInfo =true\r\n }\r\n },\r\n };\r\n</script>\r\n\r\n<style scoped>\r\n .banner img{\r\n width: 100% !important;\r\n }\r\n .join-op{\r\n text-align: center;\r\n }\r\n .join-op span{\r\n display: inline-block;\r\n background: #996eee;\r\n color: #fff;\r\n padding: 10px 30px;\r\n }\r\n @media screen and (min-width: 1000px){\r\n .bread{\r\n background: #fff;\r\n }\r\n .bread div{\r\n width: 1200px;\r\n margin: 0 auto;\r\n text-align: left;\r\n padding: 0.8rem 0;\r\n font-size: 1rem;\r\n }\r\n .smart-title{\r\n margin-top:2rem;\r\n margin-bottom:2rem;\r\n }\r\n .smart-device{\r\n width: 1200px;\r\n margin: 0 auto;\r\n text-align: left;\r\n font-size: 1rem;\r\n }\r\n .smart-device span span{\r\n font-size: 2rem;\r\n display: inline-block;\r\n position: relative;\r\n padding-right: 1rem;\r\n margin-right: 1rem;\r\n font-weight: 900;\r\n }\r\n .smart-device span span:after{\r\n content: '';\r\n width: 1px;\r\n height: 15px;\r\n background: #666;\r\n position: absolute;\r\n right: 0;\r\n bottom: 7px;\r\n }\r\n .device-title img{\r\n width: 80%;\r\n }\r\n .nav-list{\r\n display: flex;\r\n justify-content: center;\r\n flex-wrap: nowrap;\r\n margin: 2rem auto;\r\n width: 50%;\r\n }\r\n .nav-list li{\r\n min-width: 33.33%;\r\n max-width: 33.33%;\r\n text-align: center;\r\n color: #666;\r\n font-size: 0.8rem;\r\n cursor: pointer;\r\n }\r\n .nav-list li span{\r\n border-bottom: 2px solid #f0f0f0;\r\n padding-bottom: 0.8rem;\r\n }\r\n .active span{\r\n display: inline-block;\r\n border-bottom: 2px solid #FF6A00!important;\r\n color: #333;\r\n }\r\n .list-table li{\r\n overflow: hidden;\r\n width: 100%;\r\n background: #996eee;\r\n padding: 1rem 0;\r\n display: flex;\r\n }\r\n .list-table li>div{\r\n flex: 1;\r\n text-align: center;\r\n overflow: hidden;\r\n color: #fff;\r\n }\r\n .list-table li>div button{\r\n background: #fff;\r\n border: none;\r\n color: #333;\r\n }\r\n /*.list-table li>div:nth-child(1){*/\r\n /* width: 20%;*/\r\n /* text-align: center;*/\r\n /*}*/\r\n /*.list-table li>div:nth-child(2){*/\r\n /* width: 60%;*/\r\n /*}*/\r\n /*.list-table li>div:nth-child(3){*/\r\n /* width: 20%;*/\r\n /* text-align: right;*/\r\n /*}*/\r\n /*.list-table li>div:nth-child(3) span{*/\r\n /* margin-right: 1rem;*/\r\n /*}*/\r\n }\r\n @media screen and (max-width: 1000px){\r\n .banner{\r\n display: none;\r\n }\r\n .bread{\r\n display: none;\r\n }\r\n .smart-title{\r\n margin-top:2rem;\r\n margin-bottom:2rem;\r\n }\r\n .smart-title span span{\r\n font-size: 0.8rem;\r\n }\r\n .smart-title span{\r\n font-size: 0.6rem;\r\n }\r\n .smart-device{\r\n width: 90%;\r\n margin: 0 auto;\r\n text-align: left;\r\n font-size: 1rem;\r\n overflow: hidden;\r\n }\r\n .smart-device span span{\r\n font-size: 1.5rem;\r\n display: inline-block;\r\n position: relative;\r\n padding-right: 1rem;\r\n margin-right: 1rem;\r\n font-weight: 900;\r\n }\r\n .smart-device span span:after{\r\n content: '';\r\n width: 1px;\r\n height: 15px;\r\n background: #666;\r\n position: absolute;\r\n right: 0;\r\n bottom: 7px;\r\n }\r\n .device-title img{\r\n width: 100%;\r\n }\r\n .nav-list{\r\n display: flex;\r\n justify-content: center;\r\n flex-wrap: nowrap;\r\n margin: 2rem;\r\n }\r\n .nav-list li{\r\n min-width: 33.33%;\r\n max-width: 33.33%;\r\n text-align: center;\r\n color: #666;\r\n font-size: 0.8rem;\r\n cursor: pointer;\r\n }\r\n .nav-list li span{\r\n border-bottom: 2px solid #f0f0f0;\r\n padding-bottom: 0.8rem;\r\n }\r\n .active span{\r\n display: inline-block;\r\n border-bottom: 2px solid #FF6A00!important;\r\n color: #333;\r\n font-weight:800!important;\r\n }\r\n .list-table li{\r\n overflow: hidden;\r\n width: 100%;\r\n background: #996eee;\r\n display: flex;\r\n flex-wrap: wrap;\r\n }\r\n .list-table li>div{\r\n width: 50%;\r\n overflow: hidden;\r\n color: #fff;\r\n margin: 0.5rem 0;\r\n }\r\n .list-table li>div p{\r\n width: 88%;\r\n margin: 0 auto;\r\n font-size: 0.8rem;\r\n }\r\n /*.list-table li>div:nth-child(1){*/\r\n /* width: 30%;*/\r\n /* text-align: center;*/\r\n /*}*/\r\n /*.list-table li>div:last-child{*/\r\n /* text-align: right;*/\r\n /* margin-right: 1rem;*/\r\n\r\n /*}*/\r\n .list-table li>div button{\r\n background: #fff;\r\n border: none;\r\n color: #333;\r\n }\r\n\r\n }\r\n .list-table{\r\n width: 100%;\r\n }\r\n .list-table p{\r\n white-space:nowrap;\r\n overflow: hidden;\r\n }\r\n .join-policy h3{\r\n margin: 1rem 0;\r\n }\r\n .join-policy p{\r\n line-height: 2rem;\r\n }\r\n .job-detail>div{\r\n width: 90%;\r\n margin: 0 auto;\r\n padding: 1rem 0;\r\n }\r\n .job-detail>div p{\r\n line-height: 2rem;\r\n font-size: 0.8rem;\r\n }\r\n</style>\r\n"]}]}
|