|
|
@ -1,113 +1,111 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="wrap"> |
|
|
|
<img width="100%" height="480" src="@/assets/images/about/1.png" alt=""> |
|
|
|
<el-carousel height="480px" :interval="6000"> |
|
|
|
|
|
|
|
<template v-for="(item, i) in modules[0].list"> |
|
|
|
|
|
|
|
<el-carousel-item v-if="item.pic && item.isEnable" :key="i"> |
|
|
|
|
|
|
|
<div class="banner-item" @click="openLink(item)"> |
|
|
|
|
|
|
|
<img :src="item.pic" alt=""> |
|
|
|
|
|
|
|
<p class="banner-name">ABOUT</p> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</el-carousel-item> |
|
|
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
</el-carousel> |
|
|
|
|
|
|
|
|
|
|
|
<div class="block history gray"> |
|
|
|
<div class="block history gray"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner cursor-pointer" @click="openLink(modules[1].form)"> |
|
|
|
<h2 style="margin-left: 57px">Our History</h2> |
|
|
|
<h2 style="margin-left: 57px">{{ modules[1].form.title }}</h2> |
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<div class="left"> |
|
|
|
<div class="left"> |
|
|
|
<h2>Throughout the world, most of the top science and technology innovation centers are distributed</h2> |
|
|
|
<h2>{{ modules[1].form.subTitle }}</h2> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="des"> |
|
|
|
<div class="des">{{ modules[1].form.des }}</div> |
|
|
|
Greater Bay area is the most economically developed China. Therefore, in 2019, the Chinese central government proposed to build this region an international science ion cente. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
As one of the core cities in the bay area, with the convenient transportation infrastructure. |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<img class="bg" width="562" height="506" src="@/assets/images/about/2.png" alt=""> |
|
|
|
<img class="bg" width="562" height="506" :src="modules[1].form.pic" alt=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
<div class="block"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<h2 class="b-title">Our Values</h2> |
|
|
|
<h2 class="b-title">{{ modules[2].form.title }}</h2> |
|
|
|
<p class="intro">What makes a light chaser</p> |
|
|
|
<p class="intro">{{ modules[2].form.des }}</p> |
|
|
|
<ul class="card"> |
|
|
|
<ul class="card"> |
|
|
|
<li class="item1"> |
|
|
|
<li class="item1" @click="openLink(modules[3].form)"> |
|
|
|
<h6>Integrity</h6> |
|
|
|
<h6>{{ modules[3].form.title }}</h6> |
|
|
|
<p class="des">2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…</p> |
|
|
|
<div class="des" v-html="modules[3].form.des"></div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li class="item2"> |
|
|
|
<li class="item2" @click="openLink(modules[4].form)"> |
|
|
|
<h6>Adventure </h6> |
|
|
|
<h6>{{ modules[4].form.title }}</h6> |
|
|
|
<p class="des">2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…</p> |
|
|
|
<div class="des" v-html="modules[4].form.des"></div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li class="item3"> |
|
|
|
<li class="item3" @click="openLink(modules[5].form)"> |
|
|
|
<h6>Serve </h6> |
|
|
|
<h6>{{ modules[5].form.title }}</h6> |
|
|
|
<p class="des">2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…</p> |
|
|
|
<div class="des" v-html="modules[5].form.des"></div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li class="item4"> |
|
|
|
<li class="item4" @click="openLink(modules[6].form)"> |
|
|
|
<h6>Focus on Future </h6> |
|
|
|
<h6>{{ modules[6].form.title }}</h6> |
|
|
|
<p class="des">We are open and creative, pursuing scientific management and decision-making</p> |
|
|
|
<div class="des" v-html="modules[6].form.des"></div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="block" style="padding-bottom: 0"> |
|
|
|
<div class="block gray"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<h2 class="b-title">Facts</h2> |
|
|
|
<h2 class="b-title">{{ modules[7].form.title }}</h2> |
|
|
|
<p class="intro">Strength in numbers</p> |
|
|
|
<p class="intro">{{ modules[7].form.des }}</p> |
|
|
|
<ul class="stat"> |
|
|
|
<ul class="stat"> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<p class="num">2020</p> |
|
|
|
<p class="num">{{ modules[8].form.title }}</p> |
|
|
|
<p class="text">The year IASF was founded</p> |
|
|
|
<p class="text">{{ modules[8].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<p class="num">2</p> |
|
|
|
<p class="num">{{ modules[9].form.title }}</p> |
|
|
|
<p class="text">Facility projects</p> |
|
|
|
<p class="text">{{ modules[9].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<p class="num">240</p> |
|
|
|
<p class="num">{{ modules[10].form.title }}</p> |
|
|
|
<p class="text">Employees</p> |
|
|
|
<p class="text">{{ modules[10].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<p class="num">10</p> |
|
|
|
<p class="num">{{ modules[11].form.title }}</p> |
|
|
|
<p class="text">Academicians</p> |
|
|
|
<p class="text">{{ modules[11].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<p class="num">45%</p> |
|
|
|
<p class="num">{{ modules[12].form.title }}</p> |
|
|
|
<p class="text">Hold doctorates or the highest degree in their field</p> |
|
|
|
<p class="text">{{ modules[12].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<p class="num">$32B+</p> |
|
|
|
<p class="num">{{ modules[13].form.title }}</p> |
|
|
|
<p class="text">Facility construction need-based grant aid provided </p> |
|
|
|
<p class="text">{{ modules[13].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="plan"> |
|
|
|
|
|
|
|
<div class="inner cursor-pointer" @click="openLink(modules[14].form)"> |
|
|
|
|
|
|
|
<img class="pic" :src="modules[14].form.pic" alt=""> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
|
|
|
|
<h6>{{ modules[14].form.title }}</h6> |
|
|
|
|
|
|
|
<div class="des">{{ modules[14].form.des }}</div> |
|
|
|
|
|
|
|
<img src="@/assets/images/arrow-white.png" alt=""> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
<div class="block"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<h2 class="b-title">Govening Board & Leadership</h2> |
|
|
|
<h2 class="b-title">{{ modules[15].form.title }}</h2> |
|
|
|
<p class="intro">What makes a ligh chinese bay chaser</p> |
|
|
|
<p class="intro">{{ modules[15].form.des }}</p> |
|
|
|
<ul class="people"> |
|
|
|
<ul class="people"> |
|
|
|
<li> |
|
|
|
<li v-for="(item, i) in modules[16].list" :key="i"> |
|
|
|
<img class="pic" src="@/assets/images/about/6.png" alt=""> |
|
|
|
<img class="pic" :src="item.pic" alt=""> |
|
|
|
<div class="texts"> |
|
|
|
|
|
|
|
<p class="sub">Founder and 1st PRESIDENT OF THE INSTITUTE OF ADVANCED SCIENCE FACILITIES, SHENZHEN</p> |
|
|
|
|
|
|
|
<h6>Sun Dongbai</h6> |
|
|
|
|
|
|
|
<p class="des">Dr. Sun was the executive vice president of Sun Yat- and vice president of the University of Science and Technology Beijing (2008-2017). One of the most widely well-known material scientists aation</p> |
|
|
|
|
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<p class="sub">Vice President of the Institute of Advanced Scienc, Shenzhen</p> |
|
|
|
<p class="sub">{{ item.title }}</p> |
|
|
|
<h6>Yang Xueming</h6> |
|
|
|
<h6>{{ item.subTitle }}</h6> |
|
|
|
<p class="des">Dr. Yang is a world-recognized physical chemistry scientist, an Academician of the Chinese Academy of Science, an awardee of the National Science Fund for Distinguished Young Scholars</p> |
|
|
|
<p class="des">{{ item.des }}</p> |
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt="" @click="openLink(item)"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<img class="pic" src="@/assets/images/about/7.png" alt=""> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li> |
|
|
|
|
|
|
|
<img class="pic" src="@/assets/images/about/8.png" alt=""> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
|
|
|
|
<p class="sub">The Chairman of Science and Technology Advisory Committee</p> |
|
|
|
|
|
|
|
<h6>Ulf KALSSON</h6> |
|
|
|
|
|
|
|
<p class="des">Dr. Ulf Karlsson is a joint professor of Linköping University and KTH Royal Institute of Technology. He established the laboratory of material science and was the director of the materials science platform</p> |
|
|
|
|
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
@ -116,23 +114,23 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="block list-block gray"> |
|
|
|
<div class="block list-block gray"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<h2 class="b-title">Committees</h2> |
|
|
|
<h2 class="b-title">{{ modules[17].form.title }}</h2> |
|
|
|
<p class="intro">What makes a ligh chinese bay chaser</p> |
|
|
|
<p class="intro">{{ modules[17].form.des }}</p> |
|
|
|
<ul class="list"> |
|
|
|
<ul class="list"> |
|
|
|
<li> |
|
|
|
<li @click="openLink(modules[18].form)"> |
|
|
|
<img class="pic" src="@/assets/images/about/9.png" alt=""> |
|
|
|
<img class="pic" :src="modules[18].form.pic" alt=""> |
|
|
|
<h6>Science and Technology</h6> |
|
|
|
<h6>{{ modules[18].form.title }}</h6> |
|
|
|
<p class="des">installation and nanostructuring</p> |
|
|
|
<p class="des">{{ modules[18].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li @click="openLink(modules[19].form)"> |
|
|
|
<img class="pic" src="@/assets/images/about/10.png" alt=""> |
|
|
|
<img class="pic" :src="modules[19].form.pic" alt=""> |
|
|
|
<h6>User Committee</h6> |
|
|
|
<h6>{{ modules[19].form.title }}</h6> |
|
|
|
<p class="des"> installation and nanostructuring</p> |
|
|
|
<p class="des">{{ modules[19].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<li @click="openLink(modules[20].form)"> |
|
|
|
<img class="pic" src="@/assets/images/about/11.png" alt=""> |
|
|
|
<img class="pic" :src="modules[20].form.pic" alt=""> |
|
|
|
<h6>Industry Advancement Committee</h6> |
|
|
|
<h6>{{ modules[20].form.title }}</h6> |
|
|
|
<p class="des">installation and nanostructuring</p> |
|
|
|
<p class="des">{{ modules[20].form.des }}</p> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -140,14 +138,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
<div class="block"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<h2 class="b-title">Staff & Organization Chart</h2> |
|
|
|
<h2 class="b-title">{{ modules[21].form.title }}</h2> |
|
|
|
<p class="intro">Meet the light chaser</p> |
|
|
|
<p class="intro">{{ modules[21].form.des }}</p> |
|
|
|
<div class="staff"> |
|
|
|
<div class="staff" @click="openLink(modules[22].form)"> |
|
|
|
<div class="left"> |
|
|
|
<div class="left"> |
|
|
|
<h6>Throughout the world, most of the top science and technology innovation centers are distributed</h6> |
|
|
|
<h6>{{ modules[22].form.title }}</h6> |
|
|
|
<div class="des">The IASF has over 300 employees, of which 50% hold a Ph.D. degree, and more than 25% of core positions had abroad research and management experience.</div> |
|
|
|
<div class="des">{{ modules[22].form.des }}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<img class="pic" src="@/assets/images/about/12.png" alt=""> |
|
|
|
<img class="pic" :src="modules[22].form.pic" alt=""> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -155,20 +153,14 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
<script> |
|
|
|
|
|
|
|
import mixins from '@/mixins/page' |
|
|
|
import Setting from '@/setting' |
|
|
|
import Setting from '@/setting' |
|
|
|
import Util from '@/libs/util' |
|
|
|
import Util from '@/libs/util' |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
|
|
|
|
mixins: [mixins], |
|
|
|
data() { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
return { |
|
|
|
id: this.$route.query.id, |
|
|
|
|
|
|
|
columnId: '', |
|
|
|
|
|
|
|
form: {}, |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
watch: { |
|
|
|
|
|
|
|
'$route'() { |
|
|
|
|
|
|
|
this.id = this.$route.query.id |
|
|
|
|
|
|
|
// this.getInfo() |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
mounted() { |
|
|
@ -177,9 +169,16 @@ export default { |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
// 获取文章详情 |
|
|
|
// 获取文章详情 |
|
|
|
getInfo() { |
|
|
|
getInfo() { |
|
|
|
this.$post(`${this.api.findArticle}?id=${this.id}`).then(({ data }) => { |
|
|
|
// 预览/详情 |
|
|
|
this.form = data |
|
|
|
this.$post(`${this.api[this.preview ? 'getRedisCache' : 'findPage']}?columnId=${this.id}`).then(({ data }) => { |
|
|
|
this.columnId = data.columnId |
|
|
|
if (data.length) { |
|
|
|
|
|
|
|
// state:已发布(1)则取theEditedJson,草稿(0)则取jsonBeforeEditing |
|
|
|
|
|
|
|
const json = JSON.parse(this.preview ? |
|
|
|
|
|
|
|
data : |
|
|
|
|
|
|
|
data[0][data[0].state ? 'theEditedJson' : 'jsonBeforeEditing']) |
|
|
|
|
|
|
|
this.modules = json |
|
|
|
|
|
|
|
console.log("🚀 ~ file: index.vue ~ line 180 ~ this.$post ~ json", json[0]) |
|
|
|
|
|
|
|
} |
|
|
|
}).catch(err => {}) |
|
|
|
}).catch(err => {}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
@ -228,6 +227,7 @@ export default { |
|
|
|
padding: 70px 67px 20px; |
|
|
|
padding: 70px 67px 20px; |
|
|
|
margin-bottom: 28px; |
|
|
|
margin-bottom: 28px; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
&:nth-child(odd) { |
|
|
|
&:nth-child(odd) { |
|
|
|
margin-right: 28px; |
|
|
|
margin-right: 28px; |
|
|
|
} |
|
|
|
} |
|
|
@ -252,11 +252,40 @@ export default { |
|
|
|
font-size: 18px; |
|
|
|
font-size: 18px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.plan { |
|
|
|
|
|
|
|
padding: 73px 0; |
|
|
|
|
|
|
|
background: #072947; |
|
|
|
|
|
|
|
.inner { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
width: 1575px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 664px; |
|
|
|
|
|
|
|
height: 488px; |
|
|
|
|
|
|
|
margin-bottom: -120px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
width: 802px; |
|
|
|
|
|
|
|
margin-top: 36px; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
font-size: 36px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
margin: 20px 0; |
|
|
|
|
|
|
|
font-size: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.people { |
|
|
|
.people { |
|
|
|
li { |
|
|
|
li { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
margin-bottom: 126px; |
|
|
|
margin-bottom: 126px; |
|
|
|
|
|
|
|
&:nth-child(even) { |
|
|
|
|
|
|
|
flex-direction: row-reverse; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.pic { |
|
|
|
.pic { |
|
|
|
width: 660px; |
|
|
|
width: 660px; |
|
|
@ -291,14 +320,20 @@ export default { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
li { |
|
|
|
li { |
|
|
|
|
|
|
|
width: calc((100% - 100px) / 3); |
|
|
|
padding-bottom: 30px; |
|
|
|
padding-bottom: 30px; |
|
|
|
margin-right: 28px; |
|
|
|
margin-right: 28px; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
background-color: #F5F5F5; |
|
|
|
background-color: #F5F5F5; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
&:last-child { |
|
|
|
&:last-child { |
|
|
|
margin-right: 0; |
|
|
|
margin-right: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 353px; |
|
|
|
|
|
|
|
} |
|
|
|
h6 { |
|
|
|
h6 { |
|
|
|
margin: 35px 0 5px; |
|
|
|
margin: 35px 0 5px; |
|
|
|
font-size: 24px; |
|
|
|
font-size: 24px; |
|
|
@ -313,6 +348,7 @@ export default { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
justify-content: space-between; |
|
|
|
background: #F8F8F8; |
|
|
|
background: #F8F8F8; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
.left { |
|
|
|
.left { |
|
|
|
width: 658px; |
|
|
|
width: 658px; |
|
|
|
margin: 50px 0 0 46px; |
|
|
|
margin: 50px 0 0 46px; |
|
|
|