cyl/dev
jscyl13849007907 1 year ago
parent 3e2f2fb137
commit a5c65b5d2c

@ -94,7 +94,7 @@
</div> </div>
</div> </div>
<div class="sub-bottombox fss"> <div class="sub-bottombox fss">
<button type="primary" class="jobDespBtn g_fs_14" style="padding: 0 15px; width: 116px"> <button type="primary" class="jobDespBtn g_fs_14" style="padding: 0 5px; width: 100px">
<a :href="jobDetail.customServiceUrl || 'javascript:;'" target="_blank" v-if="jobDetail.customServiceUrl"> <a :href="jobDetail.customServiceUrl || 'javascript:;'" target="_blank" v-if="jobDetail.customServiceUrl">
<a-icon class="g_fs_14" type="message" /> <a-icon class="g_fs_14" type="message" />
联系客服 联系客服
@ -120,7 +120,7 @@
<a-menu-item v-for="(item, index) in customServiceUsers" :key="index"> <i class="iconfont icon-dianhua1 mr4 f14" style="color: #1890ff"></i>{{ item.aliasName }} {{ item.tel }} </a-menu-item> <a-menu-item v-for="(item, index) in customServiceUsers" :key="index"> <i class="iconfont icon-dianhua1 mr4 f14" style="color: #1890ff"></i>{{ item.aliasName }} {{ item.tel }} </a-menu-item>
</a-menu> </a-menu>
</a-dropdown> --> </a-dropdown> -->
<a-button class="" @click="torecord()" v-if="jobDetail.recruitment == '1'" type="primary" style="font-size: 14px"></a-button> <a-button class="" @click="torecord()" v-if="jobDetail.recruitment == '1'" type="primary" style="font-size: 14px;width: 100px;"></a-button>
<button class="norecruitment bottombox1" v-else></button> <button class="norecruitment bottombox1" v-else></button>
</div> </div>
</div> </div>

@ -663,6 +663,7 @@
:style="{ :style="{
background: item.recruitment == '1' ? '#fff' : '#f5f5f5', background: item.recruitment == '1' ? '#fff' : '#f5f5f5',
}" }"
data-title="职位列表item"
> >
<!-- v-if="signType == ''" --> <!-- v-if="signType == ''" -->
<div class="g_flex_row_between g_w_all item-obj"> <div class="g_flex_row_between g_w_all item-obj">
@ -801,7 +802,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" style="font-size: 13px;"></a-button> <a-button class="br4 g_ml_12" @click.stop="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> -->
@ -809,12 +810,6 @@
</div> </div>
</div> </div>
</div> </div>
<div class="top-obj g_flex_c"
style="width: 40px;height: 40px;background-color: #fff;border-radius: 50%;position: fixed;bottom: 100px;right: 30px;cursor: pointer;"
@click="totop"
>
<a-icon type="vertical-align-top" style="font-size: 20px;color: #1890ff;" data-title="" />
</div>
</div> </div>
<div class="loading-ing g_pt_20 g_pb_20"> <div class="loading-ing g_pt_20 g_pb_20">
<div class="g_w_all g_text_c g_fs_14"> <div class="g_w_all g_text_c g_fs_14">
@ -887,6 +882,14 @@
</div> </div>
</div> </div>
<recordModal :show.sync="recordShow" :jobDetail="currentInfo"></recordModal> <recordModal :show.sync="recordShow" :jobDetail="currentInfo"></recordModal>
<div class="top-obj g_flex_c"
style="width: 40px;height: 40px;background-color: #fff;border-radius: 50%;position: fixed;bottom: 100px;right: calc(50vw - 470px);cursor: pointer;"
@click="totop"
>
<!-- <a-icon type="vertical-align-top" style="font-size: 20px;color: #1890ff;" data-title="" /> -->
<img src="../../../static/img/top.png" alt="" style="width: 26px;height: 26px;">
</div>
</div> </div>
</template> </template>

@ -1,5 +1,6 @@
<template> <template>
<div class="recordBill-container f40 w"> <div class="recordBill-container f40 w baoming-obj" style="width: 800px;min-width: 800px;">
<div class="g_h_56"></div>
<!-- 面包屑 --> <!-- 面包屑 -->
<a-breadcrumb class="w"> <a-breadcrumb class="w">
<a-breadcrumb-item href> <a-breadcrumb-item href>
@ -9,7 +10,7 @@
</a-breadcrumb-item> </a-breadcrumb-item>
<a-breadcrumb-item href> <a-breadcrumb-item href>
<a @click="toList"> <a @click="toList">
<span>伯才职位</span> <span>职位列表</span>
</a> </a>
</a-breadcrumb-item> </a-breadcrumb-item>
<a-breadcrumb-item> <a-breadcrumb-item>
@ -131,7 +132,7 @@
/>--> />-->
<div v-if="fileList.length == 0" style="display: flex; justify-content: center; align-items: center" class="nloding"> <div v-if="fileList.length == 0" style="display: flex; justify-content: center; align-items: center" class="nloding">
<a-icon type="plus" /> <a-icon type="plus" />
<div class="ant-upload-text">拖拽上传</div> <div class="ant-upload-text" style="font-size: 14px;">拖拽上传</div>
</div> </div>
</a-upload> </a-upload>
<div v-if="loading" style="display: flex; justify-content: center; align-items: center" class="uploading"> <div v-if="loading" style="display: flex; justify-content: center; align-items: center" class="uploading">
@ -1254,7 +1255,7 @@ export default {
text-align: left; text-align: left;
.ant-form { .ant-form {
width: 640px; width: 560px;
} }
} }
@ -1265,7 +1266,7 @@ export default {
margin-top: 12px; margin-top: 12px;
> div { > div {
margin-left: 107px; margin-left: 93px;
display: flex; display: flex;
justify-content: start; justify-content: start;
@ -1342,11 +1343,12 @@ export default {
.idCardUpload { .idCardUpload {
// //
position: relative; position: relative;
margin-top: 4px;
.icon-guanbi { .icon-guanbi {
position: absolute; position: absolute;
top: -3px; top: -6px;
right: 52px; right: 36px;
height: 16px; height: 16px;
width: 16px; width: 16px;
text-align: center; text-align: center;
@ -1371,7 +1373,7 @@ export default {
/deep/ .ant-upload-picture-card-wrapper { /deep/ .ant-upload-picture-card-wrapper {
width: 100px !important; width: 100px !important;
height: 40px !important; height: 32px !important;
// border: 1px solid #ddd !important; // border: 1px solid #ddd !important;
// box-sizing: border-box; // box-sizing: border-box;
@ -1379,14 +1381,15 @@ export default {
.ant-upload-list-item, .ant-upload-list-item,
.ant-upload-list-picture-card-container { .ant-upload-list-picture-card-container {
width: 100px !important; width: 100px !important;
height: 40px !important; height: 32px !important;
min-width: 100px !important; min-width: 100px !important;
min-height: 40px !important; min-height: 32px !important;
font-size: 12px; font-size: 12px;
padding: 0; padding: 0;
border-color: #dddddd !important; border-color: #dddddd !important;
box-sizing: border-box; box-sizing: border-box;
border-radius: 0px; border-radius: 0px;
// margin-top: 4px !important;
&:hover { &:hover {
border-color: #1890ff !important; border-color: #1890ff !important;
@ -1415,9 +1418,9 @@ export default {
.ant-upload-list-item-uploading-text { .ant-upload-list-item-uploading-text {
// display: none; // display: none;
text-align: center !important; text-align: center !important;
line-height: 40px !important; line-height: 32px !important;
width: 100px !important; width: 100px !important;
height: 40px !important; height: 32px !important;
margin-top: 0; margin-top: 0;
// overflow: hidden; // overflow: hidden;
} }
@ -1441,7 +1444,7 @@ export default {
.uploading { .uploading {
position: absolute; position: absolute;
width: 98px !important; width: 98px !important;
height: 38px !important; height: 32px !important;
top: 1px; top: 1px;
left: -49px; left: -49px;
background-color: #f5f5f5; background-color: #f5f5f5;
@ -1509,7 +1512,7 @@ export default {
.ant-input { .ant-input {
// width: 430px; // width: 430px;
height: 38px; height: 32px;
// color: rgba(77, 87, 94, 0.7); // color: rgba(77, 87, 94, 0.7);
color: #666; color: #666;
// border: none; // border: none;
@ -1525,8 +1528,8 @@ export default {
.ant-select-selection__rendered, .ant-select-selection__rendered,
.ant-select-selection--single, .ant-select-selection--single,
.ant-select { .ant-select {
height: 38px; height: 32px;
line-height: 38px; line-height: 32px;
// border: none; // border: none;
// border: 1px solid #dddddd; // border: 1px solid #dddddd;
box-shadow: none !important; box-shadow: none !important;
@ -1896,4 +1899,13 @@ export default {
.policyRadios { .policyRadios {
flex-wrap: wrap; flex-wrap: wrap;
} }
.baoming-obj{
.ant-form-item .ant-input{
height: 32px !important;
}
.ant-upload-list-picture-card-container{
margin: 0 !important;
}
}
</style> </style>

@ -2,7 +2,7 @@
<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' || pagrTitle == 'detail' || pagrTitle == 'mybill' ? 'page-title-list-active' : ''" :class="pagrTitle == 'list' || pagrTitle == 'detail' || pagrTitle == 'mybill' || pagrTitle == 'recordbill' ? 'page-title-list-active' : ''"
> >
<div class="w fsa"> <div class="w fsa">
<div class="fss"> <div class="fss">
@ -19,17 +19,17 @@
人力资源供应链平台 人力资源供应链平台
</div> </div>
</div> --> </div> -->
<i class="iconfont icon-bocaigongyinglian-chunwenzilogo" style="font-size: 18.8px;"></i> <i class="iconfont icon-bocaigongyinglian-chunwenzilogo" style="font-size: 18.8px;color: #1890ff;"></i>
<div class="g_fs_12" style="zoom: 0.85;color: #999;"> <div class="g_fs_12" style="zoom: 0.85;color: #999;">
人力资源供应链平台 人力资源供应链平台
</div> </div>
</div> </div>
</router-link> </router-link>
<ul class="fsa titleTag" style="margin-left: 40px;"> <ul class="fsa titleTag" style="margin-left: 40px;">
<li style="margin-right: 20px;"> <li style="margin-right: 24px;">
<router-link to="/" :class="routertitleindex == 0 ? 'titleactive' : ''" rel="opener" style="font-size: 16px;">首页</router-link> <router-link to="/" :class="routertitleindex == 0 ? 'titleactive' : ''" rel="opener" style="font-size: 16px;">首页</router-link>
</li> </li>
<li style="margin-right: 20px;"> <li style="margin-right: 24px;">
<router-link to="/list" @click.native="toList" :class="routertitleindex == 1 ? 'titleactive' : ''" rel="opener" style="font-size: 16px;">职位列表</router-link> <router-link to="/list" @click.native="toList" :class="routertitleindex == 1 ? 'titleactive' : ''" rel="opener" style="font-size: 16px;">职位列表</router-link>
</li> </li>
<li v-if="false"> <li v-if="false">
@ -399,7 +399,7 @@
<!-- footer部分 --> <!-- footer部分 -->
<footer v-if="isfootershow" :class="loginPage ? 'footer_abs' : ''" <footer v-if="isfootershow" :class="loginPage ? 'footer_abs' : ''"
:style="{ :style="{
'background-color': pagrTitle == 'detail' || pagrTitle == 'mybill' || pagrTitle == 'boundtel' ? '#f0f0f0' : '#ffffff', 'background-color': pagrTitle == 'detail' || pagrTitle == 'mybill' || pagrTitle == 'boundtel' || pagrTitle == 'recordbill' ? '#f0f0f0' : '#ffffff',
'padding-top': '20px', 'padding-top': '20px',
'margin-top': 0 'margin-top': 0
}" }"
@ -637,6 +637,8 @@ export default {
that.pagrTitle = 'boundtel' that.pagrTitle = 'boundtel'
}else if(that.$route.name == 'boundwx'){ }else if(that.$route.name == 'boundwx'){
that.pagrTitle = 'boundtel' that.pagrTitle = 'boundtel'
}else if(that.$route.name == 'recordbill'){
that.pagrTitle = 'recordbill'
}else{ }else{
that.pagrTitle = '' that.pagrTitle = ''
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 471 B

Loading…
Cancel
Save