|
|
|
|
@ -11,22 +11,23 @@
|
|
|
|
|
<img src="../../static/img/gyl.png" style="width: 40px;margin-right: 12px;" alt="" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_flex_column_center">
|
|
|
|
|
<div class="g_h_38 g_flex_column_between">
|
|
|
|
|
<!-- <div class="g_h_38 g_flex_column_between">
|
|
|
|
|
<div style="height: 16px;line-height: 16px;overflow: hidden;">
|
|
|
|
|
<span style="font-size: 16px">伯才供应链</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_fs_12" style="zoom: 0.9;color: #999;">
|
|
|
|
|
人力资源供应链平台
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div> -->
|
|
|
|
|
<i class="iconfont icon-bocaigongyinglian-chunwenzilogo" style="font-size: 18.8px;"></i>
|
|
|
|
|
</div>
|
|
|
|
|
</router-link>
|
|
|
|
|
<ul class="fsa titleTag" style="margin-left: 40px;">
|
|
|
|
|
<li style="margin-right: 16px;">
|
|
|
|
|
<router-link to="/" :class="routertitleindex == 0 ? 'titleactive' : ''" rel="opener">首页</router-link>
|
|
|
|
|
<li style="margin-right: 20px;">
|
|
|
|
|
<router-link to="/" :class="routertitleindex == 0 ? 'titleactive' : ''" rel="opener" style="font-size: 16px;">首页</router-link>
|
|
|
|
|
</li>
|
|
|
|
|
<li style="margin-right: 16px;">
|
|
|
|
|
<router-link to="/list" @click.native="toList" :class="routertitleindex == 1 ? 'titleactive' : ''" rel="opener">职位列表</router-link>
|
|
|
|
|
<li style="margin-right: 20px;">
|
|
|
|
|
<router-link to="/list" @click.native="toList" :class="routertitleindex == 1 ? 'titleactive' : ''" rel="opener" style="font-size: 16px;">职位列表</router-link>
|
|
|
|
|
</li>
|
|
|
|
|
<li v-if="false">
|
|
|
|
|
<router-link to="/list?type=vocational" :class="routertitleindex == 8 ? 'titleactive' : ''" rel="opener">职教职培</router-link>
|
|
|
|
|
@ -63,7 +64,7 @@
|
|
|
|
|
<li v-else>
|
|
|
|
|
<router-link to="/mybill" :class="routertitleindex == 5 ? 'titleactive' : ''">
|
|
|
|
|
<!-- <div> -->
|
|
|
|
|
<span>报名工单</span>
|
|
|
|
|
<span style="font-size: 16px;">报名工单</span>
|
|
|
|
|
<!-- <i class="iconfont icon-youjiantou"></i> -->
|
|
|
|
|
<!-- </div> -->
|
|
|
|
|
</router-link>
|
|
|
|
|
@ -318,9 +319,14 @@
|
|
|
|
|
</div>
|
|
|
|
|
<div class="fsa titleSlogan w" v-if="routertitleindex == 0">
|
|
|
|
|
<!-- <div> -->
|
|
|
|
|
<div>
|
|
|
|
|
<img src="../../static/img/logo.svg" style="width: 40px" alt="" />
|
|
|
|
|
<span style="font-size: 16px;color: #fff;">伯才供应链平台</span>
|
|
|
|
|
<div class="g_flex_row_start">
|
|
|
|
|
<div class="g_flex_column_center">
|
|
|
|
|
<img src="../../static/img/gyl.png" style="width: 40px;margin-right: 12px;" alt="" />
|
|
|
|
|
<!-- <span style="font-size: 16px;color: #fff;">伯才供应链平台</span> -->
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_flex_column_center">
|
|
|
|
|
<i class="iconfont icon-bocaigongyinglian-chunwenzilogo" style="font-size: 18.8px;color: #fff;"></i>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- </div> -->
|
|
|
|
|
<div v-if="!isLogin" class="loginBtn">
|
|
|
|
|
@ -1051,7 +1057,7 @@ export default {
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
box-shadow: 3px 3px 6px 0px rgba(77, 87, 94, 0.1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|