|
|
|
|
@ -26,22 +26,22 @@
|
|
|
|
|
</ul> -->
|
|
|
|
|
<a-anchor :affix="true">
|
|
|
|
|
<a-anchor-link
|
|
|
|
|
@click.prevent="false"
|
|
|
|
|
@click.native.prevent=""
|
|
|
|
|
href="#toAboutBill"
|
|
|
|
|
title="关于一手单"
|
|
|
|
|
/>
|
|
|
|
|
<a-anchor-link
|
|
|
|
|
@click.prevent="false"
|
|
|
|
|
@click.native.prevent=""
|
|
|
|
|
href="#cooperativeBrand"
|
|
|
|
|
title="合作品牌"
|
|
|
|
|
/>
|
|
|
|
|
<a-anchor-link
|
|
|
|
|
@click.prevent="false"
|
|
|
|
|
@click.native.prevent=""
|
|
|
|
|
href="#businessLandscape"
|
|
|
|
|
title="业务版图"
|
|
|
|
|
/>
|
|
|
|
|
<a-anchor-link
|
|
|
|
|
@click.prevent="false"
|
|
|
|
|
@click.native.prevent=""
|
|
|
|
|
href="#relationUs"
|
|
|
|
|
title="联系我们"
|
|
|
|
|
/>
|
|
|
|
|
@ -94,8 +94,8 @@
|
|
|
|
|
<div class="title">联系我们</div>
|
|
|
|
|
<div class="content">
|
|
|
|
|
<div class="left">
|
|
|
|
|
<p>总部地址:郑州市管城回族区东站南街升龙广场2号楼A座1116室</p>
|
|
|
|
|
<p>接待地址:伯才人力资源服务中心(航空港区店)</p>
|
|
|
|
|
<p>总部地址:河南省郑州市郑东新区升龙广场2号楼A座</p>
|
|
|
|
|
<p>接待地址:河南省郑州市航空港区相州街29-60号</p>
|
|
|
|
|
<p>联系电话:168 3666 8888</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right">
|
|
|
|
|
@ -118,17 +118,17 @@
|
|
|
|
|
</div>
|
|
|
|
|
<footer>
|
|
|
|
|
<div class="w">
|
|
|
|
|
<ul>
|
|
|
|
|
<li @click="totop"><router-link to="/list">一手职位</router-link></li>
|
|
|
|
|
<li></li>
|
|
|
|
|
<li @click="totop">
|
|
|
|
|
<router-link to="/serviceoutlets">服务网点</router-link>
|
|
|
|
|
</li>
|
|
|
|
|
<li></li>
|
|
|
|
|
<li @click="totop">
|
|
|
|
|
<router-link to="/aboutus">关于我们</router-link>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
<!-- <ul>
|
|
|
|
|
<li @click="totop"><router-link to="/list">一手职位</router-link></li>
|
|
|
|
|
<li></li>
|
|
|
|
|
<li @click="totop">
|
|
|
|
|
<router-link to="/serviceoutlets">服务网点</router-link>
|
|
|
|
|
</li>
|
|
|
|
|
<li></li>
|
|
|
|
|
<li @click="totop">
|
|
|
|
|
<router-link to="/aboutus">关于我们</router-link>
|
|
|
|
|
</li>
|
|
|
|
|
</ul> -->
|
|
|
|
|
<div>
|
|
|
|
|
Copyright © 2015 - 2022 Matripe. All Rights Reserved. <i></i>
|
|
|
|
|
<a target="_blank" href="https://beian.miit.gov.cn/#/Integrated/index"
|
|
|
|
|
@ -143,7 +143,6 @@
|
|
|
|
|
<script>
|
|
|
|
|
import Vue from "vue";
|
|
|
|
|
|
|
|
|
|
import { animate } from "popmotion";
|
|
|
|
|
const path = require("path");
|
|
|
|
|
const files = require.context("../../../static/img", false, /.png$/);
|
|
|
|
|
|
|
|
|
|
@ -209,18 +208,18 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
toTargetLocation(target) {
|
|
|
|
|
// console.log(123);
|
|
|
|
|
const now = window.scrollY;
|
|
|
|
|
// 2. 目标位置(文章信息区域的高度)
|
|
|
|
|
const dist = document.getElementById(target).getBoundingClientRect().top;
|
|
|
|
|
console.log(dist);
|
|
|
|
|
animate({
|
|
|
|
|
from: now, // 当前的位置
|
|
|
|
|
to: dist, // 目标位置
|
|
|
|
|
onUpdate: (latest) => window.scrollTo(0, latest),
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|
// toTargetLocation(target) {
|
|
|
|
|
// // console.log(123);
|
|
|
|
|
// const now = window.scrollY;
|
|
|
|
|
// // 2. 目标位置(文章信息区域的高度)
|
|
|
|
|
// const dist = document.getElementById(target).getBoundingClientRect().top;
|
|
|
|
|
// console.log(dist);
|
|
|
|
|
// animate({
|
|
|
|
|
// from: now, // 当前的位置
|
|
|
|
|
// to: dist, // 目标位置
|
|
|
|
|
// onUpdate: (latest) => window.scrollTo(0, latest),
|
|
|
|
|
// });
|
|
|
|
|
// },
|
|
|
|
|
totop() {
|
|
|
|
|
// console.log(window);
|
|
|
|
|
document.body.scrollTop = 0;
|
|
|
|
|
@ -286,6 +285,7 @@ export default {
|
|
|
|
|
border-radius: 8px 8px 0 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
transform: translateX(-50%);
|
|
|
|
|
transition: all 0.2s;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
.ant-anchor {
|
|
|
|
|
display: flex;
|
|
|
|
|
|