|
|
<template> |
|
|
<div class="wrap"> |
|
|
<div class="actions"> |
|
|
<el-button type="primary" @click="preview">预览</el-button> |
|
|
<el-button @click="save(0)">保存为草稿</el-button> |
|
|
<el-button type="primary" @click="save(1)">发布</el-button> |
|
|
<el-button @click="$router.back()">放弃编辑</el-button> |
|
|
</div> |
|
|
<p class="page-name mb">页面设置/ABOUT</p> |
|
|
|
|
|
<div class="modules"> |
|
|
<div class="relative"> |
|
|
<el-carousel height="480px"> |
|
|
<template v-for="(item, i) in modules[0].list"> |
|
|
<el-carousel-item v-if="item.pic && item.isEnable" :key="i"> |
|
|
<img width="100%" height="100%" :src="item.pic" alt=""> |
|
|
</el-carousel-item> |
|
|
</template> |
|
|
</el-carousel> |
|
|
<div class="cover" @click="toSet(0)">点击更换banner与链接</div> |
|
|
</div> |
|
|
|
|
|
<div class="block history gray"> |
|
|
<div class="inner c-wrap"> |
|
|
<h2 style="margin-left: 57px">{{ modules[1].form.title }}</h2> |
|
|
<div class="texts"> |
|
|
<div class="left"> |
|
|
<h2>{{ modules[1].form.subTitle }}</h2> |
|
|
<div class="line"></div> |
|
|
<div class="des">{{ modules[1].form.des }}</div> |
|
|
</div> |
|
|
<img class="bg" width="562" height="506" :src="modules[1].form.pic" alt=""> |
|
|
</div> |
|
|
<div class="cover" @click="toSet(1)">点击更改图片、标题概述与链接</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="block"> |
|
|
<div class="inner"> |
|
|
<div class="c-wrap"> |
|
|
<h2 class="b-title">{{ modules[2].form.title }}</h2> |
|
|
<p class="intro">{{ modules[2].form.des }}</p> |
|
|
<div class="cover" @click="toSet(2)">点击更换标题与描述</div> |
|
|
</div> |
|
|
<ul class="card"> |
|
|
<li class="item1"> |
|
|
<h6>{{ modules[3].form.title }}</h6> |
|
|
<div class="des" v-html="modules[3].form.des"></div> |
|
|
<div class="cover" @click="toSet(3)">点击更换标题、概述与跳转</div> |
|
|
</li> |
|
|
<li class="item2"> |
|
|
<h6>{{ modules[4].form.title }}</h6> |
|
|
<div class="des" v-html="modules[4].form.des"></div> |
|
|
<div class="cover" @click="toSet(4)">点击更换标题、概述与跳转</div> |
|
|
</li> |
|
|
<li class="item3"> |
|
|
<h6>{{ modules[5].form.title }}</h6> |
|
|
<div class="des" v-html="modules[5].form.des"></div> |
|
|
<div class="cover" @click="toSet(5)">点击更换标题、概述与跳转</div> |
|
|
</li> |
|
|
<li class="item4"> |
|
|
<h6>{{ modules[6].form.title }}</h6> |
|
|
<div class="des" v-html="modules[6].form.des"></div> |
|
|
<div class="cover" @click="toSet(6)">点击更换标题、概述与跳转</div> |
|
|
</li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="block gray"> |
|
|
<div class="inner"> |
|
|
<div class="c-wrap"> |
|
|
<h2 class="b-title">{{ modules[7].form.title }}</h2> |
|
|
<p class="intro">{{ modules[7].form.des }}</p> |
|
|
<div class="cover" @click="toSet(7)">点击更换标题与描述</div> |
|
|
</div> |
|
|
<ul class="stat"> |
|
|
<li> |
|
|
<p class="num">{{ modules[8].form.title }}</p> |
|
|
<p class="text">{{ modules[8].form.des }}</p> |
|
|
<div class="cover" @click="toSet(8)">点击更换标题与描述</div> |
|
|
</li> |
|
|
<li> |
|
|
<p class="num">{{ modules[9].form.title }}</p> |
|
|
<p class="text">{{ modules[9].form.des }}</p> |
|
|
<div class="cover" @click="toSet(9)">点击更换标题与描述</div> |
|
|
</li> |
|
|
<li> |
|
|
<p class="num">{{ modules[10].form.title }}</p> |
|
|
<p class="text">{{ modules[10].form.des }}</p> |
|
|
<div class="cover" @click="toSet(10)">点击更换标题与描述</div> |
|
|
</li> |
|
|
<li> |
|
|
<p class="num">{{ modules[11].form.title }}</p> |
|
|
<p class="text">{{ modules[11].form.des }}</p> |
|
|
<div class="cover" @click="toSet(11)">点击更换标题与描述</div> |
|
|
</li> |
|
|
<li> |
|
|
<p class="num">{{ modules[12].form.title }}</p> |
|
|
<p class="text">{{ modules[12].form.des }}</p> |
|
|
<div class="cover" @click="toSet(12)">点击更换标题与描述</div> |
|
|
</li> |
|
|
<li> |
|
|
<p class="num">{{ modules[13].form.title }}</p> |
|
|
<p class="text">{{ modules[13].form.des }}</p> |
|
|
<div class="cover" @click="toSet(13)">点击更换标题与描述</div> |
|
|
</li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="plan c-wrap"> |
|
|
<div class="inner"> |
|
|
<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 class="cover" style="height: calc(100% + 60px);" @click="toSet(14)">点击更换标题、概述与跳转</div> |
|
|
</div> |
|
|
|
|
|
<div class="block"> |
|
|
<div class="inner"> |
|
|
<div class="c-wrap"> |
|
|
<h2 class="b-title">{{ modules[15].form.title }}</h2> |
|
|
<p class="intro">{{ modules[15].form.des }}</p> |
|
|
<div class="cover" @click="toSet(15)">点击更换标题与描述</div> |
|
|
</div> |
|
|
<ul class="people"> |
|
|
<template v-for="(item, i) in modules[16].list"> |
|
|
<li v-if="item.isEnable" :key="i"> |
|
|
<img class="pic" :src="item.pic" alt=""> |
|
|
<div class="texts"> |
|
|
<p class="sub">{{ item.subTitle }}</p> |
|
|
<h6>{{ item.title }}</h6> |
|
|
<p class="des">{{ item.des }}</p> |
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
</div> |
|
|
</li> |
|
|
</template> |
|
|
<div class="cover" @click="toSet(16)">点击更改图片、标题概述与链接</div> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="block list-block gray"> |
|
|
<div class="inner"> |
|
|
<div class="c-wrap"> |
|
|
<h2 class="b-title">{{ modules[17].form.title }}</h2> |
|
|
<p class="intro">{{ modules[17].form.des }}</p> |
|
|
<div class="cover" @click="toSet(17)">点击更换标题与描述</div> |
|
|
</div> |
|
|
<ul class="list"> |
|
|
<li> |
|
|
<img class="pic" :src="modules[18].form.pic" alt=""> |
|
|
<h6>{{ modules[18].form.title }}</h6> |
|
|
<p class="des">{{ modules[18].form.des }}</p> |
|
|
<div class="cover" @click="toSet(18)">点击更改图片、标题概述与链接</div> |
|
|
</li> |
|
|
<li> |
|
|
<img class="pic" :src="modules[19].form.pic" alt=""> |
|
|
<h6>{{ modules[19].form.title }}</h6> |
|
|
<p class="des">{{ modules[19].form.des }}</p> |
|
|
<div class="cover" @click="toSet(19)">点击更改图片、标题概述与链接</div> |
|
|
</li> |
|
|
<li> |
|
|
<img class="pic" :src="modules[20].form.pic" alt=""> |
|
|
<h6>{{ modules[20].form.title }}</h6> |
|
|
<p class="des">{{ modules[20].form.des }}</p> |
|
|
<div class="cover" @click="toSet(20)">点击更改图片、标题概述与链接</div> |
|
|
</li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="block"> |
|
|
<div class="inner"> |
|
|
<div class="c-wrap"> |
|
|
<h2 class="b-title">{{ modules[21].form.title }}</h2> |
|
|
<p class="intro">{{ modules[21].form.des }}</p> |
|
|
<div class="cover" @click="toSet(21)">点击更换标题与描述</div> |
|
|
</div> |
|
|
<div class="staff"> |
|
|
<div class="left"> |
|
|
<h6>{{ modules[22].form.title }}</h6> |
|
|
<div class="des">{{ modules[22].form.des }}</div> |
|
|
</div> |
|
|
<img class="pic" :src="modules[22].form.pic" alt=""> |
|
|
<div class="cover" @click="toSet(22)">点击更改图片、标题概述与链接</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<Module ref="module" :data.sync="curData" :visible.sync="diaVisible" @moduleSubmit="moduleSubmit" /> |
|
|
</div> |
|
|
</template> |
|
|
|
|
|
<script> |
|
|
import mixins from '@/mixins/page' |
|
|
export default { |
|
|
mixins: [mixins], |
|
|
data() { |
|
|
return { |
|
|
modules: [ |
|
|
{ |
|
|
type: 'banner', |
|
|
list: [ |
|
|
{ |
|
|
pic: require('@/assets/images/about/1.png'), |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
isEnable: 1 |
|
|
} |
|
|
] |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'upload', |
|
|
prop: 'pic', |
|
|
label: '图片', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'subTitle', |
|
|
label: '小标题' |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '描述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
pic: require('@/assets/images/about/2.png'), |
|
|
title: 'Our History', |
|
|
subTitle: 'Throughout the world, most of the top science and technology innovation centers are distributed', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: `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.` |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Our Values', |
|
|
des: 'What makes a light chaser' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述', |
|
|
required: true |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Integrity', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: '2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述', |
|
|
required: true |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Adventure', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: '2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述', |
|
|
required: true |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Serve', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: '2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述', |
|
|
required: true |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Focus on Future', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: '2021 is another challenging year for the Institute of Advanced Science Facilities, Shenzhen…' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Facts', |
|
|
des: 'Strength in numbers' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: '2020', |
|
|
des: 'The year IASF was founded' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: '2', |
|
|
des: 'Facility projects' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: '240', |
|
|
des: 'Employees' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: '10', |
|
|
des: 'Academicians' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: '45%', |
|
|
des: 'Hold doctorates or the highest degree in their field' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: '$32B+', |
|
|
des: 'Facility construction need-based grant aid provided ' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'upload', |
|
|
prop: 'pic', |
|
|
label: '图片', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '描述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
pic: require('@/assets/images/about/5.png'), |
|
|
title: 'Strategic Plan', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: 'IASF is driven to serve the Science and industry, and solve grand challenges through research and innovation. We are open and creative, pursuing scientific management and decision-making.' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Govening Board & Leadership', |
|
|
des: 'What makes a ligh chinese bay chaser' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'introduce', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'upload', |
|
|
prop: 'pic', |
|
|
label: '图片', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'subTitle', |
|
|
label: '小标题' |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '描述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
pic: '', |
|
|
title: '', |
|
|
subTitle: '', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: '', |
|
|
isEnable: 1 |
|
|
}, |
|
|
list: [ |
|
|
{ |
|
|
pic: require('@/assets/images/about/6.png'), |
|
|
title: 'Sun Dongbai', |
|
|
subTitle: 'Founder and 1st PRESIDENT OF THE INSTITUTE OF ADVANCED SCIENCE FACILITIES, SHENZHEN', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
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', |
|
|
isEnable: 1 |
|
|
}, |
|
|
{ |
|
|
pic: require('@/assets/images/about/7.png'), |
|
|
title: 'Yang Xueming', |
|
|
subTitle: 'Vice President of the Institute of Advanced Scienc, Shenzhen', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
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', |
|
|
isEnable: 1 |
|
|
}, |
|
|
{ |
|
|
pic: require('@/assets/images/about/8.png'), |
|
|
title: 'Ulf KALSSON', |
|
|
subTitle: 'The Chairman of Science and Technology Advisory Committee', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
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', |
|
|
isEnable: 1 |
|
|
} |
|
|
] |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Committees', |
|
|
des: 'What makes a ligh chinese bay chaser' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'upload', |
|
|
prop: 'pic', |
|
|
label: '图片', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '描述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
pic: require('@/assets/images/about/9.png'), |
|
|
title: 'Science and Technology', |
|
|
subTitle: '', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: 'installation and nanostructuring' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'upload', |
|
|
prop: 'pic', |
|
|
label: '图片', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '描述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
pic: require('@/assets/images/about/10.png'), |
|
|
title: 'User Committee', |
|
|
subTitle: '', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: 'installation and nanostructuring' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'upload', |
|
|
prop: 'pic', |
|
|
label: '图片', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '描述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
pic: require('@/assets/images/about/11.png'), |
|
|
title: 'Industry Advancement Committee', |
|
|
subTitle: '', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
des: 'installation and nanostructuring' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '概述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
title: 'Staff & Organization Chart', |
|
|
des: 'Meet the light chaser' |
|
|
} |
|
|
}, |
|
|
{ |
|
|
type: 'form', |
|
|
forms: [ |
|
|
{ |
|
|
type: 'upload', |
|
|
prop: 'pic', |
|
|
label: '图片', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'input', |
|
|
prop: 'title', |
|
|
label: '标题', |
|
|
required: true |
|
|
}, |
|
|
{ |
|
|
type: 'link', |
|
|
prop: 'link', |
|
|
label: '链接' |
|
|
}, |
|
|
{ |
|
|
type: 'textarea', |
|
|
prop: 'des', |
|
|
label: '描述' |
|
|
} |
|
|
], |
|
|
form: { |
|
|
pic: require('@/assets/images/about/12.png'), |
|
|
title: 'Throughout the world, most of the top science and technology innovation centers are distributed', |
|
|
subTitle: '', |
|
|
link: { |
|
|
linkName: '无', |
|
|
connectionType: 1, |
|
|
columnId: [], |
|
|
articleId: '', |
|
|
linkAddress : '', |
|
|
site: '', |
|
|
otherColumnId: [], |
|
|
otherArticleId: '', |
|
|
isOpen: 1 |
|
|
}, |
|
|
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.' |
|
|
} |
|
|
}, |
|
|
], |
|
|
} |
|
|
}, |
|
|
mounted() { |
|
|
|
|
|
}, |
|
|
methods: { |
|
|
|
|
|
} |
|
|
}; |
|
|
</script> |
|
|
|
|
|
<style lang="scss" scoped> |
|
|
@import "../../../styles/page/page.scss"; |
|
|
.history { |
|
|
h2 { |
|
|
font-size: 30px; |
|
|
color: #333; |
|
|
} |
|
|
.texts { |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
padding: 82px 57px 30px; |
|
|
margin-top: 20px; |
|
|
background-color: #fff; |
|
|
border-radius: 100px 0px 0px 0px; |
|
|
} |
|
|
.left { |
|
|
width: 695px; |
|
|
} |
|
|
.line { |
|
|
width: 136px; |
|
|
height: 2px; |
|
|
margin: 20px 0; |
|
|
background: #D7D7D7; |
|
|
} |
|
|
.des { |
|
|
font-size: 22px; |
|
|
color: #181818; |
|
|
line-height: 31px; |
|
|
} |
|
|
.bg { |
|
|
margin: -122px 0 0 0; |
|
|
} |
|
|
} |
|
|
.card { |
|
|
display: flex; |
|
|
flex-wrap: wrap; |
|
|
li { |
|
|
position: relative; |
|
|
width: 686px; |
|
|
height: 277px; |
|
|
padding: 70px 67px 20px; |
|
|
margin-bottom: 28px; |
|
|
color: #fff; |
|
|
&:nth-child(odd) { |
|
|
margin-right: 28px; |
|
|
} |
|
|
} |
|
|
.item1 { |
|
|
background: url(../../../assets/images/about/3.png) 0 0/100% 100% no-repeat; |
|
|
} |
|
|
.item2 { |
|
|
background-color: #4984B6; |
|
|
} |
|
|
.item3 { |
|
|
background-color: #567180; |
|
|
} |
|
|
.item4 { |
|
|
background: url(../../../assets/images/about/4.png) 0 0/100% 100% no-repeat; |
|
|
} |
|
|
h6 { |
|
|
margin-bottom: 10px; |
|
|
font-size: 40px; |
|
|
} |
|
|
.des { |
|
|
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 { |
|
|
position: relative; |
|
|
li { |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
margin-bottom: 126px; |
|
|
&:nth-child(even) { |
|
|
flex-direction: row-reverse; |
|
|
} |
|
|
} |
|
|
.pic { |
|
|
width: 660px; |
|
|
height: 465px; |
|
|
} |
|
|
.texts { |
|
|
width: 680px; |
|
|
padding-top: 90px; |
|
|
} |
|
|
h6 { |
|
|
margin: 20px 0; |
|
|
font-size: 40px; |
|
|
} |
|
|
.sub { |
|
|
font-size: 20px; |
|
|
color: #020202; |
|
|
} |
|
|
.des { |
|
|
font-size: 18px; |
|
|
color: #020202; |
|
|
line-height: 30px; |
|
|
} |
|
|
} |
|
|
.list-block { |
|
|
.inner { |
|
|
width: 80%; |
|
|
padding: 90px 0; |
|
|
background-color: #fff; |
|
|
} |
|
|
} |
|
|
.list { |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
li { |
|
|
position: relative; |
|
|
width: calc((100% - 100px) / 3); |
|
|
padding-bottom: 30px; |
|
|
margin-right: 28px; |
|
|
text-align: center; |
|
|
background-color: #F5F5F5; |
|
|
&:last-child { |
|
|
margin-right: 0; |
|
|
} |
|
|
} |
|
|
.pic { |
|
|
width: 100%; |
|
|
height: 353px; |
|
|
} |
|
|
h6 { |
|
|
margin: 35px 0 5px; |
|
|
font-size: 24px; |
|
|
color: #272727; |
|
|
} |
|
|
.des { |
|
|
font-size: 16px; |
|
|
color: #757575; |
|
|
} |
|
|
} |
|
|
.staff { |
|
|
position: relative; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
background: #F8F8F8; |
|
|
.left { |
|
|
width: 658px; |
|
|
margin: 50px 0 0 46px; |
|
|
} |
|
|
h6 { |
|
|
margin-bottom: 30px; |
|
|
font-size: 30px; |
|
|
color: #333; |
|
|
} |
|
|
.des { |
|
|
font-size: 20px; |
|
|
color: #333; |
|
|
line-height: 34px; |
|
|
} |
|
|
.pic { |
|
|
width: 650px; |
|
|
} |
|
|
} |
|
|
.stat { |
|
|
display: flex; |
|
|
justify-content: space-around; |
|
|
flex-wrap: wrap; |
|
|
margin-top: 60px; |
|
|
li { |
|
|
position: relative; |
|
|
width: 30%; |
|
|
margin-bottom: 50px; |
|
|
} |
|
|
.num { |
|
|
margin-bottom: 10px; |
|
|
font-size: 60px; |
|
|
font-weight: 800; |
|
|
color: #035CE1; |
|
|
line-height: 49px; |
|
|
} |
|
|
.text { |
|
|
font-size: 24px; |
|
|
} |
|
|
} |
|
|
</style> |