全站替换成鸿蒙字体,去掉其他字体

master
yujialong 4 months ago
parent 24999a984c
commit 3ecdb1d325
  1. 8
      package-lock.json
  2. 2
      package.json
  3. 2
      src/pages/about/index.vue
  4. 771
      src/pages/aboutNew/index.vue
  5. 1
      src/pages/application/index.vue
  6. 241
      src/pages/article/activity.vue
  7. 4
      src/pages/article/editor.css
  8. 1
      src/pages/article/index.vue
  9. 3
      src/pages/column/index.vue
  10. 153
      src/pages/contactUs/index.vue
  11. 179
      src/pages/devHistory/index.vue
  12. 30
      src/pages/iasf/index.vue
  13. 1929
      src/pages/research/index.vue
  14. 1914
      src/pages/researchNew/index.vue
  15. 324
      src/pages/researchTeam/index.vue
  16. 645
      src/pages/science/index.vue
  17. 476
      src/pages/scientific/index.vue
  18. 3796
      src/pages/sfel/index.vue
  19. 3340
      src/pages/sfelNew/index.vue
  20. 114
      src/pages/speech/index.vue
  21. 1050
      src/pages/talent/index.vue
  22. 339
      src/pages/talentCentre/index.vue
  23. 134
      src/pages/team/index.vue
  24. 921
      src/pages/userSharing/index.vue
  25. 4
      src/setting.js
  26. 40
      src/styles/common.scss
  27. BIN
      src/styles/font/HarmonyOS_SansSC_Light.ttf
  28. BIN
      src/styles/font/HarmonyOS_Sans_Regular.ttf
  29. BIN
      src/styles/font/PingFang-Regular.otf
  30. BIN
      src/styles/font/PingFangSC-Medium.otf
  31. BIN
      src/styles/font/PingFangTC-Semibold.ttf
  32. BIN
      src/styles/font/ProximaNova-Regular.otf
  33. BIN
      src/styles/font/SF-Pro-Display-Bold.otf
  34. BIN
      src/styles/font/SF-Pro-Display-Regular.otf
  35. BIN
      src/styles/font/SourceHanSansCN-VF-2.otf
  36. BIN
      src/styles/font/toppan.otf
  37. 2
      src/styles/layout/index.scss
  38. 2
      src/styles/lib/_style.scss
  39. 4
      src/styles/page/page.scss

8
package-lock.json generated

@ -1,5 +1,5 @@
{ {
"name": "vue-manage-system", "name": "iasf",
"version": "4.2.0", "version": "4.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
@ -10268,9 +10268,9 @@
} }
}, },
"pinyin-pro": { "pinyin-pro": {
"version": "3.15.1", "version": "3.23.1",
"resolved": "https://registry.npmjs.org/pinyin-pro/-/pinyin-pro-3.15.1.tgz", "resolved": "https://registry.npmjs.org/pinyin-pro/-/pinyin-pro-3.23.1.tgz",
"integrity": "sha512-xG5gR/HkwEt39mLCAOTVlI6loYwmXvmx4iX6npBJ43GnyGu6EOjY/ukJBivvYObPKocwQ+4dc05cGOkk2hPdjw==" "integrity": "sha512-fA345e5Zj+oAemjPKN9BpbTToUrq3J6ZVKEXpiCNNftFQahr4cKsBNnpGWR154WSOP3PgqlsaNgKklD8FlZvSw=="
}, },
"pkg-dir": { "pkg-dir": {
"version": "4.2.0", "version": "4.2.0",

@ -22,7 +22,7 @@
"lru-cache": "^7.14.1", "lru-cache": "^7.14.1",
"mavon-editor": "^2.9.1", "mavon-editor": "^2.9.1",
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"pinyin-pro": "^3.15.1", "pinyin-pro": "^3.23.1",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-animate-number": "^0.4.2", "vue-animate-number": "^0.4.2",
"vue-cropperjs": "^3.0.0", "vue-cropperjs": "^3.0.0",

@ -368,7 +368,6 @@ export default {
h6 { h6 {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 2.28rem; font-size: 2.28rem;
font-family: toppan;
} }
.des { .des {
font-size: 1.024rem; font-size: 1.024rem;
@ -545,7 +544,6 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 2.7rem; font-size: 2.7rem;
font-weight: 800; font-weight: 800;
font-family: toppan;
color: #035ce1; color: #035ce1;
line-height: 2.45rem; line-height: 2.45rem;
} }

@ -1,17 +1,12 @@
<template> <template>
<div class="wrap" <div class="wrap" v-if="modules.length >= 1">
v-if="modules.length>=1"> <el-carousel height="24rem" :interval="6000"
<el-carousel height="24rem" :arrow="(modules[0] && modules[0].list.filter(e => e.isEnable).length > 1) ? 'hover' : 'never'"
:interval="6000" :indicator-position="modules[0].list.filter(e => e.isEnable).length > 1 ? '' : 'none'">
:arrow="(modules[0] && modules[0].list.filter(e => e.isEnable).length > 1) ? 'hover' : 'never'"
:indicator-position="modules[0].list.filter(e => e.isEnable).length > 1 ? '' : 'none'">
<template v-for="(item, i) in modules[0].list"> <template v-for="(item, i) in modules[0].list">
<el-carousel-item v-if="item.pic && item.isEnable" <el-carousel-item v-if="item.pic && item.isEnable" :key="i">
:key="i"> <div :class="['banner-item', { 'cursor-pointer': isLink(item.link.linkName) }]" @click="openLink(item)">
<div :class="['banner-item', {'cursor-pointer': isLink(item.link.linkName)}]" <img :src="item.pic" alt="">
@click="openLink(item)">
<img :src="item.pic"
alt="">
<p class="banner-name">{{ item.title }}</p> <p class="banner-name">{{ item.title }}</p>
</div> </div>
</el-carousel-item> </el-carousel-item>
@ -19,20 +14,16 @@
</el-carousel> </el-carousel>
<div class="block history gray"> <div class="block history gray">
<div :class="['inner', {'cursor-pointer': isLink(modules[1].form.link.linkName)}]" <div :class="['inner', { 'cursor-pointer': isLink(modules[1].form.link.linkName) }]"
@click="openLink(modules[1].form)"> @click="openLink(modules[1].form)">
<h2 class="wow fadeInLeft" <h2 class="wow fadeInLeft" style="margin-left: 3.56rem">{{ modules[1].form.title }}</h2>
style="margin-left: 3.56rem">{{ modules[1].form.title }}</h2> <div class="texts wow fadeInDown" data-wow-delay="0.5s">
<div class="texts wow fadeInDown"
data-wow-delay="0.5s">
<div class="left"> <div class="left">
<h2>{{ modules[1].form.subTitle }}</h2> <h2>{{ modules[1].form.subTitle }}</h2>
<div class="line"></div> <div class="line"></div>
<div class="des">{{ modules[1].form.des }}</div> <div class="des">{{ modules[1].form.des }}</div>
</div> </div>
<img class="bg" <img class="bg" :src="modules[1].form.pic" alt="">
:src="modules[1].form.pic"
alt="">
</div> </div>
</div> </div>
</div> </div>
@ -40,36 +31,29 @@
<div class="block gray"> <div class="block gray">
<div class="inner"> <div class="inner">
<h2 class="b-title wow fadeInUp">{{ modules[7].form.title }}</h2> <h2 class="b-title wow fadeInUp">{{ modules[7].form.title }}</h2>
<p class="intro wow fadeInUp" <p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[7].form.des }}</p>
data-wow-delay="0.5s">{{ modules[7].form.des }}</p>
<ul class="stat"> <ul class="stat">
<li class="wow fadeInLeft" <li class="wow fadeInLeft" data-wow-delay="0.2s">
data-wow-delay="0.2s">
<p class="num">{{ modules[8].form.title }}</p> <p class="num">{{ modules[8].form.title }}</p>
<p class="text">{{ modules[8].form.des }}</p> <p class="text">{{ modules[8].form.des }}</p>
</li> </li>
<li class="wow fadeInLeft" <li class="wow fadeInLeft" data-wow-delay="0.4s">
data-wow-delay="0.4s">
<p class="num">{{ modules[9].form.title }}</p> <p class="num">{{ modules[9].form.title }}</p>
<p class="text">{{ modules[9].form.des }}</p> <p class="text">{{ modules[9].form.des }}</p>
</li> </li>
<li class="wow fadeInLeft" <li class="wow fadeInLeft" data-wow-delay="0.6s">
data-wow-delay="0.6s">
<p class="num">{{ modules[10].form.title }}</p> <p class="num">{{ modules[10].form.title }}</p>
<p class="text">{{ modules[10].form.des }}</p> <p class="text">{{ modules[10].form.des }}</p>
</li> </li>
<li class="wow fadeInLeft" <li class="wow fadeInLeft" data-wow-delay="0.9s">
data-wow-delay="0.9s">
<p class="num">{{ modules[11].form.title }}</p> <p class="num">{{ modules[11].form.title }}</p>
<p class="text">{{ modules[11].form.des }}</p> <p class="text">{{ modules[11].form.des }}</p>
</li> </li>
<li class="wow fadeInLeft" <li class="wow fadeInLeft" data-wow-delay="1.1s">
data-wow-delay="1.1s">
<p class="num">{{ modules[12].form.title }}</p> <p class="num">{{ modules[12].form.title }}</p>
<p class="text">{{ modules[12].form.des }}</p> <p class="text">{{ modules[12].form.des }}</p>
</li> </li>
<li class="wow fadeInLeft" <li class="wow fadeInLeft" data-wow-delay="1.3s">
data-wow-delay="1.3s">
<p class="num">{{ modules[13].form.title }}</p> <p class="num">{{ modules[13].form.title }}</p>
<p class="text">{{ modules[13].form.des }}</p> <p class="text">{{ modules[13].form.des }}</p>
</li> </li>
@ -78,16 +62,13 @@
</div> </div>
<div class="plan"> <div class="plan">
<div :class="['inner', {'cursor-pointer': isLink(modules[14].form.link.linkName)}]" <div :class="['inner', { 'cursor-pointer': isLink(modules[14].form.link.linkName) }]"
@click="openLink(modules[14].form)"> @click="openLink(modules[14].form)">
<img class="pic wow fadeInLeft" <img class="pic wow fadeInLeft" :src="modules[14].form.pic" alt="">
:src="modules[14].form.pic"
alt="">
<div class="texts wow fadeInRight"> <div class="texts wow fadeInRight">
<h6>{{ modules[14].form.title }}</h6> <h6>{{ modules[14].form.title }}</h6>
<div class="des">{{ modules[14].form.des }}</div> <div class="des">{{ modules[14].form.des }}</div>
<img src="@/assets/images/arrow-white.png" <img src="@/assets/images/arrow-white.png" alt="">
alt="">
</div> </div>
</div> </div>
</div> </div>
@ -95,25 +76,17 @@
<div class="block"> <div class="block">
<div class="inner"> <div class="inner">
<h2 class="b-title wow fadeInUp hide-bd">{{ modules[15].form.title }}</h2> <h2 class="b-title wow fadeInUp hide-bd">{{ modules[15].form.title }}</h2>
<p class="intro wow fadeInUp" <p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[15].form.des }}</p>
data-wow-delay="0.5s">{{ modules[15].form.des }}</p>
<ul class="people"> <ul class="people">
<template v-for="(item, i) in modules[16].list"> <template v-for="(item, i) in modules[16].list">
<li v-if="item.isEnable" <li v-if="item.isEnable" :key="i" class="wow fadeInDown" data-wow-delay="0.5s">
:key="i" <img class="pic" :src="item.pic" alt="">
class="wow fadeInDown"
data-wow-delay="0.5s">
<img class="pic"
:src="item.pic"
alt="">
<div class="texts"> <div class="texts">
<p class="sub">{{ item.subTitle }}</p> <p class="sub">{{ item.subTitle }}</p>
<h6>{{ item.title }}</h6> <h6>{{ item.title }}</h6>
<p class="des">{{ item.des }}</p> <p class="des">{{ item.des }}</p>
<img :class="{'arrow': isLink(item.link.linkName)}" <img :class="{ 'arrow': isLink(item.link.linkName) }" src="@/assets/images/arrow.png" alt=""
src="@/assets/images/arrow.png" @click="openLink(item)">
alt=""
@click="openLink(item)">
</div> </div>
</li> </li>
</template> </template>
@ -124,36 +97,23 @@
<div class="block list-block gray"> <div class="block list-block gray">
<div class="inner"> <div class="inner">
<h2 class="b-title wow fadeInUp">{{ modules[17].form.title }}</h2> <h2 class="b-title wow fadeInUp">{{ modules[17].form.title }}</h2>
<p class="intro wow fadeInUp" <p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[17].form.des }}</p>
data-wow-delay="0.5s">{{ modules[17].form.des }}</p>
<ul class="list"> <ul class="list">
<li class="wow fadeInDown" <li class="wow fadeInDown" data-wow-delay="0.6s"
data-wow-delay="0.6s" :class="{ 'cursor-pointer': isLink(modules[18].form.link.linkName) }" @click="openLink(modules[18].form)">
:class="{'cursor-pointer': isLink(modules[18].form.link.linkName)}" <img class="pic" :src="modules[18].form.pic" alt="">
@click="openLink(modules[18].form)">
<img class="pic"
:src="modules[18].form.pic"
alt="">
<h6>{{ modules[18].form.title }}</h6> <h6>{{ modules[18].form.title }}</h6>
<p class="des">{{ modules[18].form.des }}</p> <p class="des">{{ modules[18].form.des }}</p>
</li> </li>
<li class="wow fadeInDown" <li class="wow fadeInDown" data-wow-delay="0.8s"
data-wow-delay="0.8s" :class="{ 'cursor-pointer': isLink(modules[19].form.link.linkName) }" @click="openLink(modules[19].form)">
:class="{'cursor-pointer': isLink(modules[19].form.link.linkName)}" <img class="pic" :src="modules[19].form.pic" alt="">
@click="openLink(modules[19].form)">
<img class="pic"
:src="modules[19].form.pic"
alt="">
<h6>{{ modules[19].form.title }}</h6> <h6>{{ modules[19].form.title }}</h6>
<p class="des">{{ modules[19].form.des }}</p> <p class="des">{{ modules[19].form.des }}</p>
</li> </li>
<li class="wow fadeInDown" <li class="wow fadeInDown" data-wow-delay="1s"
data-wow-delay="1s" :class="{ 'cursor-pointer': isLink(modules[20].form.link.linkName) }" @click="openLink(modules[20].form)">
:class="{'cursor-pointer': isLink(modules[20].form.link.linkName)}" <img class="pic" :src="modules[20].form.pic" alt="">
@click="openLink(modules[20].form)">
<img class="pic"
:src="modules[20].form.pic"
alt="">
<h6>{{ modules[20].form.title }}</h6> <h6>{{ modules[20].form.title }}</h6>
<p class="des">{{ modules[20].form.des }}</p> <p class="des">{{ modules[20].form.des }}</p>
</li> </li>
@ -164,18 +124,14 @@
<div class="block"> <div class="block">
<div class="inner staff-inner"> <div class="inner staff-inner">
<h2 class="b-title wow fadeInUp hide-bd">{{ modules[21].form.title }}</h2> <h2 class="b-title wow fadeInUp hide-bd">{{ modules[21].form.title }}</h2>
<p class="intro wow fadeInUp" <p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[21].form.des }}</p>
data-wow-delay="0.5s">{{ modules[21].form.des }}</p> <div :class="['staff wow fadeInDown', { 'cursor-pointer': isLink(modules[22].form.link.linkName) }]"
<div :class="['staff wow fadeInDown', {'cursor-pointer': isLink(modules[22].form.link.linkName)}]" data-wow-delay="0.7s" @click="openLink(modules[22].form)">
data-wow-delay="0.7s"
@click="openLink(modules[22].form)">
<div class="left"> <div class="left">
<h6>{{ modules[22].form.title }}</h6> <h6>{{ modules[22].form.title }}</h6>
<div class="des">{{ modules[22].form.des }}</div> <div class="des">{{ modules[22].form.des }}</div>
</div> </div>
<img class="pic" <img class="pic" :src="modules[22].form.pic" alt="">
:src="modules[22].form.pic"
alt="">
</div> </div>
</div> </div>
</div> </div>
@ -219,333 +175,402 @@ 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';
.banner-item { .banner-item {
.banner-name { .banner-name {
font-size: 2.16rem; font-size: 2.16rem;
} }
} }
.history { .history {
h2 { h2 {
font-size: 2.14rem; font-size: 2.14rem;
color: #333; color: #333;
} }
.texts {
display: flex; .texts {
justify-content: space-between; display: flex;
padding: 5rem 3.5rem 1.8rem; justify-content: space-between;
margin-top: 20px; padding: 5rem 3.5rem 1.8rem;
background-color: #fff; margin-top: 20px;
border-radius: 6.25rem 0px 0px 0px; background-color: #fff;
transition: 0.3s; border-radius: 6.25rem 0px 0px 0px;
&:hover { transition: 0.3s;
transform: scale(1.05);
} &:hover {
} transform: scale(1.05);
.left {
width: 43.4375rem;
}
.line {
width: 8.5rem;
height: 2px;
margin: 1.25rem 0;
background: #d7d7d7;
}
.des {
font-size: 1.57rem;
color: #181818;
line-height: 31px;
-webkit-line-clamp: 6;
}
.bg {
width: 562px;
height: 506px;
margin: -122px 0 0 0;
border-top-right-radius: 40px;
object-fit: cover;
} }
}
.left {
width: 43.4375rem;
}
.line {
width: 8.5rem;
height: 2px;
margin: 1.25rem 0;
background: #d7d7d7;
}
.des {
font-size: 1.57rem;
color: #181818;
line-height: 31px;
-webkit-line-clamp: 6;
}
.bg {
width: 562px;
height: 506px;
margin: -122px 0 0 0;
border-top-right-radius: 40px;
object-fit: cover;
}
} }
.card { .card {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
li {
width: calc((100% - 28px) / 2); li {
// height: 13.85rem; width: calc((100% - 28px) / 2);
padding: 3.5rem 3.344rem; // height: 13.85rem;
margin-bottom: 1.4rem; padding: 3.5rem 3.344rem;
color: #fff; margin-bottom: 1.4rem;
transition: 0.3s; color: #fff;
&:hover { transition: 0.3s;
transform: scale(1.05);
} &:hover {
&:nth-child(odd) { transform: scale(1.05);
margin-right: 1.75rem;
}
}
.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: 2.28rem;
font-family: toppan;
} }
.des {
font-size: 1.024rem; &:nth-child(odd) {
margin-right: 1.75rem;
} }
}
.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: 2.28rem;
}
.des {
font-size: 1.024rem;
}
} }
.plan { .plan {
padding: 3.65rem 0; padding: 3.65rem 0;
background: #072947; background: #072947;
.inner {
display: flex; .inner {
justify-content: space-between; display: flex;
} justify-content: space-between;
.pic { }
width: 33.2rem;
height: 24.4rem; .pic {
margin-bottom: -4.8rem; width: 33.2rem;
transition: 0.3s; height: 24.4rem;
object-fit: cover; margin-bottom: -4.8rem;
&:hover { transition: 0.3s;
transform: scale(1.05); object-fit: cover;
}
} &:hover {
.texts { transform: scale(1.05);
width: 51%;
margin-top: 4.25rem;
color: #fff;
transition: 0.3s;
&:hover {
transform: translateY(20px);
}
img {
width: 3.5rem;
height: 3.5rem;
}
} }
h6 { }
font-size: 2.056rem;
.texts {
width: 51%;
margin-top: 4.25rem;
color: #fff;
transition: 0.3s;
&:hover {
transform: translateY(20px);
} }
.des {
margin: 2rem 0; img {
font-size: 1.1424rem; width: 3.5rem;
height: 3.5rem;
} }
}
h6 {
font-size: 2.056rem;
}
.des {
margin: 2rem 0;
font-size: 1.1424rem;
}
} }
.people { .people {
li { li {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-bottom: 6.296rem; margin-bottom: 6.296rem;
transition: 0.3s; transition: 0.3s;
&:hover {
transform: scale(1.05); &:hover {
} transform: scale(1.05);
&:nth-child(even) {
flex-direction: row-reverse;
}
}
.pic {
width: 47%;
height: auto;
object-fit: cover;
}
.texts {
width: 49%;
padding-top: 4.45rem;
}
h6 {
margin: 1rem 0;
font-size: 2.28rem;
font-weight: 600;
}
.sub {
font-size: 1.1424rem;
color: #020202;
}
.des {
font-size: 1.024rem;
color: #020202;
line-height: 30px;
} }
.arrow {
height: 3.7rem; &:nth-child(even) {
width: 3.7rem; flex-direction: row-reverse;
} }
}
.pic {
width: 47%;
height: auto;
object-fit: cover;
}
.texts {
width: 49%;
padding-top: 4.45rem;
}
h6 {
margin: 1rem 0;
font-size: 2.28rem;
font-weight: 600;
}
.sub {
font-size: 1.1424rem;
color: #020202;
}
.des {
font-size: 1.024rem;
color: #020202;
line-height: 30px;
}
.arrow {
height: 3.7rem;
width: 3.7rem;
}
} }
.list-block { .list-block {
.inner { .inner {
padding: 5.625rem 0; padding: 5.625rem 0;
background-color: #fff; background-color: #fff;
} }
} }
.list { .list {
display: flex; display: flex;
justify-content: center; justify-content: center;
li {
flex: 1; li {
padding-bottom: 1.875rem; flex: 1;
margin-right: 1.75rem; padding-bottom: 1.875rem;
text-align: center; margin-right: 1.75rem;
background-color: #f5f5f5; text-align: center;
transition: 0.3s; background-color: #f5f5f5;
&:hover { transition: 0.3s;
background-color: #1f5793;
h6, &:hover {
.des { background-color: #1f5793;
color: #fff;
} h6,
} .des {
&:last-child { color: #fff;
margin-right: 0; }
}
}
.pic {
width: 100%;
}
h6 {
margin: 1.75rem 0 5px;
font-size: 1.368rem;
color: #272727;
transition: 0.3s;
} }
.des {
font-size: 0.912rem; &:last-child {
color: #757575; margin-right: 0;
transition: 0.3s;
} }
}
.pic {
width: 100%;
}
h6 {
margin: 1.75rem 0 5px;
font-size: 1.368rem;
color: #272727;
transition: 0.3s;
}
.des {
font-size: 0.912rem;
color: #757575;
transition: 0.3s;
}
} }
.staff { .staff {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
background: #f8f8f8; background: #f8f8f8;
transition: 0.3s; transition: 0.3s;
&:hover {
transform: scale(1.05); &:hover {
background-color: #165191; transform: scale(1.05);
h6, background-color: #165191;
.des {
color: #fff; h6,
} .des {
color: #fff;
} }
.staff-inner { }
width: 98rem;
.staff-inner {
width: 98rem;
}
.left {
width: 50%;
padding: 5.4rem 2.15rem 0 2.3rem;
}
h6 {
margin-bottom: 1.5rem;
font-size: 1.712rem;
color: #333;
transition: 0.3s;
@include mul-ellipsis(3);
}
.des {
font-size: 1.42rem;
color: #333;
line-height: 1.94rem;
transition: 0.3s;
}
.pic {
width: 53%;
height: auto;
object-fit: cover;
}
}
.stat {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
margin-top: 3rem;
li {
width: 27%;
margin-bottom: 2.5rem;
}
.num {
margin-bottom: 10px;
font-size: 2.7rem;
font-weight: 800;
color: #035ce1;
line-height: 2.45rem;
}
.text {
font-size: 1.08rem;
}
}
@media (max-width: 1200px) {
.hide-bd:after {
display: none;
}
.history {
.texts {
flex-direction: column;
padding-left: 30px;
padding-right: 30px;
} }
.left { .left {
width: 50%; width: 100%;
padding: 5.4rem 2.15rem 0 2.3rem; margin-right: 0;
}
h6 {
margin-bottom: 1.5rem;
font-size: 1.712rem;
color: #333;
transition: 0.3s;
@include mul-ellipsis(3);
} }
.des {
font-size: 1.42rem; .bg {
color: #333; width: 100%;
line-height: 1.94rem; height: auto;
transition: 0.3s; margin-top: 20px;
}
.pic {
width: 53%;
height: auto;
object-fit: cover;
} }
} }
.stat {
display: flex; .stat {
justify-content: space-around;
flex-wrap: wrap;
margin-top: 3rem;
li { li {
width: 27%; width: 35%;
margin-bottom: 2.5rem;
}
.num {
margin-bottom: 10px;
font-size: 2.7rem;
font-weight: 800;
font-family: toppan;
color: #035ce1;
line-height: 2.45rem;
} }
.text { }
font-size: 1.08rem;
.plan {
.inner {
flex-direction: column;
} }
}
@media (max-width: 1200px) { .pic {
.hide-bd:after { width: 100%;
display: none; height: auto;
margin-bottom: 0;
} }
.history {
.texts { .texts {
flex-direction: column; width: 100%;
padding-left: 30px;
padding-right: 30px;
}
.left {
width: 100%;
margin-right: 0;
}
.bg {
width: 100%;
height: auto;
margin-top: 20px;
}
} }
.stat { }
li {
width: 35%; .people {
} li {
flex-direction: column !important;
} }
.plan {
.inner { .pic,
flex-direction: column; .texts {
} width: 100%;
.pic {
width: 100%;
height: auto;
margin-bottom: 0;
}
.texts {
width: 100%;
}
} }
.people { }
li {
flex-direction: column !important; .list {
} flex-direction: column;
.pic,
.texts { li {
width: 100%; margin-right: 0;
}
} }
.list { }
flex-direction: column;
li { .staff {
margin-right: 0; flex-direction: column;
}
.left {
width: 100%;
margin-bottom: 20px;
} }
.staff {
flex-direction: column; .pic {
.left { width: 100%;
width: 100%;
margin-bottom: 20px;
}
.pic {
width: 100%;
}
} }
}
} }
</style> </style>

@ -316,7 +316,6 @@ export default {
align-items: center; align-items: center;
height: 6.43rem; height: 6.43rem;
font-size: 1.44rem; font-size: 1.44rem;
font-family: SFProDisplay-Bold, SFProDisplay;
font-weight: bold; font-weight: bold;
line-height: 6.43rem; line-height: 6.43rem;
text-align: center; text-align: center;

@ -1,42 +1,32 @@
<template> <template>
<div class="wrap"> <div class="wrap">
<div v-if="form.bannerImg" <div v-if="form.bannerImg" class="banner"
class="banner" :style="{ backgroundImage: form.bannerImg ? ('url(' + form.bannerImg + ')') : '' }">
:style="{backgroundImage: form.bannerImg ? ('url(' + form.bannerImg + ')') : ''}">
{{ form.columnName }} {{ form.columnName }}
</div> </div>
<div class="content"> <div class="content">
<Breadcrumb ref="breadcrumb" <Breadcrumb ref="breadcrumb" :data.sync="routes" />
:data.sync="routes" />
<div class="article"> <div class="article">
<div class="left"> <div class="left">
<h2>{{ form.title }}</h2> <h2>{{ form.title }}</h2>
<div class="meta">{{$t('column.time')}}{{ form.activityStartTime }}</div> <div class="meta">{{ $t('column.time') }}{{ form.activityStartTime }}</div>
<div v-if="form.offlineLocation" <div v-if="form.offlineLocation" class="meta">{{ $t('column.address') }}{{ form.offlineLocation }}</div>
class="meta">{{$t('column.address')}}{{ form.offlineLocation }}</div> <div v-if="form.onlineLocation" class="meta">{{ $t('column.online') }}{{ form.onlineLocation }}</div>
<div v-if="form.onlineLocation" <div v-if="form.offlineLocation" class="meta">{{ $t('column.offline') }}{{ form.offlineLocation }}</div>
class="meta">{{$t('column.online')}}{{ form.onlineLocation }}</div> <div v-if="form.keynoteSpeaker" class="meta">{{ $t('column.speaker') }}{{ form.keynoteSpeaker }}</div>
<div v-if="form.offlineLocation" <div v-if="form.lectureSeries" class="meta">{{ $t('column.series') }}{{ form.lectureSeries }}</div>
class="meta">{{$t('column.offline')}}{{ form.offlineLocation }}</div>
<div v-if="form.keynoteSpeaker" <h6>{{ $t('column.ActivityIntroduction') }}</h6>
class="meta">{{$t('column.speaker')}}{{ form.keynoteSpeaker }}</div> <div class="profile"> {{ form.eventProfile }}</div>
<div v-if="form.lectureSeries"
class="meta">{{$t('column.series')}}{{ form.lectureSeries }}</div> <h6>{{ $t('column.content') }}</h6>
<h6>{{$t('column.ActivityIntroduction')}}</h6>
<div> {{ form.eventProfile }}</div>
<h6>{{$t('column.content')}}</h6>
<div v-html="form.mainBody"></div> <div v-html="form.mainBody"></div>
<div v-if="form.fileList && form.fileList.length" <div v-if="form.fileList && form.fileList.length" class="annex">
class="annex"> <h6>{{ $t('column.attachmentDownload') }}</h6>
<h6>{{$t('column.attachmentDownload')}}</h6>
<ul class="files"> <ul class="files">
<li v-for="(file, i) in form.fileList" <li v-for="(file, i) in form.fileList" :key="i">
:key="i">
<span class="name">{{ file.fileName }}</span> <span class="name">{{ file.fileName }}</span>
<span class="download" <span class="download" @click="download(file)">{{ $t('column.download') }}</span>
@click="download(file)">{{$t('column.download')}}</span>
</li> </li>
</ul> </ul>
</div> </div>
@ -144,110 +134,135 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
@import './editor.css'; @import './editor.css';
.content { .content {
width: 1200px; width: 1200px;
} }
.banner { .banner {
height: 280px; height: 280px;
padding: 123px 0 0 243px; padding: 123px 0 0 243px;
font-size: 48px; font-size: 48px;
color: #fff; color: #fff;
background: url(../../assets/images/intro-bg.png) 0 0/100% 100% no-repeat; background: url(../../assets/images/intro-bg.png) 0 0/100% 100% no-repeat;
object-fit: cover; object-fit: cover;
} }
.article { .article {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.left {
width: 66%; .left {
width: 66%;
}
h2 {
margin-bottom: 20px;
font-size: 36px;
color: #1c1c1c;
}
.meta {
margin: 10px 0;
font-size: 18px;
font-weight: 600;
color: #333;
}
/deep/.des {
a {
color: rgb(0, 0, 238);
word-wrap: break-word;
} }
h2 {
margin-bottom: 20px; img {
font-size: 36px; max-width: 100%;
color: #1c1c1c;
} }
.meta { }
margin: 10px 0;
font-size: 18px; .annex {
font-weight: 600; margin-top: 30px;
color: #333;
h6 {
padding-left: 8px;
margin-bottom: 20px;
font-size: 16px;
font-weight: 500;
line-height: 1;
color: #333;
border-left: 4px solid #1583ff;
} }
/deep/.des {
a { li {
color: rgb(0, 0, 238); display: flex;
word-wrap: break-word; align-items: center;
} margin-bottom: 10px;
img {
max-width: 100%;
}
} }
.annex {
margin-top: 30px; .name {
h6 { margin-right: 8px;
padding-left: 8px; font-size: 14px;
margin-bottom: 20px;
font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
line-height: 1;
color: #333;
border-left: 4px solid #1583ff;
}
li {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.name {
margin-right: 8px;
font-size: 14px;
}
.download {
color: #1583ff;
cursor: pointer;
}
} }
h6 {
margin: 30px 0 10px; .download {
font-size: 18px; color: #1583ff;
cursor: pointer;
} }
}
h6 {
margin: 30px 0 10px;
font-size: 18px;
}
.profile {
font-size: 16px;
line-height: 1.5;
}
} }
@media (max-width: 1420px) { @media (max-width: 1420px) {
.content { .content {
width: 98%; width: 98%;
} }
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
.article { .article {
/deep/.des { /deep/.des {
img { img {
max-width: 100%; max-width: 100%;
height: 15rem; height: 15rem;
} }
}
} }
.banner { }
.banner {
font-size: 1.5rem;
}
.article {
flex-direction: column;
.left {
width: 100%;
h2 {
font-size: 1.5rem; font-size: 1.5rem;
}
} }
.article { }
flex-direction: column;
.left { .article {
width: 100%; .des {
h2 { img {
font-size: 1.5rem; height: 15rem !important;
} }
}
}
.article {
.des {
img {
height: 15rem !important;
}
}
}
.right {
width: 100%;
} }
}
.right {
width: 100%;
}
} }
</style> </style>

@ -32,7 +32,6 @@
.tiny-wrap .block p { .tiny-wrap .block p {
margin: 0 0 10px; margin: 0 0 10px;
font-size: 19px; font-size: 19px;
font-family: SFProDisplay;
font-weight: 400; font-weight: 400;
color: #101010; color: #101010;
line-height: 32px; line-height: 32px;
@ -40,14 +39,12 @@
} }
.tiny-wrap .en-block p, .tiny-wrap .en-block p,
.tiny-wrap .en-block .img-des { .tiny-wrap .en-block .img-des {
font-family: ProximaNova;
letter-spacing: -0.0135em; letter-spacing: -0.0135em;
line-height: 1.5em; line-height: 1.5em;
} }
.tiny-wrap .block .tiny-title { .tiny-wrap .block .tiny-title {
margin: 10px 0; margin: 10px 0;
font-size: 24px; font-size: 24px;
font-family: SFProDisplay;
font-weight: 500; font-weight: 500;
color: #101010; color: #101010;
line-height: 32px; line-height: 32px;
@ -90,7 +87,6 @@
} }
.tiny-wrap .people h6 { .tiny-wrap .people h6 {
font-size: 24px; font-size: 24px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
} }

@ -272,7 +272,6 @@ export default {
padding-left: 8px; padding-left: 8px;
margin-bottom: 20px; margin-bottom: 20px;
font-size: 16px; font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;
color: #333; color: #333;

@ -1064,7 +1064,6 @@ export default {
align-items: center; align-items: center;
font-size: 0.88rem; font-size: 0.88rem;
line-height: 1; line-height: 1;
font-family: PingFangSC-Medium;
color: #333; color: #333;
} }
@ -1141,7 +1140,6 @@ export default {
.d { .d {
font-size: 2rem; font-size: 2rem;
font-family: DINCondensed-Bold, DINCondensed;
font-weight: bold; font-weight: bold;
line-height: 43px; line-height: 43px;
} }
@ -1326,7 +1324,6 @@ export default {
padding-left: 8px; padding-left: 8px;
margin-bottom: 20px; margin-bottom: 20px;
font-size: 16px; font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
line-height: 1; line-height: 1;
color: #333; color: #333;

@ -2,9 +2,7 @@
<!-- 联系我们 --> <!-- 联系我们 -->
<div class="wrap"> <div class="wrap">
<div class="single-banner"> <div class="single-banner">
<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>
@ -12,46 +10,24 @@
<div class="block"> <div class="block">
<div class="inner"> <div class="inner">
<Breadcrumb ref="breadcrumb" <Breadcrumb ref="breadcrumb" :data.sync="routes" />
:data.sync="routes" />
<div class="contact"> <div class="contact">
<div class="fields"> <div class="fields">
<h6>{{ modules[1].form.title }}</h6> <h6>{{ modules[1].form.title }}</h6>
<div v-html="modules[1].form.info"></div> <div v-html="modules[1].form.info"></div>
</div> </div>
<img :src="modules[2].form.pic" <img :src="modules[2].form.pic" alt="" class="pic">
alt="" <el-table :data="modules[3].list" class="patent-table" ref="table" stripe header-align="center">
class="pic"> <el-table-column prop="dep" label="部门" align="center" min-width="250"></el-table-column>
<el-table :data="modules[3].list" <el-table-column prop="contacts" label="联系人" align="center" min-width="100"></el-table-column>
class="patent-table" <el-table-column prop="phone" align="center" min-width="150">
ref="table" <template slot="header" slot-scope="scope">
stripe <img src="@/assets/images/tel1.png" alt=""> 电话
header-align="center">
<el-table-column prop="dep"
label="部门"
align="center"
min-width="250"></el-table-column>
<el-table-column prop="contacts"
label="联系人"
align="center"
min-width="100"></el-table-column>
<el-table-column prop="phone"
align="center"
min-width="150">
<template slot="header"
slot-scope="scope">
<img src="@/assets/images/tel1.png"
alt=""> 电话
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="email" <el-table-column prop="email" align="center" min-width="150">
align="center" <template slot="header" slot-scope="scope">
min-width="150"> <img style="width: 20px" src="@/assets/images/email-white.png" alt=""> 邮箱
<template slot="header"
slot-scope="scope">
<img style="width: 20px"
src="@/assets/images/email-white.png"
alt=""> 邮箱
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
@ -143,66 +119,75 @@ export default {
@import '../../styles/page/page.scss'; @import '../../styles/page/page.scss';
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 21.6rem; height: 21.6rem;
}
.texts {
h6 {
font-size: 2.16rem;
margin-bottom: 0.95rem;
} }
.texts {
h6 { .banner-des {
font-size: 2.16rem; font-size: 0.96rem;
margin-bottom: 0.95rem;
}
.banner-des {
font-size: 0.96rem;
}
} }
}
} }
.block { .block {
padding: 2rem 0; padding: 2rem 0;
background: url(https://new.iasf.ac.cn/images/contactUs/3.png) 0 130px no-repeat, background: url(https://new.iasf.ac.cn/images/contactUs/3.png) 0 130px no-repeat,
url(https://new.iasf.ac.cn/images/contactUs/4.png) bottom right no-repeat; url(https://new.iasf.ac.cn/images/contactUs/4.png) bottom right no-repeat;
background-color: #f7f8fa; background-color: #f7f8fa;
} }
.inner { .inner {
.contact { .contact {
padding: 3rem 6rem; padding: 3rem 6rem;
background-color: #fff; background-color: #fff;
} }
.fields {
position: relative; .fields {
padding: 2rem; position: relative;
border: 4px solid #f9f9f9; padding: 2rem;
h6 { border: 4px solid #f9f9f9;
position: absolute;
top: -16px; h6 {
left: 60px; position: absolute;
font-size: 1.1rem; top: -16px;
font-family: PingFangSC-Medium, PingFang SC; left: 60px;
color: #333; font-size: 1.1rem;
background-color: #fff; color: #333;
} background-color: #fff;
.text {
font-size: 1rem;
color: #333;
line-height: 1.6;
}
} }
.pic {
width: 100%; .text {
margin: 2rem 0 1.5rem; font-size: 1rem;
color: #333;
line-height: 1.6;
} }
}
.pic {
width: 100%;
margin: 2rem 0 1.5rem;
}
} }
/deep/.patent-table { /deep/.patent-table {
thead tr, thead tr,
thead th { thead th {
color: #fff; color: #fff;
background-color: #1583ff; background-color: #1583ff;
} }
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
.inner { .inner {
.contact { .contact {
padding: 3rem 1rem; padding: 3rem 1rem;
}
} }
}
} }
</style> </style>

@ -1,9 +1,7 @@
<template> <template>
<div class="wrap"> <div class="wrap">
<div class="single-banner"> <div class="single-banner">
<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,13 +11,10 @@
<div class="inner"> <div class="inner">
<h6 v-html="modules[1].form.title"></h6> <h6 v-html="modules[1].form.title"></h6>
<p class="en">{{ modules[1].form.subTitle }}</p> <p class="en">{{ modules[1].form.subTitle }}</p>
<div class="text" <div class="text" v-html="modules[1].form.des"></div>
v-html="modules[1].form.des"></div>
<h6 style="font-size: 1.6rem">{{ modules[2].form.title }}</h6> <h6 style="font-size: 1.6rem">{{ modules[2].form.title }}</h6>
<p class="en" <p class="en" style="margin-top: -15px;font-size: 1.6rem">{{ modules[2].form.subTitle }}</p>
style="margin-top: -15px;font-size: 1.6rem">{{ modules[2].form.subTitle }}</p> <div class="text" v-html="modules[2].form.des"></div>
<div class="text"
v-html="modules[2].form.des"></div>
</div> </div>
</div> </div>
</div> </div>
@ -36,6 +31,12 @@ export default {
}; };
}, },
watch: {
'$route.query' () {
this.id = this.$route.query.id
this.getInfo()
}
},
mounted () { mounted () {
new WOW().init(); new WOW().init();
}, },
@ -49,7 +50,7 @@ export default {
const json = JSON.parse( const json = JSON.parse(
this.preview this.preview
? data ? data
: data[data.length - 1][ : data[0][
data[data.length - 1].state ? "theEditedJson" : "jsonBeforeEditing" data[data.length - 1].state ? "theEditedJson" : "jsonBeforeEditing"
] ]
); );
@ -66,85 +67,101 @@ 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';
.history { .history {
.inner { .inner {
width: 1000px; width: 1000px;
} }
h6 {
position: relative; h6 {
font-size: 2.2rem; position: relative;
font-family: PingFangSC-Medium, PingFang SC; font-size: 2.2rem;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
} }
.en {
margin-top: -25px; .en {
font-size: 2.2rem; margin-top: -25px;
font-family: PingFangSC-Light, PingFang SC; font-size: 2.2rem;
font-weight: 300; font-weight: 300;
color: #e3e3e3; color: #e3e3e3;
} }
.text {
max-width: 1200px; .text {
margin: 30px 0; max-width: 1200px;
overflow: auto; margin: 30px 0;
/deep/ img { overflow: auto;
width: 100% !important;
height: auto; /deep/ img {
} width: 100% !important;
height: auto;
} }
}
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
.tab-content { .tab-content {
width: 90%; width: 90%;
span {
font-size: 1.35rem; span {
} font-size: 1.35rem;
} }
}
.block { .block {
padding: 1.25rem 0; padding: 1.25rem 0;
.inner {
width: 90%; .inner {
h2 { width: 90%;
font-size: 1.5rem;
} h2 {
p { font-size: 1.5rem;
font-size: 1rem; }
margin: 10px 0 1.25rem;
} p {
.event { font-size: 1rem;
flex-direction: column; margin: 10px 0 1.25rem;
.time { }
width: 100%;
li { .event {
width: 100%; flex-direction: column;
justify-content: flex-start;
} .time {
} width: 100%;
.right {
margin-top: 1.25rem; li {
width: 100%; width: 100%;
h6 { justify-content: flex-start;
font-size: 2rem; }
} }
.list {
li { .right {
padding: 1.25rem; margin-top: 1.25rem;
flex-direction: column; width: 100%;
align-items: flex-start;
.texts { h6 {
width: 100%; font-size: 2rem;
} }
.pic {
width: 100%; .list {
height: auto; li {
} padding: 1.25rem;
} flex-direction: column;
} align-items: flex-start;
}
.texts {
width: 100%;
}
.pic {
width: 100%;
height: auto;
}
} }
}
} }
}
} }
}
} }
</style> </style>

@ -504,12 +504,10 @@ $bannerMh: 800px;
h6 { h6 {
margin-bottom: 30px; margin-bottom: 30px;
font-size: 68px; font-size: 68px;
font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
} }
.text { .text {
font-size: 24px; font-size: 24px;
font-family: AppleSystemUIFont;
} }
} }
} }
@ -532,14 +530,14 @@ $bannerMh: 800px;
.b-title { .b-title {
font-size: 35px; font-size: 35px;
font-family: PingFangSC-Semibold, PingFang SC;
color: #333; color: #333;
} }
.intro { .intro {
margin-bottom: 3.6rem; margin-bottom: 3.6rem;
font-size: 26px; font-size: 26px;
font-family: FZLTXHK--GBK1-0, FZLTXHK--GBK1;
color: #5b5b5e; color: #5b5b5e;
} }
} }
@ -591,7 +589,7 @@ $bannerMh: 800px;
width: 100%; width: 100%;
height: 100%; height: 100%;
font-size: 45px; font-size: 45px;
font-family: PingFangSC-Medium, PingFang SC;
color: #fff; color: #fff;
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
transition: 0.3s; transition: 0.3s;
@ -616,14 +614,14 @@ $bannerMh: 800px;
.name { .name {
font-size: 45px; font-size: 45px;
font-family: PingFangSC-Medium, PingFang SC;
} }
h6 { h6 {
margin: 10px 0 20px; margin: 10px 0 20px;
line-height: 63px; line-height: 63px;
font-size: 45px; font-size: 45px;
font-family: PingFangSC-Medium, PingFang SC;
@include mul-ellipsis(2); @include mul-ellipsis(2);
} }
@ -691,7 +689,7 @@ $bannerMh: 800px;
h6 { h6 {
font-size: 24px; font-size: 24px;
font-family: PingFangSC-Semibold, PingFang SC;
line-height: 43px; line-height: 43px;
@include mul-ellipsis(2); @include mul-ellipsis(2);
} }
@ -778,7 +776,7 @@ $bannerMh: 800px;
h6 { h6 {
font-size: 20px; font-size: 20px;
font-family: PingFangSC-Semibold, PingFang SC;
color: #333; color: #333;
@include ellipsis; @include ellipsis;
} }
@ -828,7 +826,7 @@ $bannerMh: 800px;
h6 { h6 {
font-size: 24px; font-size: 24px;
font-family: PingFangSC-Medium, PingFang SC;
cursor: pointer; cursor: pointer;
} }
@ -845,7 +843,7 @@ $bannerMh: 800px;
.des { .des {
font-size: 20px; font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
line-height: 30px; line-height: 30px;
cursor: pointer; cursor: pointer;
@ -991,14 +989,14 @@ $bannerMh: 800px;
h6 { h6 {
font-size: 1.1rem; font-size: 1.1rem;
font-family: PingFangSC-Medium, PingFang SC;
color: #333; color: #333;
} }
.job { .job {
margin: 18px 0 12px; margin: 18px 0 12px;
font-size: 1rem; font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC;
color: #333; color: #333;
} }
@ -1034,7 +1032,7 @@ $bannerMh: 800px;
h6 { h6 {
font-size: 30px; font-size: 30px;
font-family: PingFangSC-Medium, PingFang SC;
} }
.sub-title { .sub-title {
@ -1079,7 +1077,7 @@ $bannerMh: 800px;
h6 { h6 {
font-size: 36px; font-size: 36px;
font-family: PingFangSC-Semibold, PingFang SC;
color: #fff; color: #fff;
} }
@ -1122,7 +1120,7 @@ $bannerMh: 800px;
.text { .text {
margin-top: 15px; margin-top: 15px;
font-size: 1rem; font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC;
color: #48525e; color: #48525e;
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -1,9 +1,7 @@
<template> <template>
<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>
@ -12,41 +10,28 @@
<div class="article"> <div class="article">
<div class="left"> <div class="left">
<div class="search"> <div class="search">
<input type="text" <input type="text" placeholder="请输入搜索内容" v-model="title" clearable>
placeholder="请输入搜索内容"
v-model="title"
clearable>
</div> </div>
<div class="team-wrap"> <div class="team-wrap">
<div class="letter"> <div class="letter">
<span v-for="(letter, i) in letters" <span v-for="(letter, i) in letters" :key="i" :class="['item', { active: curLetter == letter }]"
:key="i" @click="letterClick(letter)">{{ letter }}</span>
:class="['item', {active: curLetter == letter}]"
@click="letterClick(letter)">{{ letter }}</span>
</div> </div>
<ul class="teams"> <ul class="teams">
<li v-for="(item, i) in articles" <li v-for="(item, i) in articles" :key="i" @click="toArtice(item, modules[1].form)">
:key="i"
@click="toArtice(item, modules[1].form)">
<div class="line"> <div class="line">
<img src="https://new.iasf.ac.cn/images/researchTeam/3.png" <img src="https://new.iasf.ac.cn/images/researchTeam/3.png" alt="" class="icon">
alt=""
class="icon">
<span class="bold">{{ item.title }}</span> <span class="bold">{{ item.title }}</span>
<span class="val">/ {{ item.post }}</span> <span class="val">/ {{ item.post }}</span>
</div> </div>
<div class="line"> <div class="line">
<img src="https://new.iasf.ac.cn/images/researchTeam/4.png" <img src="https://new.iasf.ac.cn/images/researchTeam/4.png" alt="" class="icon">
alt=""
class="icon">
<span class="text">专业 {{ item.major }}</span> <span class="text">专业 {{ item.major }}</span>
</div> </div>
<div class="line"> <div class="line">
<img src="https://new.iasf.ac.cn/images/researchTeam/5.png" <img src="https://new.iasf.ac.cn/images/researchTeam/5.png" alt="" class="icon">
alt=""
class="icon">
<span class="text">荣誉 {{ item.honor }}</span> <span class="text">荣誉 {{ item.honor }}</span>
</div> </div>
</li> </li>
@ -123,13 +108,13 @@ export default {
filter () { filter () {
const { title, curLetter } = this const { title, curLetter } = this
this.articles = this.allList.filter(e => { this.articles = this.allList.filter(e => {
return (e.title.includes(title) || e.post.includes(title) || e.major.includes(title) || e.honor.includes(title)) && (curLetter === '全部' || (curLetter !== '全部' && curLetter === pinyin(e.title, { toneType: 'none' })[0].toUpperCase())) return (e.title.includes(title) || e.post.includes(title) || e.major.includes(title) || e.honor.includes(title)) && (curLetter === '全部' || (curLetter !== '全部' && curLetter === pinyin(e.title, { surname: 'head' })[0].toUpperCase()))
}) })
}, },
// //
sortList (list) { sortList (list) {
list.forEach(e => { list.forEach(e => {
e.sortTitle = pinyin(e.title, { toneType: 'none' })[0].toUpperCase() e.sortTitle = pinyin(e.title, { surname: 'head' })[0].toUpperCase()
}) })
this.letters = ['全部', ...this.letters.filter(e => list.find(n => n.sortTitle == e))] this.letters = ['全部', ...this.letters.filter(e => list.find(n => n.sortTitle == e))]
return list.sort((a, b) => a.sortTitle.charCodeAt(0) - b.sortTitle.charCodeAt(0)) return list.sort((a, b) => a.sortTitle.charCodeAt(0) - b.sortTitle.charCodeAt(0))
@ -146,152 +131,185 @@ 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';
.content { .content {
width: 1200px; width: 1200px;
} }
.article { .article {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
.left {
width: 75%; .left {
.search { width: 75%;
display: inline-flex;
width: 34%; .search {
input { display: inline-flex;
width: 100%; width: 34%;
height: 38px;
padding: 0 15px; input {
font-size: 14px; width: 100%;
color: #333; height: 38px;
background: #f7f7f7; padding: 0 15px;
border: 0; font-size: 14px;
border-top-left-radius: 6px; color: #333;
border-bottom-left-radius: 6px; background: #f7f7f7;
&:focus { border: 0;
outline: none; border-top-left-radius: 6px;
} border-bottom-left-radius: 6px;
}
&:focus {
outline: none;
} }
}
} }
.letter { }
display: flex;
margin: 30px 0; .letter {
border-radius: 4px; display: flex;
.item { margin: 30px 0;
padding: 5px 10px; border-radius: 4px;
font-size: 1rem;
text-align: center; .item {
color: #999; padding: 5px 10px;
cursor: pointer; font-size: 1rem;
border: 1px solid #dbdbdb; text-align: center;
border-right: 0; color: #999;
&:first-child { cursor: pointer;
border-radius: 4px 0px 0px 4px; border: 1px solid #dbdbdb;
} border-right: 0;
&:last-child {
border-right: 1px solid #dbdbdb; &:first-child {
border-radius: 0 4px 4px 0; border-radius: 4px 0px 0px 4px;
} }
&:hover {
color: #fff; &:last-child {
background: #1583ff; border-right: 1px solid #dbdbdb;
} border-radius: 0 4px 4px 0;
&.active { }
color: #fff;
background: #1583ff; &:hover {
} color: #fff;
} background: #1583ff;
}
&.active {
color: #fff;
background: #1583ff;
}
} }
.teams { }
display: flex;
flex-wrap: wrap; .teams {
li { display: flex;
width: calc((100% - 10px) / 2); flex-wrap: wrap;
padding: 20px 30px;
margin: 0 10px 10px 0; li {
background: url(https://new.iasf.ac.cn/images/researchTeam/2.png) 0 0 / cover no-repeat; width: calc((100% - 10px) / 2);
cursor: pointer; padding: 20px 30px;
&:nth-child(even) { margin: 0 10px 10px 0;
margin-right: 0; background: url(https://new.iasf.ac.cn/images/researchTeam/2.png) 0 0 / cover no-repeat;
} cursor: pointer;
}
.line { &:nth-child(even) {
display: flex; margin-right: 0;
align-items: center; }
margin-bottom: 8px; }
}
.icon { .line {
margin-right: 8px; display: flex;
} align-items: center;
.bold { margin-bottom: 8px;
margin-right: 5px; }
font-size: 1.1rem;
color: #333; .icon {
} margin-right: 8px;
.val { }
font-size: 1rem;
color: #999; .bold {
} margin-right: 5px;
.text { font-size: 1.1rem;
font-size: 1rem; color: #333;
color: #666;
}
} }
.val {
font-size: 1rem;
color: #999;
}
.text {
font-size: 1rem;
color: #666;
}
}
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
.content { .content {
width: 95%; width: 95%;
}
.article {
flex-direction: column;
.left,
.right {
width: 100%;
} }
.article {
flex-direction: column; .left {
.left, margin-bottom: 30px;
.right {
width: 100%;
}
.left {
margin-bottom: 30px;
}
} }
}
} }
@media (max-width: 980px) { @media (max-width: 980px) {
.article { .article {
.team-wrap { .team-wrap {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
} }
.letter {
flex-direction: column; .letter {
margin: 16px 10px 0 0; flex-direction: column;
.item { margin: 16px 10px 0 0;
border: 1px solid #dbdbdb;
border-top: 0; .item {
&:first-child { border: 1px solid #dbdbdb;
border-top: 1px solid #dbdbdb; border-top: 0;
border-radius: 4px 4px 0 0;
} &:first-child {
&:last-child { border-top: 1px solid #dbdbdb;
border-radius: 0 0 4px 4px; border-radius: 4px 4px 0 0;
}
}
} }
.teams {
flex: 1; &:last-child {
border-radius: 0 0 4px 4px;
} }
}
} }
.teams {
flex: 1;
}
}
} }
@media (max-width: 640px) { @media (max-width: 640px) {
.article { .article {
.left { .left {
.search { .search {
width: 50%; width: 50%;
} }
} }
.teams {
flex-direction: column; .teams {
li { flex-direction: column;
width: 100%;
} li {
} width: 100%;
}
} }
}
} }
</style> </style>

@ -1,9 +1,7 @@
<template> <template>
<div class="wrap"> <div class="wrap">
<div class="single-banner"> <div class="single-banner">
<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>
<p class="banner-des des">{{ modules[0].form.des }}</p> <p class="banner-des des">{{ modules[0].form.des }}</p>
@ -12,34 +10,25 @@
<div class="block"> <div class="block">
<div class="inner"> <div class="inner">
<div class="item wow bounceInLeft" <div class="item wow bounceInLeft" data-wow-delay="0.5s"
data-wow-delay="0.5s" :class="{ 'cursor-pointer': isLink(modules[1].form.link.linkName) }" @click="openLink(modules[1].form)">
:class="{ 'cursor-pointer': isLink(modules[1].form.link.linkName) }" <img src="@/assets/images/science/1.png" alt="" />
@click="openLink(modules[1].form)">
<img src="@/assets/images/science/1.png"
alt="" />
<div class="texts"> <div class="texts">
<h6>{{ modules[1].form.title }}</h6> <h6>{{ modules[1].form.title }}</h6>
<div class="des">{{ modules[1].form.des }}</div> <div class="des">{{ modules[1].form.des }}</div>
</div> </div>
</div> </div>
<div class="item wow bounceInRight" <div class="item wow bounceInRight" data-wow-delay="0.8s"
data-wow-delay="0.8s" :class="{ 'cursor-pointer': isLink(modules[2].form.link.linkName) }" @click="openLink(modules[2].form)">
:class="{ 'cursor-pointer': isLink(modules[2].form.link.linkName) }" <img src="@/assets/images/science/2.png" alt="" />
@click="openLink(modules[2].form)">
<img src="@/assets/images/science/2.png"
alt="" />
<div class="texts rightText"> <div class="texts rightText">
<h6>{{ modules[2].form.title }}</h6> <h6>{{ modules[2].form.title }}</h6>
<div class="des">{{ modules[2].form.des }}</div> <div class="des">{{ modules[2].form.des }}</div>
</div> </div>
</div> </div>
<div class="item wow bounceInLeft" <div class="item wow bounceInLeft" data-wow-delay="0.5s"
data-wow-delay="0.5s" :class="{ 'cursor-pointer': isLink(modules[3].form.link.linkName) }" @click="openLink(modules[3].form)">
:class="{ 'cursor-pointer': isLink(modules[3].form.link.linkName) }" <img src="@/assets/images/science/3.png" alt="" />
@click="openLink(modules[3].form)">
<img src="@/assets/images/science/3.png"
alt="" />
<div class="texts"> <div class="texts">
<h6>{{ modules[3].form.title }}</h6> <h6>{{ modules[3].form.title }}</h6>
<div class="des">{{ modules[3].form.des }}</div> <div class="des">{{ modules[3].form.des }}</div>
@ -92,333 +81,399 @@ 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';
.inner { .inner {
width: 960px; width: 960px;
} }
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 21.6rem; height: 21.6rem;
}
.texts {
h6 {
font-size: 2.16rem;
margin-bottom: 0.95rem;
} }
.texts {
h6 { .banner-des {
font-size: 2.16rem; font-size: 0.96rem;
margin-bottom: 0.95rem;
}
.banner-des {
font-size: 0.96rem;
}
} }
}
} }
.block { .block {
padding: 3.85rem 0; padding: 3.85rem 0;
} }
.item { .item {
position: relative; position: relative;
margin-bottom: 2.9rem; margin-bottom: 2.9rem;
width: 100%; width: 100%;
&:hover {
.texts { &:hover {
color: #fff;
transform: scale(1.05);
background: #32b6e9 !important;
}
}
img {
width: 100%;
height: 22rem;
}
&:nth-child(2) .texts {
color: #fff;
background: #33b3c1;
}
&:nth-child(3) .texts {
color: #fff;
background: #e47c22;
}
&:nth-child(even) .texts {
left: auto;
right: -1.6rem;
}
.texts { .texts {
position: absolute; color: #fff;
top: 3.9rem; transform: scale(1.05);
left: -1.4rem; background: #32b6e9 !important;
width: 26.6rem;
padding: 3.5rem 1.9rem;
color: #333;
background: #fff6e9;
transition: 0.5s;
}
h6 {
margin-bottom: 0.875rem;
font-size: 1.6rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
}
.des {
font-size: 0.88rem;
} }
}
img {
width: 100%;
height: 22rem;
}
&:nth-child(2) .texts {
color: #fff;
background: #33b3c1;
}
&:nth-child(3) .texts {
color: #fff;
background: #e47c22;
}
&:nth-child(even) .texts {
left: auto;
right: -1.6rem;
}
.texts {
position: absolute;
top: 3.9rem;
left: -1.4rem;
width: 26.6rem;
padding: 3.5rem 1.9rem;
color: #333;
background: #fff6e9;
transition: 0.5s;
}
h6 {
margin-bottom: 0.875rem;
font-size: 1.6rem;
font-weight: 500;
}
.des {
font-size: 0.88rem;
}
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
body { body {
width: 100% !important; width: 100% !important;
} }
.inner {
width: 80%; .inner {
width: 80%;
}
.item {
img {}
.rightText {
right: 12px !important;
} }
.item {
img { .texts {
} width: 85%;
.rightText { box-sizing: border-box;
right: 12px !important; left: -1rem;
}
.texts { &:nth-child(2) {
width: 85%; right: -1.5rem !important;
box-sizing: border-box; }
left: -1rem;
&:nth-child(2) { .des {
right: -1.5rem !important; -webkit-line-clamp: inherit;
} }
.des {
-webkit-line-clamp: inherit;
}
}
} }
}
} }
@media (max-width: 320px) { @media (max-width: 320px) {
.wrap { .wrap {
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 12rem; height: 12rem;
} }
.texts {
top: 5rem; .texts {
left: 2rem; top: 5rem;
.banner-title { left: 2rem;
font-size: 1.5rem;
margin-bottom: 0.5rem; .banner-title {
} font-size: 1.5rem;
.banner-des { margin-bottom: 0.5rem;
font-size: 0.85rem;
}
}
} }
.banner-des {
font-size: 0.85rem;
}
}
} }
.block { }
.inner {
img { .block {
height: 18rem; .inner {
} img {
.texts { height: 18rem;
padding: 1.25rem; }
top: 1.5rem;
h6 { .texts {
font-size: 1.2rem; padding: 1.25rem;
} top: 1.5rem;
.des {
font-size: 0.75rem; h6 {
} font-size: 1.2rem;
}
} }
.des {
font-size: 0.75rem;
}
}
} }
}
} }
@media (min-width: 320px) and (max-width: 375px) { @media (min-width: 320px) and (max-width: 375px) {
.wrap { .wrap {
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 12rem; height: 12rem;
} }
.texts {
top: 5rem; .texts {
left: 2rem; top: 5rem;
.banner-title { left: 2rem;
font-size: 1.5rem;
margin-bottom: 0.5rem; .banner-title {
} font-size: 1.5rem;
.banner-des { margin-bottom: 0.5rem;
font-size: 0.85rem; }
}
} .banner-des {
font-size: 0.85rem;
} }
}
} }
.block { }
.inner {
img { .block {
height: 18rem; .inner {
} img {
.texts { height: 18rem;
padding: 1.25rem; }
top: 1.5rem;
h6 { .texts {
font-size: 1.4rem; padding: 1.25rem;
} top: 1.5rem;
.des {
font-size: 0.75rem; h6 {
} font-size: 1.4rem;
} }
.des {
font-size: 0.75rem;
} }
}
} }
}
} }
@media (min-width: 375px) and (max-width: 480px) { @media (min-width: 375px) and (max-width: 480px) {
.wrap { .wrap {
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 12rem; height: 12rem;
} }
.texts {
top: 5rem; .texts {
left: 2rem; top: 5rem;
.banner-title { left: 2rem;
font-size: 1.5rem;
margin-bottom: 0.5rem; .banner-title {
} font-size: 1.5rem;
.banner-des { margin-bottom: 0.5rem;
font-size: 0.85rem; }
}
} .banner-des {
font-size: 0.85rem;
} }
}
} }
.block { }
.inner {
img { .block {
height: 18rem; .inner {
} img {
.texts { height: 18rem;
padding: 1.25rem; }
top: 1.5rem;
h6 { .texts {
font-size: 1.4rem; padding: 1.25rem;
} top: 1.5rem;
.des {
font-size: 0.75rem; h6 {
} font-size: 1.4rem;
} }
.des {
font-size: 0.75rem;
} }
}
} }
}
} }
@media (min-width: 480px) and (max-width: 640px) { @media (min-width: 480px) and (max-width: 640px) {
.wrap { .wrap {
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 12rem; height: 12rem;
} }
.texts {
top: 5rem; .texts {
left: 2rem; top: 5rem;
.banner-title { left: 2rem;
font-size: 1.5rem;
margin-bottom: 0.5rem; .banner-title {
} font-size: 1.5rem;
.banner-des { margin-bottom: 0.5rem;
font-size: 0.85rem;
}
}
} }
}
.block { .banner-des {
.inner { font-size: 0.85rem;
img {
height: 18rem;
}
.texts {
padding: 1.25rem;
top: 1.5rem;
}
} }
}
}
}
.block {
.inner {
img {
height: 18rem;
}
.texts {
padding: 1.25rem;
top: 1.5rem;
}
} }
}
} }
@media (min-width: 640px) and (max-width: 768px) { @media (min-width: 640px) and (max-width: 768px) {
.wrap { .wrap {
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 12rem; height: 12rem;
} }
.texts {
top: 5rem; .texts {
left: 2rem; top: 5rem;
.banner-title { left: 2rem;
font-size: 1.5rem;
margin-bottom: 0.5rem; .banner-title {
} font-size: 1.5rem;
.banner-des { margin-bottom: 0.5rem;
font-size: 0.85rem;
}
}
} }
}
.block { .banner-des {
.inner { font-size: 0.85rem;
img {
height: 18rem;
}
.texts {
padding: 1.25rem;
top: 1.5rem;
}
} }
}
} }
}
.block {
.inner {
img {
height: 18rem;
}
.texts {
padding: 1.25rem;
top: 1.5rem;
}
}
}
} }
@media (min-width: 768px) and (max-width: 980px) { @media (min-width: 768px) and (max-width: 980px) {
.wrap { .wrap {
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 12rem; height: 12rem;
} }
.texts {
top: 5rem; .texts {
left: 2rem; top: 5rem;
.banner-title { left: 2rem;
font-size: 1.5rem;
margin-bottom: 0.5rem; .banner-title {
} font-size: 1.5rem;
.banner-des { margin-bottom: 0.5rem;
font-size: 0.85rem;
}
}
} }
}
.block { .banner-des {
.inner { font-size: 0.85rem;
img {
height: 18rem;
}
.texts {
padding: 1.25rem;
top: 1.5rem;
}
} }
}
}
}
.block {
.inner {
img {
height: 18rem;
}
.texts {
padding: 1.25rem;
top: 1.5rem;
}
} }
}
} }
@media (min-width: 980px) and (max-width: 1200px) { @media (min-width: 980px) and (max-width: 1200px) {
.wrap { .wrap {
.single-banner { .single-banner {
.banner-img { .banner-img {
height: 12rem; height: 12rem;
} }
.texts {
top: 5rem; .texts {
left: 2rem; top: 5rem;
.banner-title { left: 2rem;
font-size: 1.5rem;
margin-bottom: 0.5rem; .banner-title {
} font-size: 1.5rem;
.banner-des { margin-bottom: 0.5rem;
font-size: 0.85rem;
}
}
} }
}
.block { .banner-des {
.inner { font-size: 0.85rem;
img {
height: 18rem;
}
.texts {
padding: 1.25rem;
top: 1.5rem;
}
} }
}
}
}
.block {
.inner {
img {
height: 18rem;
}
.texts {
padding: 1.25rem;
top: 1.5rem;
}
} }
}
} }
</style> </style>

@ -1,45 +1,32 @@
<template> <template>
<div class="wrap"> <div class="wrap">
<div class="single-banner"> <div class="single-banner">
<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>
<p class="banner-des des">{{ modules[0].form.des }}</p> <p class="banner-des des">{{ modules[0].form.des }}</p>
</div> </div>
</div> </div>
<div class="block gray" <div class="block gray" style="padding: 2rem 0;">
style="padding: 2rem 0;">
<div class="inner"> <div class="inner">
<ul class="items"> <ul class="items">
<li> <li>
<img class="pic" <img class="pic" :src="modules[1].form.pic" alt="">
:src="modules[1].form.pic"
alt="">
<div class="texts"> <div class="texts">
<h6 v-html="modules[1].form.title"></h6> <h6 v-html="modules[1].form.title"></h6>
<div class="text" <div class="text" v-html="modules[1].form.des"></div>
v-html="modules[1].form.des"></div> <img src="@/assets/images/arrow.png" alt="" :class="{ 'arrow': isLink(modules[1].form.link.linkName) }"
<img src="@/assets/images/arrow.png" @click="openLink(modules[1].form)">
alt=""
:class="{'arrow': isLink(modules[1].form.link.linkName)}"
@click="openLink(modules[1].form)">
</div> </div>
</li> </li>
<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 v-html="modules[2].form.title"></h6> <h6 v-html="modules[2].form.title"></h6>
<div class="text" <div class="text" v-html="modules[2].form.des"></div>
v-html="modules[2].form.des"></div> <img src="@/assets/images/arrow.png" alt="" :class="{ 'arrow': isLink(modules[2].form.link.linkName) }"
<img src="@/assets/images/arrow.png" @click="openLink(modules[2].form)">
alt=""
:class="{'arrow': isLink(modules[2].form.link.linkName)}"
@click="openLink(modules[2].form)">
</div> </div>
</li> </li>
</ul> </ul>
@ -49,18 +36,10 @@
<div class="about"> <div class="about">
<div class="inner"> <div class="inner">
<div class="texts"> <div class="texts">
<div class="title wow fadeInUp" <div class="title wow fadeInUp" data-wow-delay="0.7s" v-html="modules[3].form.title"></div>
data-wow-delay="0.7s" <div class="des wow fadeInDown" data-wow-delay="1s" v-html="modules[3].form.des"></div>
v-html="modules[3].form.title"></div> <img class="m-t-10" width="42" src="@/assets/images/arrow-white.png" alt=""
<div class="des wow fadeInDown" :class="{ 'arrow': isLink(modules[3].form.link.linkName) }" @click="openLink(modules[3].form)">
data-wow-delay="1s"
v-html="modules[3].form.des"></div>
<img class="m-t-10"
width="42"
src="@/assets/images/arrow-white.png"
alt=""
:class="{'arrow': isLink(modules[3].form.link.linkName)}"
@click="openLink(modules[3].form)">
</div> </div>
</div> </div>
</div> </div>
@ -108,223 +87,258 @@ 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';
.items { .items {
margin-top: 2rem; margin-top: 2rem;
li {
position: relative; li {
height: 559px; position: relative;
margin-bottom: 60px; height: 559px;
&:nth-child(even) { margin-bottom: 60px;
.texts {
left: auto; &:nth-child(even) {
right: 100px; .texts {
} left: auto;
} right: 100px;
.pic { }
width: 100%; }
height: 100%;
object-fit: cover; .pic {
} width: 100%;
.texts { height: 100%;
position: absolute; object-fit: cover;
top: 100px;
left: 80px;
width: 500px;
padding: 30px;
color: #333;
background-color: rgba(255, 255, 255, 0.85);
border-radius: 0px 0px 100px 0px;
border-top: 4px solid #0280f1;
}
h6 {
font-size: 1.2rem;
font-family: PingFangSC-Medium, PingFang SC;
}
.text {
margin: 1rem 0;
font-size: 1rem;
line-height: 1.6;
}
.icon {
width: 40px;
}
} }
.texts {
position: absolute;
top: 100px;
left: 80px;
width: 500px;
padding: 30px;
color: #333;
background-color: rgba(255, 255, 255, 0.85);
border-radius: 0px 0px 100px 0px;
border-top: 4px solid #0280f1;
}
h6 {
font-size: 1.2rem;
}
.text {
margin: 1rem 0;
font-size: 1rem;
line-height: 1.6;
}
.icon {
width: 40px;
}
}
} }
.program { .program {
background: #fff; background: #fff;
.title {
position: relative; .title {
display: flex; position: relative;
justify-content: space-between; display: flex;
align-items: flex-end; justify-content: space-between;
padding-bottom: 25px; align-items: flex-end;
margin-bottom: 30px; padding-bottom: 25px;
border-bottom: 1px solid #ddd; margin-bottom: 30px;
align-items: center; border-bottom: 1px solid #ddd;
h5 { align-items: center;
padding-left: 16px;
font-size: 1.6rem; h5 {
font-family: PingFangSC-Medium, PingFang SC; padding-left: 16px;
font-weight: 500; font-size: 1.6rem;
color: #333333; font-weight: 500;
line-height: 1; color: #333333;
border-left: 6px solid #2b96ef; line-height: 1;
} border-left: 6px solid #2b96ef;
.sub {
font-size: 1.1rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #afb7bf;
}
.more {
font-size: 0.8rem;
color: #666;
cursor: pointer;
}
} }
.slide {
display: flex; .sub {
margin-bottom: 14px; font-size: 1.1rem;
cursor: pointer; font-weight: 500;
color: #afb7bf;
} }
.texts {
width: 51%; .more {
padding: 56px; font-size: 0.8rem;
background: #fbfbfb; color: #666;
h6 { cursor: pointer;
font-size: 1.3rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
}
.des {
margin: 35px 0 25px;
font-size: 1rem;
color: #666;
line-height: 32px;
}
.meta {
font-size: 0.9rem;
color: #666;
}
} }
.img-wrap { }
width: 49%;
height: 430px; .slide {
overflow: hidden; display: flex;
margin-bottom: 14px;
cursor: pointer;
}
.texts {
width: 51%;
padding: 56px;
background: #fbfbfb;
h6 {
font-size: 1.3rem;
font-weight: 500;
color: #333333;
} }
.pic {
width: 100%; .des {
height: 100%; margin: 35px 0 25px;
transition: 0.5s; font-size: 1rem;
color: #666;
line-height: 32px;
} }
&:hover {
.pic { .meta {
transform: scale(1.3); font-size: 0.9rem;
} color: #666;
} }
.list { }
display: flex;
li { .img-wrap {
width: calc((100% - 28px) / 3); width: 49%;
height: 204px; height: 430px;
padding: 36px 22px; overflow: hidden;
margin-right: 14px; }
background: url(../../assets/images/sfel/7.png) no-repeat center;
background-size: 100% 100%; .pic {
transition: 0.5s; width: 100%;
cursor: pointer; height: 100%;
&:nth-child(2) { transition: 0.5s;
background-image: url(../../assets/images/sfel/8.png); }
}
&:nth-child(3) { &:hover {
margin-right: 0; .pic {
background-image: url(../../assets/images/sfel/9.png); transform: scale(1.3);
}
&:hover {
transform: translateY(20px);
}
}
.des {
height: 90px;
margin-bottom: 30px;
font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #ffffff;
line-height: 30px;
}
.date {
font-size: 0.9rem;
font-family: LaoSangamMN;
color: #ffffff;
}
} }
} }
.about {
.list {
display: flex; display: flex;
flex-direction: column;
justify-content: center; li {
height: 643px; width: calc((100% - 28px) / 3);
text-align: center; height: 204px;
background: url(../../assets/images/about-bg.png) no-repeat center center; padding: 36px 22px;
.texts { margin-right: 14px;
padding: 2.375rem 3.75rem; background: url(../../assets/images/sfel/7.png) no-repeat center;
color: #fff; background-size: 100% 100%;
background: rgba(111, 69, 36, 0.56); transition: 0.5s;
border-radius: 17px; cursor: pointer;
transition: 0.3s;
&:hover { &:nth-child(2) {
background: rgba(239, 126, 10, 0.56); background-image: url(../../assets/images/sfel/8.png);
transform: translateY(10px); }
}
} &:nth-child(3) {
.title { margin-right: 0;
margin-bottom: 1rem; background-image: url(../../assets/images/sfel/9.png);
font-size: 1.8rem; }
&:hover {
transform: translateY(20px);
}
} }
.des { .des {
font-size: 1rem; height: 90px;
line-height: 1.6; margin-bottom: 30px;
font-size: 1rem;
font-weight: 500;
color: #ffffff;
line-height: 30px;
} }
.date {
font-size: 0.9rem;
color: #ffffff;
}
}
} }
.about {
display: flex;
flex-direction: column;
justify-content: center;
height: 643px;
text-align: center;
background: url(../../assets/images/about-bg.png) no-repeat center center;
.texts {
padding: 2.375rem 3.75rem;
color: #fff;
background: rgba(111, 69, 36, 0.56);
border-radius: 17px;
transition: 0.3s;
&:hover {
background: rgba(239, 126, 10, 0.56);
transform: translateY(10px);
}
}
.title {
margin-bottom: 1rem;
font-size: 1.8rem;
}
.des {
font-size: 1rem;
line-height: 1.6;
}
}
@media (max-width: 1200px) { @media (max-width: 1200px) {
.items { .items {
li { li {
.texts { .texts {
left: 0; left: 0;
width: 98%; width: 98%;
} }
&:nth-child(even) {
.texts { &:nth-child(even) {
right: auto; .texts {
} right: auto;
}
} }
}
} }
.about { }
height: 30rem;
} .about {
height: 30rem;
}
} }
@media (max-width: 780px) { @media (max-width: 780px) {
.program { .program {
.slide { .slide {
flex-direction: column; flex-direction: column;
} }
.texts {
width: 100%; .texts {
} width: 100%;
.img-wrap { }
width: 100%;
height: 250px; .img-wrap {
} width: 100%;
.list { height: 250px;
flex-direction: column; }
li {
width: 100%; .list {
margin-bottom: 1rem; flex-direction: column;
}
} li {
width: 100%;
margin-bottom: 1rem;
}
} }
}
} }
</style> </style>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -2,9 +2,7 @@
<div class="wrap"> <div class="wrap">
<!-- 院长致辞 --> <!-- 院长致辞 -->
<div class="single-banner"> <div class="single-banner">
<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>
@ -12,17 +10,13 @@
<div class="block"> <div class="block">
<div class="inner"> <div class="inner">
<img :src="modules[1].form.pic" <img :src="modules[1].form.pic" alt="" class="pic">
alt=""
class="pic">
<div class="texts"> <div class="texts">
<h6 v-html="modules[1].form.title"></h6> <h6 v-html="modules[1].form.title"></h6>
<p class="en">{{ modules[1].form.subTitle }}</p> <p class="en">{{ modules[1].form.subTitle }}</p>
<div class="text" <div class="text" v-html="modules[1].form.des"></div>
v-html="modules[1].form.des"></div>
<div class="sign"> <div class="sign">
<img :src="modules[2].form.pic" <img :src="modules[2].form.pic" alt="">
alt="">
</div> </div>
</div> </div>
</div> </div>
@ -72,57 +66,67 @@ 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';
.block { .block {
background: url(https://new.iasf.ac.cn/images/speech/2.png) no-repeat; background: url(https://new.iasf.ac.cn/images/speech/2.png) no-repeat;
} }
.inner { .inner {
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
.pic {
max-width: 480px; .pic {
margin-top: 2rem; max-width: 480px;
} margin-top: 2rem;
.texts { }
margin-left: 113px;
} .texts {
h6 { margin-left: 113px;
position: relative; }
font-size: 2rem;
font-family: PingFangSC-Medium, PingFang SC; h6 {
font-weight: 600; position: relative;
color: #333; font-size: 2rem;
} font-weight: 600;
.en { color: #333;
margin: -25px 0 40px; }
font-size: 2.2rem;
font-family: PingFangSC-Semibold, PingFang SC; .en {
font-weight: 600; margin: -25px 0 40px;
color: rgba(216, 216, 216, 0.34); font-size: 2.2rem;
} font-weight: 600;
.text { color: rgba(216, 216, 216, 0.34);
font-size: 1rem; }
color: #333;
line-height: 1.6; .text {
} font-size: 1rem;
.sign { color: #333;
margin-top: 20px; line-height: 1.6;
text-align: right; }
img {
max-width: 150px; .sign {
} margin-top: 20px;
text-align: right;
img {
max-width: 150px;
} }
}
} }
@media (max-width: 920px) { @media (max-width: 920px) {
.inner { .inner {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.pic {
max-width: 100%; .pic {
} max-width: 100%;
.texts { }
margin: 20px 0 0;
} .texts {
margin: 20px 0 0;
} }
}
} }
</style> </style>

File diff suppressed because it is too large Load Diff

@ -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,60 +11,38 @@
<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)" @click="openLink(modules[2].form)">
class="arrow"
src="@/assets/images/arrow.png"
alt=""
@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)" @click="openLink(modules[3].form)">
class="arrow"
src="@/assets/images/arrow.png"
alt=""
@click="openLink(modules[3].form)">
</div> </div>
</li> </li>
</ul> </ul>
</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,159 +137,190 @@ 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 {
width: 75%; .left {
.talent-title { width: 75%;
padding-bottom: 10px;
font-size: 1.2rem; .talent-title {
color: #666; padding-bottom: 10px;
border-bottom: 1px solid #eaeef2; font-size: 1.2rem;
} color: #666;
.talent-text { border-bottom: 1px solid #eaeef2;
margin: 20px 0;
font-size: 1.1rem;
color: #333;
line-height: 28px;
p {
margin-bottom: 20px;
}
}
} }
.people {
margin-top: 4rem; .talent-text {
li { margin: 20px 0;
position: relative; font-size: 1.1rem;
height: 433px; color: #333;
margin-bottom: 2rem; line-height: 28px;
&:nth-child(even) {
.texts { p {
left: 50px; margin-bottom: 20px;
right: auto; }
} }
} }
}
.pic { .people {
width: 100%; margin-top: 4rem;
height: 100%;
object-fit: cover; li {
} position: relative;
height: 433px;
margin-bottom: 2rem;
&:nth-child(even) {
.texts { .texts {
position: absolute; left: 50px;
top: 60px; right: auto;
right: 50px;
width: 380px;
padding: 50px 25px;
background: rgba(243, 251, 255, 0.82);
}
h6 {
font-size: 1.2rem;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #2a4b65;
}
.line {
width: 93px;
height: 1px;
margin: 1rem 0;
background: #3e6473;
}
.text {
margin-bottom: 1rem;
font-size: 1rem;
font-family: PingFangSC-Regular, PingFang SC;
color: #2a4b65;
line-height: 1.6;
} }
}
} }
.right {
width: 20%; .pic {
width: 100%;
height: 100%;
object-fit: cover;
} }
.column {
width: 100%; .texts {
margin-bottom: 25px; position: absolute;
top: 60px;
right: 50px;
width: 380px;
padding: 50px 25px;
background: rgba(243, 251, 255, 0.82);
} }
/deep/.el-tree-node__content {
height: 44px; h6 {
background-color: #e5edf8; font-size: 1.2rem;
border-bottom: 2px solid #fff; font-weight: 600;
color: #2a4b65;
} }
/deep/.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
color: #fff; .line {
background-color: #0f5698; width: 93px;
height: 1px;
margin: 1rem 0;
background: #3e6473;
} }
.list {
margin-bottom: 20px; .text {
li { margin-bottom: 1rem;
padding: 16px 0; font-size: 1rem;
border-bottom: 1px solid #d8d8d8; color: #2a4b65;
} line-height: 1.6;
.text { }
margin-bottom: 5px; }
font-size: 14px;
cursor: pointer; .right {
&:hover { width: 20%;
color: $main-color; }
}
} .column {
.date { width: 100%;
font-size: 12px; margin-bottom: 25px;
color: #999; }
}
/deep/.el-tree-node__content {
height: 44px;
background-color: #e5edf8;
border-bottom: 2px solid #fff;
}
/deep/.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
color: #fff;
background-color: #0f5698;
}
.list {
margin-bottom: 20px;
li {
padding: 16px 0;
border-bottom: 1px solid #d8d8d8;
}
.text {
margin-bottom: 5px;
font-size: 14px;
cursor: pointer;
&:hover {
color: $main-color;
}
} }
.date {
font-size: 12px;
color: #999;
}
}
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
.content { .content {
width: 90%; width: 90%;
} }
.article {
flex-direction: column; .article {
.left { flex-direction: column;
.left {
width: 100%;
.recruit {
li {
flex-direction: column;
.pic {
width: 100%; width: 100%;
.recruit { }
li {
flex-direction: column; .texts {
.pic { margin-top: 0.8rem;
width: 100%; }
}
.texts {
margin-top: 0.8rem;
}
}
}
.notice {
flex-direction: column;
li {
width: 100%;
}
}
} }
.right { }
width: 100%;
.notice {
flex-direction: column;
li {
width: 100%;
} }
}
} }
.right {
width: 100%;
}
}
} }
@media (max-width: 480px) { @media (max-width: 480px) {
.article { .article {
.left { .left {
.people { .people {
li { li {
.texts { .texts {
left: 10px; left: 10px;
right: auto; right: auto;
} }
}
}
} }
}
} }
}
} }
</style> </style>

@ -1,9 +1,7 @@
<template> <template>
<div class="wrap p-b-30"> <div class="wrap p-b-30">
<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>
@ -12,18 +10,13 @@
<div class="content"> <div class="content">
<ul class="list"> <ul class="list">
<template v-for="(item, i) in modules[1].list"> <template v-for="(item, i) in modules[1].list">
<li v-if="item.isEnable" <li v-if="item.isEnable" :key="i" :class="{ 'cursor-pointer': isLink(item.link.linkName) }"
:key="i" @click="openLink(item)">
:class="{'cursor-pointer': isLink(item.link.linkName)}" <img :src="item.pic" alt="" class="pic">
@click="openLink(item)">
<img :src="item.pic"
alt=""
class="pic">
<div class="texts"> <div class="texts">
<h6>{{ item.title }}</h6> <h6>{{ item.title }}</h6>
<p class="job">{{ item.subTitle }}</p> <p class="job">{{ item.subTitle }}</p>
<div class="text" <div class="text" v-html="item.des"></div>
v-html="item.des"></div>
</div> </div>
</li> </li>
</template> </template>
@ -77,68 +70,77 @@ 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';
.content { .content {
display: flex; display: flex;
width: 1200px; width: 1200px;
justify-content: space-between; justify-content: space-between;
.left {
width: calc(100% - 300px); .left {
width: calc(100% - 300px);
}
.list {
li {
display: flex;
align-items: center;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #ddd;
&:last-child {
border-bottom: 0;
}
} }
.list {
li { .pic {
display: flex; width: 224px;
align-items: center; height: 268px;
padding-bottom: 30px; margin-right: 25px;
margin-bottom: 30px; object-fit: cover;
border-bottom: 1px solid #ddd; }
&:last-child {
border-bottom: 0; h6 {
} font-size: 1.2rem;
} color: #333;
.pic { }
width: 224px;
height: 268px; .job {
margin-right: 25px; margin: 16px 0;
object-fit: cover; font-size: 1rem;
} color: #333;
h6 { }
font-size: 1.2rem;
font-family: PingFangSC-Medium, PingFang SC; .text {
color: #333; font-size: 1rem;
} color: #333;
.job {
margin: 16px 0;
font-size: 1rem;
font-family: PingFangSC-Regular, PingFang SC;
color: #333;
}
.text {
font-size: 1rem;
font-family: PingFangSC-Regular, PingFang SC;
color: #333;
}
} }
}
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
.content { .content {
width: 95%; width: 95%;
flex-direction: column; flex-direction: column;
.left,
.right { .left,
width: 100%; .right {
} width: 100%;
} }
}
} }
@media (max-width: 640px) { @media (max-width: 640px) {
.content { .content {
.list { .list {
li { li {
flex-direction: column; flex-direction: column;
} }
.pic {
margin: 0 0 20px 0; .pic {
} margin: 0 0 20px 0;
} }
} }
}
} }
</style> </style>

File diff suppressed because it is too large Load Diff

@ -3,7 +3,9 @@
* */ * */
const isDev = process.env.NODE_ENV === 'development' // 开发环境 const isDev = process.env.NODE_ENV === 'development' // 开发环境
let host = `${location.origin}/` let host = `${location.origin}/`
if (isDev) {
host = 'http://192.168.31.51:10000/'
}
const Setting = { const Setting = {
/** /**
* 基础配置 * 基础配置

@ -2,48 +2,17 @@
@import './var.scss'; @import './var.scss';
@font-face { @font-face {
font-family: PingFang; font-family: Harmony;
src: url('font/PingFang-Regular.otf'); src: url('font/HarmonyOS_SansSC_Light.ttf');
} }
@font-face { @font-face {
font-family: PingFang SC; font-family: siyuan;
src: url('font/PingFang-Regular.otf'); src: url('font/SourceHanSansCN-VF-2.otf');
}
@font-face {
font-family: PingFangSC-Medium;
src: url('font/PingFangSC-Medium.otf');
}
@font-face {
font-family: PingFangSC-Semibold;
src: url('font/PingFangTC-Semibold.ttf');
}
@font-face {
font-family: SFProDisplay-Bold;
src: url('font/SF-Pro-Display-Bold.otf');
}
@font-face {
font-family: SFProDisplay;
src: url('font/SF-Pro-Display-Regular.otf');
}
@font-face {
font-family: toppan;
src: url('font/toppan.otf');
}
@font-face {
font-family: ProximaNova;
src: url('font/ProximaNova-Regular.otf');
}
@font-face {
font-family: AlimamaShuHeiTi-Bold;
src: url('font/AlimamaShuHeiTi-Bold.otf');
} }
[v-cloak] { [v-cloak] {
display: none; display: none;
} }
.site-en {
font-family: SFProDisplay;
}
.flex-between { .flex-between {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
@ -75,7 +44,6 @@
position: relative; position: relative;
padding-bottom: 20px; padding-bottom: 20px;
font-size: 1rem; font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC;
color: #000; color: #000;
line-height: 1.6; line-height: 1.6;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;

Binary file not shown.

@ -11,7 +11,7 @@ body,
body { body {
// min-width: 1280px; // min-width: 1280px;
font-family: PingFang, PingFang SC, "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif; font-family: Harmony, STHeiTi, sans-serif;
font-size: 14px; font-size: 14px;
background: rgba(0, 0, 0, 0.02); background: rgba(0, 0, 0, 0.02);
} }

@ -1,3 +1,3 @@
html { html {
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif; font-family: Harmony, STHeiTi, sans-serif;
} }

@ -5,7 +5,6 @@
position: relative; position: relative;
margin-bottom: 50px; margin-bottom: 50px;
font-size: 3rem; font-size: 3rem;
font-family: SFProDisplay-Bold, SFProDisplay;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
line-height: 60px; line-height: 60px;
@ -56,7 +55,6 @@
bottom: 87px; bottom: 87px;
left: 213px; left: 213px;
font-size: 2rem; font-size: 2rem;
font-family: SFProDisplay-Bold;
font-weight: bold; font-weight: bold;
line-height: 58px; line-height: 58px;
color: #fff; color: #fff;
@ -79,11 +77,9 @@
.banner-title { .banner-title {
margin-bottom: 19px; margin-bottom: 19px;
font-size: 2.2rem; font-size: 2.2rem;
font-family: PingFangSC-Medium, PingFang SC;
} }
.banner-des { .banner-des {
font-size: 1.2rem; font-size: 1.2rem;
font-family: PingFangSC-Medium, PingFang SC;
} }
} }
.des { .des {

Loading…
Cancel
Save