|
|
@ -2,9 +2,7 @@ |
|
|
|
<!-- 人才中心 --> |
|
|
|
<!-- 人才中心 --> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="single-banner single-banner-overview"> |
|
|
|
<div class="single-banner single-banner-overview"> |
|
|
|
<img class="banner-img" |
|
|
|
<img class="banner-img" :src="modules[0].form.pic" alt=""> |
|
|
|
:src="modules[0].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6 class="banner-title">{{ modules[0].form.title }}</h6> |
|
|
|
<h6 class="banner-title">{{ modules[0].form.title }}</h6> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -13,38 +11,25 @@ |
|
|
|
<div class="article"> |
|
|
|
<div class="article"> |
|
|
|
<div class="left"> |
|
|
|
<div class="left"> |
|
|
|
<h6 class="talent-title">{{ modules[1].form.title }}</h6> |
|
|
|
<h6 class="talent-title">{{ modules[1].form.title }}</h6> |
|
|
|
<div class="talent-text" |
|
|
|
<div class="talent-text" v-html="modules[1].form.des"></div> |
|
|
|
v-html="modules[1].form.des"></div> |
|
|
|
|
|
|
|
<ul class="people"> |
|
|
|
<ul class="people"> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<img class="pic" |
|
|
|
<img class="pic" :src="modules[2].form.pic" alt=""> |
|
|
|
:src="modules[2].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6>{{ modules[2].form.title }}</h6> |
|
|
|
<h6>{{ modules[2].form.title }}</h6> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="text" |
|
|
|
<div class="text" v-html="modules[2].form.des"></div> |
|
|
|
v-html="modules[2].form.des"></div> |
|
|
|
<img v-if="isLink(modules[2].form.link.linkName)" class="arrow" src="@/assets/images/arrow.png" alt="" |
|
|
|
<img v-if="isLink(modules[2].form.link.linkName)" |
|
|
|
|
|
|
|
class="arrow" |
|
|
|
|
|
|
|
src="@/assets/images/arrow.png" |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
@click="openLink(modules[2].form)"> |
|
|
|
@click="openLink(modules[2].form)"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<img class="pic" |
|
|
|
<img class="pic" :src="modules[3].form.pic" alt=""> |
|
|
|
:src="modules[3].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6>{{ modules[3].form.title }}</h6> |
|
|
|
<h6>{{ modules[3].form.title }}</h6> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="text" |
|
|
|
<div class="text" v-html="modules[3].form.des"></div> |
|
|
|
v-html="modules[3].form.des"></div> |
|
|
|
<img v-if="isLink(modules[3].form.link.linkName)" class="arrow" src="@/assets/images/arrow.png" alt="" |
|
|
|
<img v-if="isLink(modules[3].form.link.linkName)" |
|
|
|
|
|
|
|
class="arrow" |
|
|
|
|
|
|
|
src="@/assets/images/arrow.png" |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
@click="openLink(modules[3].form)"> |
|
|
|
@click="openLink(modules[3].form)"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
@ -52,21 +37,12 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="right"> |
|
|
|
<div class="right"> |
|
|
|
<el-tree class="column" |
|
|
|
<el-tree class="column" ref="column" :data="modules[4].list" highlight-current :expand-on-click-node="false" |
|
|
|
ref="column" |
|
|
|
:props="defaultProps" node-key="id" @node-click="columnClick"></el-tree> |
|
|
|
:data="modules[4].list" |
|
|
|
|
|
|
|
highlight-current |
|
|
|
|
|
|
|
:expand-on-click-node="false" |
|
|
|
|
|
|
|
:props="defaultProps" |
|
|
|
|
|
|
|
node-key="id" |
|
|
|
|
|
|
|
@node-click="columnClick"></el-tree> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p class="l-title">人才资讯</p> |
|
|
|
<p class="l-title">人才资讯</p> |
|
|
|
<ul class="list"> |
|
|
|
<ul class="list"> |
|
|
|
<li v-for="(item, i) in articles" |
|
|
|
<li v-for="(item, i) in articles" :key="i" :title="item.title" @click="toArtice(item)"> |
|
|
|
:key="i" |
|
|
|
|
|
|
|
:title="item.title" |
|
|
|
|
|
|
|
@click="toArtice(item)"> |
|
|
|
|
|
|
|
<p class="text">{{ item.title }}</p> |
|
|
|
<p class="text">{{ item.title }}</p> |
|
|
|
<span class="date">{{ item.releaseTime }}</span> |
|
|
|
<span class="date">{{ item.releaseTime }}</span> |
|
|
|
</li> |
|
|
|
</li> |
|
|
@ -161,71 +137,91 @@ export default { |
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
|
@import url(../../plugins/wow/animate.css); |
|
|
|
@import url(../../plugins/wow/animate.css); |
|
|
|
@import '../../styles/page/page.scss'; |
|
|
|
@import '../../styles/page/page.scss'; |
|
|
|
|
|
|
|
|
|
|
|
.wrap { |
|
|
|
.wrap { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.content { |
|
|
|
.content { |
|
|
|
width: 1200px; |
|
|
|
width: 1200px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.article { |
|
|
|
.article { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
|
|
|
|
.left { |
|
|
|
.left { |
|
|
|
width: 75%; |
|
|
|
width: 75%; |
|
|
|
|
|
|
|
|
|
|
|
.talent-title { |
|
|
|
.talent-title { |
|
|
|
padding-bottom: 10px; |
|
|
|
padding-bottom: 10px; |
|
|
|
font-size: 1.2rem; |
|
|
|
font-size: 1.2rem; |
|
|
|
color: #666; |
|
|
|
color: #666; |
|
|
|
border-bottom: 1px solid #eaeef2; |
|
|
|
border-bottom: 1px solid #eaeef2; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.talent-text { |
|
|
|
.talent-text { |
|
|
|
margin: 20px 0; |
|
|
|
margin: 20px 0; |
|
|
|
font-size: 1.1rem; |
|
|
|
font-size: 1.1rem; |
|
|
|
color: #333; |
|
|
|
color: #333; |
|
|
|
line-height: 28px; |
|
|
|
line-height: 28px; |
|
|
|
|
|
|
|
|
|
|
|
p { |
|
|
|
p { |
|
|
|
margin-bottom: 20px; |
|
|
|
margin-bottom: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.people { |
|
|
|
.people { |
|
|
|
margin-top: 4rem; |
|
|
|
margin-top: 4rem; |
|
|
|
|
|
|
|
|
|
|
|
li { |
|
|
|
li { |
|
|
|
position: relative; |
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
height: 433px; |
|
|
|
height: 433px; |
|
|
|
margin-bottom: 2rem; |
|
|
|
margin-bottom: 2rem; |
|
|
|
|
|
|
|
|
|
|
|
&:nth-child(even) { |
|
|
|
&:nth-child(even) { |
|
|
|
|
|
|
|
flex-direction: row-reverse; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
margin-left: -50px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
left: 50px; |
|
|
|
margin-left: 0; |
|
|
|
right: auto; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.pic { |
|
|
|
.pic { |
|
|
|
width: 100%; |
|
|
|
width: 55%; |
|
|
|
height: 100%; |
|
|
|
height: 100%; |
|
|
|
object-fit: cover; |
|
|
|
object-fit: cover; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
position: absolute; |
|
|
|
position: relative; |
|
|
|
top: 60px; |
|
|
|
|
|
|
|
right: 50px; |
|
|
|
|
|
|
|
width: 380px; |
|
|
|
width: 380px; |
|
|
|
padding: 50px 25px; |
|
|
|
padding: 50px 25px; |
|
|
|
|
|
|
|
margin-left: -50px; |
|
|
|
background: rgba(243, 251, 255, 0.82); |
|
|
|
background: rgba(243, 251, 255, 0.82); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
h6 { |
|
|
|
h6 { |
|
|
|
font-size: 1.2rem; |
|
|
|
font-size: 1.2rem; |
|
|
|
font-family: PingFangSC-Semibold, PingFang SC; |
|
|
|
font-family: PingFangSC-Semibold, PingFang SC; |
|
|
|
font-weight: 600; |
|
|
|
font-weight: 600; |
|
|
|
color: #2a4b65; |
|
|
|
color: #2a4b65; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.line { |
|
|
|
.line { |
|
|
|
width: 93px; |
|
|
|
width: 93px; |
|
|
|
height: 1px; |
|
|
|
height: 1px; |
|
|
|
margin: 1rem 0; |
|
|
|
margin: 1rem 0; |
|
|
|
background: #3e6473; |
|
|
|
background: #3e6473; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text { |
|
|
|
.text { |
|
|
|
margin-bottom: 1rem; |
|
|
|
margin-bottom: 1rem; |
|
|
|
font-size: 1rem; |
|
|
|
font-size: 1rem; |
|
|
@ -234,36 +230,45 @@ export default { |
|
|
|
line-height: 1.6; |
|
|
|
line-height: 1.6; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.right { |
|
|
|
.right { |
|
|
|
width: 20%; |
|
|
|
width: 20%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.column { |
|
|
|
.column { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
margin-bottom: 25px; |
|
|
|
margin-bottom: 25px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/deep/.el-tree-node__content { |
|
|
|
/deep/.el-tree-node__content { |
|
|
|
height: 44px; |
|
|
|
height: 44px; |
|
|
|
background-color: #e5edf8; |
|
|
|
background-color: #e5edf8; |
|
|
|
border-bottom: 2px solid #fff; |
|
|
|
border-bottom: 2px solid #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/deep/.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content { |
|
|
|
/deep/.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content { |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
background-color: #0f5698; |
|
|
|
background-color: #0f5698; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.list { |
|
|
|
.list { |
|
|
|
margin-bottom: 20px; |
|
|
|
margin-bottom: 20px; |
|
|
|
|
|
|
|
|
|
|
|
li { |
|
|
|
li { |
|
|
|
padding: 16px 0; |
|
|
|
padding: 16px 0; |
|
|
|
border-bottom: 1px solid #d8d8d8; |
|
|
|
border-bottom: 1px solid #d8d8d8; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text { |
|
|
|
.text { |
|
|
|
margin-bottom: 5px; |
|
|
|
margin-bottom: 5px; |
|
|
|
font-size: 14px; |
|
|
|
font-size: 14px; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
|
color: $main-color; |
|
|
|
color: $main-color; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.date { |
|
|
|
.date { |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
color: #999; |
|
|
|
color: #999; |
|
|
@ -275,33 +280,42 @@ export default { |
|
|
|
.content { |
|
|
|
.content { |
|
|
|
width: 90%; |
|
|
|
width: 90%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.article { |
|
|
|
.article { |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
|
|
.left { |
|
|
|
.left { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
|
|
.recruit { |
|
|
|
.recruit { |
|
|
|
li { |
|
|
|
li { |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
|
|
.pic { |
|
|
|
.pic { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
margin-top: 0.8rem; |
|
|
|
margin-top: 0.8rem; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.notice { |
|
|
|
.notice { |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
|
|
li { |
|
|
|
li { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.right { |
|
|
|
.right { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 480px) { |
|
|
|
@media (max-width: 480px) { |
|
|
|
.article { |
|
|
|
.article { |
|
|
|
.left { |
|
|
|
.left { |
|
|
|