cyl/dev
jscyl13849007907 1 year ago
parent a8fcdba976
commit ba8eef406d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 168 KiB

@ -1205,7 +1205,7 @@ export default {
justify-content: space-between; justify-content: space-between;
margin-top: 12px; margin-top: 12px;
.maincontentleft { .maincontentleft {
width: 944px; width: 704px;
margin-right: 16px; margin-right: 16px;
text-align: left; text-align: left;
.subset { .subset {
@ -1544,7 +1544,7 @@ export default {
} }
.jobinformationbox, .jobinformationbox,
.proxy { .proxy {
width: 944px; width: 704px;
// border: 1px solid #eeefef; // border: 1px solid #eeefef;
overflow: hidden; overflow: hidden;
border-radius: 4px; border-radius: 4px;

@ -355,7 +355,7 @@
</template> </template>
<!-- </div> --> <!-- </div> -->
<div v-if="!isspinning"> <div v-if="!isspinning" style="border-radius: 6px;overflow: hidden;">
<div <div
class="subset" class="subset"
v-for="(item, index) in jobMainList" v-for="(item, index) in jobMainList"
@ -472,7 +472,7 @@
<!-- </template> --> <!-- </template> -->
<!-- </a-button> --> <!-- </a-button> -->
</div> </div>
<a-button class="br4 g_ml_12" @click="torecord(item)" v-if="item.recruitment == '1'" type="primary"></a-button> <a-button class="br4 g_ml_12" @click="torecord(item)" v-if="item.recruitment == '1'" type="primary" style="font-size: 13px;"></a-button>
<button class="norecruitment" v-else></button> <button class="norecruitment" v-else></button>
<!-- <button @click="showmodal(item)" @click="">报名</button> --> <!-- <button @click="showmodal(item)" @click="">报名</button> -->
@ -1855,6 +1855,7 @@ export default {
<style scoped lang="less"> <style scoped lang="less">
.joblist-container { .joblist-container {
background-color: #f0f0f0; background-color: #f0f0f0;
padding-top: 56px;
} }
// .dropdown { // .dropdown {
// display: inline-block; // display: inline-block;
@ -2420,6 +2421,15 @@ export default {
} }
} }
} }
.ant-input{
border-color: #c4c7ce !important;
&:hover{
border-color: #a7aab5 !important;
}
&:focus{
border-color: #4e6ef2 !important;
}
}
} }
/deep/ #maincontent { /deep/ #maincontent {
@ -2786,13 +2796,13 @@ export default {
.subset { .subset {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
border: 1px solid #ededed; border-bottom: 1px solid #ededed;
// width: 944px; // width: 944px;
// height: 212px; // height: 212px;
padding: 16px; padding: 16px;
margin-bottom: 16px; // margin-bottom: 16px;
background: #ffffff; background: #ffffff;
border-radius: 6px; // border-radius: 6px;
transition: all 0.2s; transition: all 0.2s;
&:hover { &:hover {

@ -1248,7 +1248,7 @@ export default {
.content { .content {
margin-top: 12px; margin-top: 12px;
padding: 30px 0 20px 300px; padding: 30px 0 20px 160px;
position: relative; position: relative;
background-color: #fff; background-color: #fff;
text-align: left; text-align: left;

@ -23,7 +23,7 @@
<span>{{ billNumber.num30 }}</span> <span>{{ billNumber.num30 }}</span>
</li> </li>
<li @click="pagination.status = 40" :class="{ townsmanactive: pagination.status === 40 }"> <li @click="pagination.status = 40" :class="{ townsmanactive: pagination.status === 40 }">
在职 在职
<span>{{ billNumber.num40 }}</span> <span>{{ billNumber.num40 }}</span>
</li> </li>
<li @click="pagination.status = 999" :class="{ townsmanactive: pagination.status === 999 }"> <li @click="pagination.status = 999" :class="{ townsmanactive: pagination.status === 999 }">

@ -576,8 +576,8 @@ i {
} }
// 公用样式类名 // 公用样式类名
.w { .w {
width: 1200px; width: 960px;
min-width: 1200px; min-width: 960px;
margin: 0 auto; margin: 0 auto;
} }
.mb12 { .mb12 {

@ -1,7 +1,9 @@
<template> <template>
<div class="index-container" @click="isspecialboxshow = false"> <div class="index-container" @click="isspecialboxshow = false">
<!-- title部分 --> <!-- title部分 -->
<div class="pagetitle" v-if="isLogin && routertitleindex != 0"> <div class="pagetitle" v-if="isLogin && routertitleindex != 0"
:class="pagrTitle == 'list' ? 'page-title-list-active' : ''"
>
<div class="w fsa"> <div class="w fsa">
<div class="fss"> <div class="fss">
<router-link to="/main"> <router-link to="/main">
@ -43,7 +45,7 @@
<div class="loginbox" style="" slot="overlay"> <div class="loginbox" style="" slot="overlay">
<router-link to="/mybill"> <router-link to="/mybill">
<div> <div>
<span>职位报名</span> <span>报名工单</span>
<i class="iconfont icon-youjiantou"></i> <i class="iconfont icon-youjiantou"></i>
</div> </div>
</router-link> </router-link>
@ -59,7 +61,7 @@
<li v-else> <li v-else>
<router-link to="/mybill" :class="routertitleindex == 5 ? 'titleactive' : ''"> <router-link to="/mybill" :class="routertitleindex == 5 ? 'titleactive' : ''">
<!-- <div> --> <!-- <div> -->
<span>职位报名</span> <span>报名工单</span>
<!-- <i class="iconfont icon-youjiantou"></i> --> <!-- <i class="iconfont icon-youjiantou"></i> -->
<!-- </div> --> <!-- </div> -->
</router-link> </router-link>
@ -366,6 +368,7 @@ export default {
// //
data() { data() {
return { return {
pagrTitle:'list',
fellowList: [], fellowList: [],
// isspinning: false, // isspinning: false,
isspecialboxshow: false, isspecialboxshow: false,
@ -444,6 +447,7 @@ export default {
}, },
$route: { $route: {
handler(to) { handler(to) {
this.init()
console.log(); console.log();
// console.log("ischange"); // console.log("ischange");
// console.log(to); // console.log(to);
@ -507,6 +511,7 @@ export default {
this.isLaoxiangshow(); this.isLaoxiangshow();
this.showfooter(); this.showfooter();
this.getTeamList(); this.getTeamList();
this.init()
}, },
/** /**
* el 被新创建的 vm.el 替换并挂载到实例上去之后调用该钩子 * el 被新创建的 vm.el 替换并挂载到实例上去之后调用该钩子
@ -516,9 +521,20 @@ export default {
this.loginValue = localStorage.getItem("LOGIN_DATA") !== null ? JSON.parse(localStorage.getItem("LOGIN_DATA")) : { tel: "" }; this.loginValue = localStorage.getItem("LOGIN_DATA") !== null ? JSON.parse(localStorage.getItem("LOGIN_DATA")) : { tel: "" };
console.log(this.loginValue); console.log(this.loginValue);
// console.log(document.querySelector(".ant-pagination-options-quick-jumper")); // console.log(document.querySelector(".ant-pagination-options-quick-jumper"));
this.init()
}, },
// //
methods: { methods: {
init(){
// pagrTitle
console.log('-----------------------',this.$route,)
let that = this;
if(that.$route.name == 'JobList'){
that.pagrTitle = 'list'
}else{
that.pagrTitle = ''
}
},
/** /**
* 处理后台返回的职位列表 * 处理后台返回的职位列表
*/ */
@ -797,7 +813,7 @@ export default {
} }
} }
/deep/ .pagetitle { /deep/ .pagetitle {
background-color: #f0f0f0; background-color: #ffffff;
padding: 0; padding: 0;
height: 56px; height: 56px;
display: flex; display: flex;
@ -930,6 +946,14 @@ export default {
} }
} }
.page-title-list-active{
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999999;
}
.fellowtownsman { .fellowtownsman {
// height: 641px; // height: 641px;
background: #ffffff; background: #ffffff;

Loading…
Cancel
Save