添加漏洞扫描所需参数及样式修复

mobile
yujialong 2 years ago
parent 20b48041e6
commit 74986f22f3
  1. 1
      src/layouts/header/index.vue
  2. 1
      src/layouts/navbar/index.vue
  3. 3
      src/libs/resize/index.js
  4. 2
      src/mixins/page/index.js
  5. 14
      src/pages/application/index.vue
  6. 2
      src/pages/article/activity.vue
  7. 4
      src/pages/article/index.vue
  8. 14
      src/pages/careers/index.vue
  9. 6
      src/pages/column/index.vue
  10. 2
      src/pages/column/result.vue
  11. 18
      src/pages/deviceIntroBeam/index.vue
  12. 14
      src/pages/deviceIntroLayout/index.vue
  13. 38
      src/pages/deviceIntroLinear/index.vue
  14. 6
      src/pages/edu/index.vue
  15. 16
      src/pages/exp/index.vue
  16. 127
      src/pages/overviewDevHistory/index.vue
  17. 2
      src/pages/overviewLocation/index.vue
  18. 127
      src/pages/overviewSetup/index.vue
  19. 2
      src/pages/overviewTrailer/index.vue
  20. 2
      src/pages/publish/index.vue
  21. 2
      src/pages/publish/show.vue
  22. 18
      src/pages/research/index.vue
  23. 10
      src/pages/science/index.vue
  24. 110
      src/pages/sfel/index.vue
  25. 16
      src/pages/talent/index.vue
  26. 34
      src/pages/userSharing/index.vue
  27. 14
      src/router/modules/overviewSetup.js
  28. 16
      src/styles/page/page.scss

@ -133,6 +133,7 @@ $height: 90px;
display: flex; display: flex;
padding: 10px; padding: 10px;
background-color: #fff; background-color: #fff;
box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.3);
.icon { .icon {
display: inline-flex; display: inline-flex;
justify-content: center; justify-content: center;

@ -104,6 +104,7 @@ export default {
jump(id) { jump(id) {
this.getPath(this.menus ,id || this.menus[0].id) this.getPath(this.menus ,id || this.menus[0].id)
this.columnTo(this.toItem) this.columnTo(this.toItem)
this.$parent.showSearch = false
} }
} }
}; };

@ -7,7 +7,8 @@ function setRem() {
// 当前页面宽度相对于 1920宽的缩放比例,可根据自己需要修改。 // 当前页面宽度相对于 1920宽的缩放比例,可根据自己需要修改。
const scale = document.documentElement.clientWidth / 1920; const scale = document.documentElement.clientWidth / 1920;
// 设置页面根节点字体大小(“Math.min(scale, 2)” 指最高放大比例为2,可根据实际业务需求调整) // 设置页面根节点字体大小(“Math.min(scale, 2)” 指最高放大比例为2,可根据实际业务需求调整)
document.documentElement.style.fontSize = baseSize * Math.min(scale, 2) + "px"; const size = baseSize * Math.min(scale, 2)
document.documentElement.style.fontSize = (size < 14 ? 14 : size) + "px";
} }
// 初始化 // 初始化

@ -11,7 +11,7 @@ export default {
} }
}, },
mounted() { mounted() {
this.getInfo && this.getInfo() this.getInfo && this.id && this.getInfo()
}, },
methods: { methods: {
// 打开链接 // 打开链接

@ -122,7 +122,7 @@ export default {
@import "../../styles/page/page.scss"; @import "../../styles/page/page.scss";
.history { .history {
h2 { h2 {
font-size: 30px; font-size: 1.8rem;
color: #333; color: #333;
} }
.texts { .texts {
@ -142,7 +142,7 @@ export default {
} }
.des { .des {
margin: 20px 0; margin: 20px 0;
font-size: 22px; font-size: 1.2rem;
color: #181818; color: #181818;
line-height: 31px; line-height: 31px;
} }
@ -199,7 +199,7 @@ export default {
.text { .text {
position: relative; position: relative;
margin-top: 20px; margin-top: 20px;
font-size: 32px; font-size: 2rem;
color: #fff; color: #fff;
} }
} }
@ -231,7 +231,7 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 143px; height: 143px;
font-size: 30px; font-size: 1.8rem;
font-family: SFProDisplay-Bold, SFProDisplay; font-family: SFProDisplay-Bold, SFProDisplay;
font-weight: bold; font-weight: bold;
line-height: 40px; line-height: 40px;
@ -269,17 +269,17 @@ export default {
margin-left: 34px; margin-left: 34px;
} }
h6 { h6 {
font-size: 18px; font-size: 1.1rem;
color: #0648A8; color: #0648A8;
} }
.des { .des {
margin: 14px 0; margin: 14px 0;
font-size: 16px; font-size: 1rem;
color: #333; color: #333;
line-height: 22px; line-height: 22px;
} }
.meta { .meta {
font-size: 16px; font-size: 1rem;
color: #999; color: #999;
} }
} }

@ -142,6 +142,8 @@ export default {
// //
getArticle() { getArticle() {
this.$post(this.api.newlyPublishedArticles, { this.$post(this.api.newlyPublishedArticles, {
role: 1,
isadmin: false,
pageNum: 1, pageNum: 1,
pageSize: 5, pageSize: 5,
siteId: this.$route.query.siteId || this.$store.state.content.site siteId: this.$route.query.siteId || this.$store.state.content.site

@ -86,7 +86,7 @@ export default {
methods: { methods: {
// //
getInfo() { getInfo() {
this.$post(`${this.api.findArticle}?id=${this.id}`).then(({ data }) => { this.id && this.$post(`${this.api.findArticle}?id=${this.id}`).then(({ data }) => {
// //
const { columnName, path, id } = this.$route.query const { columnName, path, id } = this.$route.query
this.routes = [ this.routes = [
@ -157,6 +157,8 @@ export default {
// //
getArticle() { getArticle() {
this.$post(this.api.newlyPublishedArticles, { this.$post(this.api.newlyPublishedArticles, {
role: 1,
isadmin: false,
pageNum: 1, pageNum: 1,
pageSize: 5, pageSize: 5,
siteId: this.$route.query.siteId || this.$store.state.content.site siteId: this.$route.query.siteId || this.$store.state.content.site

@ -160,10 +160,10 @@ export default {
} }
h6 { h6 {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 35px; font-size: 2rem;
} }
.text { .text {
font-size: 24px; font-size: 1.3rem;
} }
.arrow { .arrow {
position: absolute; position: absolute;
@ -212,12 +212,12 @@ export default {
width: 51%; width: 51%;
} }
h6 { h6 {
font-size: 24px; font-size: 1.4rem;
color: #333; color: #333;
} }
.des { .des {
margin-top: 20px; margin-top: 20px;
font-size: 20px; font-size: 1.2rem;
color: #666; color: #666;
line-height: 32px; line-height: 32px;
} }
@ -275,17 +275,17 @@ export default {
height: 100%; height: 100%;
} }
h6 { h6 {
font-size: 46px; font-size: 2.6rem;
transition: .3s; transition: .3s;
} }
.sub { .sub {
margin: 20px; margin: 20px;
font-size: 36px; font-size: 2rem;
transition: .3s; transition: .3s;
} }
.des { .des {
margin-bottom: 40px; margin-bottom: 40px;
font-size: 24px; font-size: 1.2rem;
transition: .3s; transition: .3s;
} }
.icon { .icon {

@ -202,7 +202,7 @@ export default {
}, },
// //
getInfo() { getInfo() {
this.$post(`${this.api.findColumn}?id=${this.id}`).then(({ data }) => { this.id && this.$post(`${this.api.findColumn}?id=${this.id}`).then(({ data }) => {
this.columnClick(data) this.columnClick(data)
if (data.typeId !== 3) this.loaded = true // if (data.typeId !== 3) this.loaded = true //
this.info = data this.info = data
@ -321,6 +321,8 @@ export default {
// //
getNews() { getNews() {
this.$post(this.api.newlyPublishedArticles, { this.$post(this.api.newlyPublishedArticles, {
role: 1,
isadmin: false,
pageNum: 1, pageNum: 1,
pageSize: 5, pageSize: 5,
siteId: this.$route.query.siteId || this.$store.state.content.site siteId: this.$route.query.siteId || this.$store.state.content.site
@ -391,6 +393,8 @@ export default {
if (this.lableId.includes(e.id)) labelName.push(e.labelName) if (this.lableId.includes(e.id)) labelName.push(e.labelName)
}) })
this.$post(this.api.newlyPublishedArticles, { this.$post(this.api.newlyPublishedArticles, {
role: 1,
isadmin: false,
siteId: this.$route.query.siteId || this.site, siteId: this.$route.query.siteId || this.site,
columnIds, columnIds,
pageNum: this.page, pageNum: this.page,

@ -61,6 +61,8 @@ export default {
getArticle() { getArticle() {
this.setKeyword('') this.setKeyword('')
this.$post(this.api.newlyPublishedArticles, { this.$post(this.api.newlyPublishedArticles, {
role: 1,
isadmin: false,
siteId: this.$route.query.siteId || this.site, siteId: this.$route.query.siteId || this.site,
pageNum: 1, pageNum: 1,
pageSize: 1000, pageSize: 1000,

@ -67,21 +67,21 @@ export default {
} }
h6 { h6 {
position: relative; position: relative;
font-size: 48px; font-size: 2.4rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
} }
.en { .en {
margin-top: -35px; margin-top: -25px;
font-size: 48px; font-size: 2.4rem;
font-family: PingFangSC-Light, PingFang SC; font-family: PingFangSC-Light, PingFang SC;
font-weight: 300; font-weight: 300;
color: #E3E3E3; color: #E3E3E3;
} }
.sum { .sum {
margin-top: 60px; margin-top: 60px;
font-size: 28px; font-size: 1.2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
@ -89,14 +89,14 @@ export default {
} }
.des { .des {
margin-top: 25px; margin-top: 25px;
font-size: 18px; font-size: 1rem;
color: #333; color: #333;
line-height: 37px; line-height: 37px;
overflow: visible; overflow: visible;
} }
.pic { .pic {
width: 710px; width: 610px;
height: 509px; height: 409px;
margin-top: -30px; margin-top: -30px;
border-top-left-radius: 20px; border-top-left-radius: 20px;
} }
@ -115,7 +115,7 @@ export default {
.des { .des {
height: 100%; height: 100%;
padding: 57px 60px 20px 60px; padding: 57px 60px 20px 60px;
font-size: 22px; font-size: 1.2rem;
color: #fff; color: #fff;
line-height: 40px; line-height: 40px;
background: #2E4984; background: #2E4984;
@ -128,7 +128,7 @@ export default {
h6 { h6 {
padding-left: 15px; padding-left: 15px;
margin-bottom: 15px; margin-bottom: 15px;
font-size: 20px; font-size: 1.1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #2A2A2A; color: #2A2A2A;

@ -68,14 +68,14 @@ export default {
} }
h6 { h6 {
position: relative; position: relative;
font-size: 48px; font-size: 2.2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
} }
.en { .en {
margin: -35px 0 40px; margin: -25px 0 40px;
font-size: 48px; font-size: 2.2rem;
font-family: PingFangSC-Light, PingFang SC; font-family: PingFangSC-Light, PingFang SC;
font-weight: 300; font-weight: 300;
color: #E3E3E3; color: #E3E3E3;
@ -84,9 +84,9 @@ export default {
position: absolute; position: absolute;
left: 0; left: 0;
max-width: 1671px; max-width: 1671px;
width: 90%; width: 80%;
padding: 32px 52px 25px 16%; padding: 32px 52px 25px 16%;
font-size: 24px; font-size: 1.2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #FFFFFF; color: #FFFFFF;
@ -95,7 +95,7 @@ export default {
} }
.des { .des {
margin-top: 25px; margin-top: 25px;
font-size: 18px; font-size: 1rem;
color: #333; color: #333;
line-height: 37px; line-height: 37px;
overflow: visible; overflow: visible;
@ -129,7 +129,7 @@ export default {
h6 { h6 {
padding-left: 15px; padding-left: 15px;
margin-bottom: 15px; margin-bottom: 15px;
font-size: 20px; font-size: 1.1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #2A2A2A; color: #2A2A2A;

@ -8,9 +8,9 @@
<p class="en">Superconducting linac -1</p> <p class="en">Superconducting linac -1</p>
<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">
<h6>S³FEL的光阴极注入器/电子枪利用光电效应产生高亮度电子束团并将其加速到90 MeV</h6> <h6>{{ modules[0].form.title }}</h6>
<div class="line"></div> <div class="line"></div>
<div class="des">主加速器基于超导连续波工作模式采用三级加速两级压缩的结构将电子束团能量提高到2.5 GeV同时在保持横向发射度不变的情况下将电子束长度从几皮秒压缩到几十飞秒峰值流强提升到800 A以上相比基于常温加速技术的高增益FEL超导直线加速器技术可以有效提高电子束流的重复频率实现最高每秒106脉冲输出常温加速技术为~102脉冲/进而大幅度提高FEL激光的平均功率</div> <div class="text">{{ modules[0].form.des }}</div>
</div> </div>
<img class="bg" src="@/assets/images/device/10.png" alt=""> <img class="bg" src="@/assets/images/device/10.png" alt="">
</div> </div>
@ -46,7 +46,20 @@ export default {
new WOW().init() new WOW().init()
}, },
methods: { methods: {
//
getInfo() {
// /
this.$post(`${this.api[this.preview ? 'getRedisCache' : 'findPage']}?columnId=${this.id}`).then(({ data }) => {
if (data.length) {
// state1theEditedJson稿0jsonBeforeEditing
const json = JSON.parse(this.preview ?
data :
data[data.length - 1][data[data.length - 1].state ? 'theEditedJson' : 'jsonBeforeEditing'])
this.modules = json
console.log("🚀 ~ file: index.vue ~ line 180 ~ this.$post ~ json", json)
}
}).catch(err => {})
}
} }
}; };
</script> </script>
@ -64,14 +77,14 @@ export default {
} }
h2 { h2 {
position: relative; position: relative;
font-size: 48px; font-size: 2.2rem;
font-family: PingFangSC-Semibold, PingFang SC; font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600; font-weight: 600;
color: #1C1C1C; color: #1C1C1C;
} }
.en { .en {
margin: -35px 0 40px; margin: -25px 0 40px;
font-size: 48px; font-size: 2.2rem;
font-family: PingFangSC-Light, PingFang SC; font-family: PingFangSC-Light, PingFang SC;
font-weight: 300; font-weight: 300;
color: #E3E3E3; color: #E3E3E3;
@ -92,7 +105,7 @@ export default {
width: 50%; width: 50%;
} }
h6 { h6 {
font-size: 28px; font-size: 1.4rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #FFFFFF; color: #FFFFFF;
@ -104,13 +117,12 @@ export default {
background: #FFFFFF; background: #FFFFFF;
opacity: 0.52; opacity: 0.52;
} }
.des { .text {
font-size: 22px; font-size: 1.1rem;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #FFFFFF; color: #FFFFFF;
line-height: 44px; line-height: 44px;
overflow: visible;
} }
.bg { .bg {
width: 50%; width: 50%;
@ -121,8 +133,6 @@ export default {
.intro { .intro {
.inner { .inner {
display: flex; display: flex;
width: 90%;
max-width: 1504px;
} }
.left { .left {
width: 30%; width: 30%;
@ -133,7 +143,7 @@ export default {
} }
h5 { h5 {
margin-bottom: 15px; margin-bottom: 15px;
font-size: 20px; font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #2A2A2A; color: #2A2A2A;
@ -141,7 +151,7 @@ export default {
h6 { h6 {
padding-left: 15px; padding-left: 15px;
margin-bottom: 15px; margin-bottom: 15px;
font-size: 20px; font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #2A2A2A; color: #2A2A2A;

@ -124,16 +124,16 @@ export default {
} }
} }
h6 { h6 {
font-size: 40px; font-size: 2.4rem;
color: #3C3C3C; color: #3C3C3C;
} }
.sub { .sub {
font-size: 24px; font-size: 1.2rem;
color: #1C1C1C; color: #1C1C1C;
line-height: 33px; line-height: 33px;
} }
.des { .des {
font-size: 20px; font-size: 1rem;
color: #3C3C3C; color: #3C3C3C;
line-height: 32px; line-height: 32px;
} }

@ -87,12 +87,9 @@ export default {
@import url(../../plugins/wow/animate.css); @import url(../../plugins/wow/animate.css);
@import "../../styles/page/page.scss"; @import "../../styles/page/page.scss";
.station { .station {
.inner {
width: 1200px;
}
h6 { h6 {
position: relative; position: relative;
font-size: 48px; font-size: 2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
@ -100,18 +97,19 @@ export default {
} }
.en { .en {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 45px; font-size: 1.7rem;
font-family: AppleSystemUIFont; font-family: AppleSystemUIFont;
color: #E4E4E4; color: #E4E4E4;
line-height: 1; line-height: 1;
} }
.pic { .pic {
width: 100%; width: 80%;
height: 604px; height: 500px;
margin: 0 auto;
} }
.des { .des {
margin-top: 55px; margin-top: 55px;
font-size: 18px; font-size: 1rem;
color: #333; color: #333;
line-height: 34px; line-height: 34px;
overflow: visible; overflow: visible;
@ -140,7 +138,7 @@ export default {
position: absolute; position: absolute;
top: 192px; top: 192px;
left: 60px; left: 60px;
font-size: 30px; font-size: 1.4rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #fff; color: #fff;

@ -0,0 +1,127 @@
<template>
<div class="wrap">
<div class="single-banner single-banner-overview">
<img class="banner-img" :src="modules[0].form.pic" alt="">
<div class="texts">
<h6 class="banner-title">{{ modules[0].form.title }}</h6>
</div>
</div>
<ul class="tabs wow fadeInLeft">
<template v-for="(item, i) in tabs">
<li :class="{active: i == active}" :key="i" @click="tabChange(i)">{{ item }}</li>
</template>
</ul>
<div class="tab-content">
<div class="org">
<div class="left">
<h6>组织架构</h6>
<p class="text">根据深圳综合粒子设施理事会章程有关规定研究院实行理事会领导下的院长负责制理事长由市长担任副理事长由分管发改科创副市长以及中山大学南方科技大学校长担任理事成员包括市政府秘书长相关副秘书长及政府部门高等院校科研机构龙头企业相关负责同志</p>
</div>
<img class="pic" src="@/assets/images/about.png" alt="">
</div>
<div class="lg-bg">
<img width="100%" src="@/assets/images/about-bg.png" alt="">
</div>
</div>
</div>
</template>
<script>
import mixins from '@/mixins/page'
import WOW from 'wow.js'
export default {
mixins: [mixins],
data() {
return {
active: 1,
tabs: ['S³FEL介绍', '发展历程', 'S³FEL宣传片', '地理位置', '机构设置']
}
},
mounted() {
new WOW().init()
},
methods: {
//
getInfo() {
// /
this.$post(`${this.api[this.preview ? 'getRedisCache' : 'findPage']}?columnId=${this.id}`).then(({ data }) => {
if (data.length) {
// state1theEditedJson稿0jsonBeforeEditing
const json = JSON.parse(this.preview ?
data :
data[data.length - 1][data[data.length - 1].state ? 'theEditedJson' : 'jsonBeforeEditing'])
this.modules = json
console.log("🚀 ~ file: index.vue ~ line 180 ~ this.$post ~ json", json)
}
}).catch(err => {})
},
// tab
tabChange(i) {
this.active = i
if (i == 2) this.$router.push('/overviewTrailer?id=165&siteId=3')
},
}
};
</script>
<style lang="scss" scoped>
@import url(../../plugins/wow/animate.css);
@import "../../styles/page/page.scss";
.tabs {
display: flex;
justify-content: center;
box-shadow: 0px 2px 10px 0px rgba(223,223,223,0.28);
li {
padding: 25px 19px;
margin: 0 10px;
font-size: 1.1rem;
color: #333;
border-bottom: 4px solid transparent;
text-shadow: 0px 2px 14px rgba(167,167,167,0.26);
cursor: pointer;
&.active {
color: #1583FF;
border-bottom-color: #1583FF;
}
}
}
.tab-content {
padding: 77px 0;
}
.org {
display: flex;
justify-content: space-between;
align-items: center;
width: 1294px;
padding: 9px 86px 29px 116px;
margin: 0 auto 50px;
background: #FCFCFC;
border-radius: 160px;
.left {
width: 705px;
}
h6 {
font-size: 1.4rem;
font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
font-weight: bold;
color: #333;
}
.text {
margin-top: 10px;
font-size: 1rem;
color: #020202;
line-height: 2rem;
}
.pic {
width: 320px;
height: 282px;
}
}
.lg-bg {
width: 85%;
margin: 0 auto;
}
</style>

@ -71,7 +71,7 @@ export default {
li { li {
padding: 25px 19px; padding: 25px 19px;
margin: 0 10px; margin: 0 10px;
font-size: 22px; font-size: 1.1rem;
color: #333; color: #333;
border-bottom: 4px solid transparent; border-bottom: 4px solid transparent;
text-shadow: 0px 2px 14px rgba(167,167,167,0.26); text-shadow: 0px 2px 14px rgba(167,167,167,0.26);

@ -0,0 +1,127 @@
<template>
<div class="wrap">
<div class="single-banner single-banner-overview">
<img class="banner-img" :src="modules[0].form.pic" alt="">
<div class="texts">
<h6 class="banner-title">{{ modules[0].form.title }}</h6>
</div>
</div>
<ul class="tabs wow fadeInLeft">
<template v-for="(item, i) in tabs">
<li :class="{active: i == active}" :key="i" @click="tabChange(i)">{{ item }}</li>
</template>
</ul>
<div class="tab-content">
<div class="org">
<div class="left">
<h6>组织架构</h6>
<p class="text">根据深圳综合粒子设施理事会章程有关规定研究院实行理事会领导下的院长负责制理事长由市长担任副理事长由分管发改科创副市长以及中山大学南方科技大学校长担任理事成员包括市政府秘书长相关副秘书长及政府部门高等院校科研机构龙头企业相关负责同志</p>
</div>
<img class="pic" src="@/assets/images/about.png" alt="">
</div>
<div class="lg-bg">
<img width="100%" src="@/assets/images/about-bg.png" alt="">
</div>
</div>
</div>
</template>
<script>
import mixins from '@/mixins/page'
import WOW from 'wow.js'
export default {
mixins: [mixins],
data() {
return {
active: 4,
tabs: ['S³FEL介绍', '发展历程', 'S³FEL宣传片', '地理位置', '机构设置']
}
},
mounted() {
new WOW().init()
},
methods: {
//
getInfo() {
// /
this.$post(`${this.api[this.preview ? 'getRedisCache' : 'findPage']}?columnId=${this.id}`).then(({ data }) => {
if (data.length) {
// state1theEditedJson稿0jsonBeforeEditing
const json = JSON.parse(this.preview ?
data :
data[data.length - 1][data[data.length - 1].state ? 'theEditedJson' : 'jsonBeforeEditing'])
this.modules = json
console.log("🚀 ~ file: index.vue ~ line 180 ~ this.$post ~ json", json)
}
}).catch(err => {})
},
// tab
tabChange(i) {
this.active = i
if (i == 2) this.$router.push('/overviewTrailer?id=165&siteId=3')
},
}
};
</script>
<style lang="scss" scoped>
@import url(../../plugins/wow/animate.css);
@import "../../styles/page/page.scss";
.tabs {
display: flex;
justify-content: center;
box-shadow: 0px 2px 10px 0px rgba(223,223,223,0.28);
li {
padding: 25px 19px;
margin: 0 10px;
font-size: 1.1rem;
color: #333;
border-bottom: 4px solid transparent;
text-shadow: 0px 2px 14px rgba(167,167,167,0.26);
cursor: pointer;
&.active {
color: #1583FF;
border-bottom-color: #1583FF;
}
}
}
.tab-content {
padding: 77px 0;
}
.org {
display: flex;
justify-content: space-between;
align-items: center;
width: 1294px;
padding: 9px 86px 29px 116px;
margin: 0 auto 50px;
background: #FCFCFC;
border-radius: 160px;
.left {
width: 705px;
}
h6 {
font-size: 1.4rem;
font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
font-weight: bold;
color: #333;
}
.text {
margin-top: 10px;
font-size: 1rem;
color: #020202;
line-height: 2rem;
}
.pic {
width: 320px;
height: 282px;
}
}
.lg-bg {
width: 85%;
margin: 0 auto;
}
</style>

@ -77,7 +77,7 @@ export default {
li { li {
padding: 25px 19px; padding: 25px 19px;
margin: 0 10px; margin: 0 10px;
font-size: 22px; font-size: 1.1rem;
color: #333; color: #333;
border-bottom: 4px solid transparent; border-bottom: 4px solid transparent;
text-shadow: 0px 2px 14px rgba(167,167,167,0.26); text-shadow: 0px 2px 14px rgba(167,167,167,0.26);

@ -57,6 +57,8 @@ export default {
// //
getArticle() { getArticle() {
this.$post(this.api.newlyPublishedArticles, { this.$post(this.api.newlyPublishedArticles, {
role: 1,
isadmin: false,
siteId: this.$route.query.siteId || this.site, siteId: this.$route.query.siteId || this.site,
columnIds: [this.id], columnIds: [this.id],
pageNum: this.page, pageNum: this.page,

@ -150,6 +150,8 @@ export default {
}).catch(err => {}) }).catch(err => {})
this.$post(this.api.newlyPublishedArticles, { this.$post(this.api.newlyPublishedArticles, {
role: 1,
isadmin: false,
pageNum: 1, pageNum: 1,
pageSize: 5, pageSize: 5,
siteId: this.$route.query.siteId || this.$store.state.content.site siteId: this.$route.query.siteId || this.$store.state.content.site

@ -149,11 +149,11 @@ export default {
overflow: hidden; overflow: hidden;
} }
h6 { h6 {
font-size: 30px; font-size: 1.8rem;
white-space: nowrap; white-space: nowrap;
} }
.des { .des {
font-size: 22px; font-size: 1.2rem;
color: rgba(255,255,255,0.55); color: rgba(255,255,255,0.55);
} }
} }
@ -186,7 +186,7 @@ export default {
align-items: center; align-items: center;
height: 143px; height: 143px;
padding: 0 30px; padding: 0 30px;
font-size: 30px; font-size: 1.8rem;
font-family: SFProDisplay-Bold, SFProDisplay; font-family: SFProDisplay-Bold, SFProDisplay;
font-weight: bold; font-weight: bold;
line-height: 40px; line-height: 40px;
@ -196,9 +196,6 @@ export default {
transition: .3s; transition: .3s;
} }
} }
.news-inner {
width: 1558px;
}
.news { .news {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -233,17 +230,12 @@ export default {
} }
h6 { h6 {
margin: 35px 0 12px; margin: 35px 0 12px;
font-size: 24px; font-size: 1.3rem;
line-height: 33px; line-height: 33px;
} }
.des { .des {
font-size: 18px; font-size: 1.1rem;
line-height: 26px; line-height: 26px;
} }
} }
@media (max-width: 1570px) {
.news-inner {
width: 98%;
}
}
</style> </style>

@ -87,8 +87,8 @@ export default {
} }
} }
img { img {
width: 100%; width: 90%;
height: 508px; height: 400px;
} }
&:nth-child(2) .texts { &:nth-child(2) .texts {
color: #fff; color: #fff;
@ -100,7 +100,7 @@ export default {
} }
&:nth-child(even) .texts { &:nth-child(even) .texts {
left: auto; left: auto;
right: -28px; right: 0;
} }
.texts { .texts {
position: absolute; position: absolute;
@ -114,12 +114,12 @@ export default {
} }
h6 { h6 {
margin-bottom: 14px; margin-bottom: 14px;
font-size: 36px; font-size: 2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
} }
.des { .des {
font-size: 18px; font-size: 1rem;
} }
} }
</style> </style>

@ -389,7 +389,7 @@ export default {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
h5 { h5 {
padding-left: 16px; padding-left: 16px;
font-size: 36px; font-size: 1.6rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
@ -397,19 +397,19 @@ export default {
border-left: 6px solid #2B96EF; border-left: 6px solid #2B96EF;
} }
.sub { .sub {
font-size: 22px; font-size: 1.1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #AFB7BF; color: #AFB7BF;
} }
.more { .more {
font-size: 14px; font-size: .8rem;
color: #666; color: #666;
cursor: pointer; cursor: pointer;
} }
} }
.lg { .lg {
width: 1505px; // width: 1505px;
} }
/deep/.articles { /deep/.articles {
width: 50%; width: 50%;
@ -464,17 +464,17 @@ export default {
} }
} }
h6 { h6 {
font-size: 24px; font-size: 1.3rem;
transition: .3s; transition: .3s;
} }
.des { .des {
margin: 30px 0; margin: 30px 0;
font-size: 16px; font-size: .9rem;
line-height: 24px; line-height: 24px;
transition: .3s; transition: .3s;
} }
.meta { .meta {
font-size: 16px; font-size: .8rem;
transition: .3s; transition: .3s;
} }
} }
@ -504,13 +504,13 @@ export default {
padding: 40px 30px; padding: 40px 30px;
} }
.meta { .meta {
font-size: 16px; font-size: .9rem;
color: #666; color: #666;
} }
.des { .des {
height: 60px; height: 60px;
margin: 10px 0; margin: 10px 0;
font-size: 20px; font-size: 1.1rem;
font-family: SFProDisplay; font-family: SFProDisplay;
font-weight: 500; font-weight: 500;
color: #333; color: #333;
@ -528,7 +528,7 @@ export default {
.shop-shows { .shop-shows {
display: flex; display: flex;
.left { .left {
width: 660px; width: 50%;
margin-right: 20px; margin-right: 20px;
.item { .item {
position: relative; position: relative;
@ -545,9 +545,9 @@ export default {
left: 0; left: 0;
width: 100%; width: 100%;
padding: 0 20px; padding: 0 20px;
font-size: 18px; font-size: 1rem;
color: #fff; color: #fff;
line-height: 59px; line-height: 3rem;
@include ellipsis; @include ellipsis;
background-color: rgba(0, 0, 0, 0.57); background-color: rgba(0, 0, 0, 0.57);
} }
@ -569,6 +569,7 @@ export default {
} }
} }
.cards { .cards {
height: 136px;
padding: 20px; padding: 20px;
background-color: #fff; background-color: #fff;
transition: .5s; transition: .5s;
@ -578,20 +579,20 @@ export default {
} }
h6 { h6 {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 18px; font-size: 1rem;
color: #48525E; color: #48525E;
} }
.a-line { .a-line {
@include ellipsis; @include ellipsis;
} }
.sum { .sum {
font-size: 14px; font-size: .9rem;
color: #6D7C8E; color: #6D7C8E;
@include ellipsis; @include ellipsis;
} }
.date { .date {
margin-top: 24px; margin-top: 24px;
font-size: 14px; font-size: .9rem;
color: #C4CCD7; color: #C4CCD7;
} }
} }
@ -607,7 +608,7 @@ export default {
} }
} }
.right { .right {
width: 824px; width: 50%;
} }
.card-list { .card-list {
li { li {
@ -630,14 +631,14 @@ export default {
text-align: center; text-align: center;
} }
.d { .d {
font-size: 36px; font-size: 2rem;
font-family: DINCondensed-Bold, DINCondensed; font-family: DINCondensed-Bold, DINCondensed;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
line-height: 43px; line-height: 43px;
} }
.m { .m {
font-size: 14px; font-size: .9rem;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
@ -648,14 +649,14 @@ export default {
} }
h6 { h6 {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 18px; font-size: 1.1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #1583FF; color: #1583FF;
@include ellipsis; @include ellipsis;
} }
.des { .des {
font-size: 16px; font-size: 1rem;
color: #666; color: #666;
line-height: 26px; line-height: 26px;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
@ -677,8 +678,8 @@ export default {
left: 0; left: 0;
width: 100%; width: 100%;
padding: 0 12px; padding: 0 12px;
line-height: 59px; line-height: 3rem;
font-size: 18px; font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #FFFFFF; color: #FFFFFF;
@ -698,8 +699,9 @@ export default {
} }
.left { .left {
position: relative; position: relative;
min-width: 698px; width: 550px;
height: 688px; min-width: 550px;
height: 550px;
margin-right: 20px; margin-right: 20px;
cursor: pointer; cursor: pointer;
overflow: hidden; overflow: hidden;
@ -709,8 +711,8 @@ export default {
left: 0; left: 0;
width: 100%; width: 100%;
padding: 0 12px; padding: 0 12px;
line-height: 59px; line-height: 3rem;
font-size: 18px; font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #FFFFFF; color: #FFFFFF;
@ -726,12 +728,12 @@ export default {
} }
} }
.card-list { .card-list {
width: 784px; width: 600px;
li { li {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 14px; padding: 6px;
margin-bottom: 21px; margin-bottom: 7px;
background-color: #fff; background-color: #fff;
cursor: pointer; cursor: pointer;
transition: .3s; transition: .3s;
@ -743,22 +745,22 @@ export default {
} }
} }
.pic { .pic {
width: 188px; width: 167px;
height: 188px; height: 167px;
margin-right: 36px; margin-right: 36px;
} }
.texts { .texts {
width: 530px; width: calc(100% - 210px);
} }
h6 { h6 {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 20px; font-size: 1.2rem;
color: #333; color: #333;
@include ellipsis; @include ellipsis;
} }
.sum { .sum {
margin-bottom: 15px; margin-bottom: 6px;
font-size: 16px; font-size: 1rem;
color: #666; color: #666;
@include ellipsis; @include ellipsis;
} }
@ -766,6 +768,8 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
margin: 10px 0; margin: 10px 0;
font-size: .9rem;
@include ellipsis;
} }
.icon { .icon {
margin-right: 5px; margin-right: 5px;
@ -802,8 +806,8 @@ export default {
left: 0; left: 0;
width: 100%; width: 100%;
padding: 0 27px; padding: 0 27px;
line-height: 48px; line-height: 2.5rem;
font-size: 16px; font-size: 1rem;
color: #FFFFFF; color: #FFFFFF;
@include ellipsis; @include ellipsis;
background-color: rgba(0, 0, 0, 0.49); background-color: rgba(0, 0, 0, 0.49);
@ -832,7 +836,7 @@ export default {
} }
h6 { h6 {
margin-bottom: 17px; margin-bottom: 17px;
font-size: 18px; font-size: 1.1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #272727; color: #272727;
@ -841,7 +845,7 @@ export default {
@include ellipsis; @include ellipsis;
} }
.des { .des {
font-size: 14px; font-size: .9rem;
color: #666; color: #666;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
} }
@ -866,7 +870,7 @@ export default {
padding: 40px 28px; padding: 40px 28px;
} }
h6 { h6 {
font-size: 24px; font-size: 1.2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #272727; color: #272727;
@ -875,7 +879,7 @@ export default {
@include ellipsis; @include ellipsis;
} }
.des { .des {
margin-top: 16px; margin-top: 1rem;
font-size: 16px; font-size: 16px;
color: #666; color: #666;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
@ -894,9 +898,6 @@ export default {
.news { .news {
background: url(../../assets/images/sfel/5.png) (0 504px)/auto no-repeat, background: url(../../assets/images/sfel/5.png) (0 504px)/auto no-repeat,
url(../../assets/images/sfel/6.png) (bottom right)/auto no-repeat; url(../../assets/images/sfel/6.png) (bottom right)/auto no-repeat;
.inner {
width: 1400px;
}
} }
.news { .news {
display: flex; display: flex;
@ -932,11 +933,11 @@ export default {
} }
h6 { h6 {
margin: 35px 0 12px; margin: 35px 0 12px;
font-size: 24px; font-size: 1.3rem;
line-height: 33px; line-height: 33px;
} }
.des { .des {
font-size: 18px; font-size: 1rem;
line-height: 26px; line-height: 26px;
} }
} }
@ -952,19 +953,19 @@ export default {
padding: 56px; padding: 56px;
background: #FBFBFB; background: #FBFBFB;
h6 { h6 {
font-size: 24px; font-size: 1.3rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
} }
.des { .des {
margin: 35px 0 25px; margin: 35px 0 25px;
font-size: 16px; font-size: 1rem;
color: #666; color: #666;
line-height: 32px; line-height: 32px;
} }
.meta { .meta {
font-size: 14px; font-size: .9rem;
color: #666; color: #666;
} }
} }
@ -986,7 +987,7 @@ export default {
.list { .list {
display: flex; display: flex;
li { li {
width: calc((100% - 44px) / 3); width: calc((100% - 28px) / 3);
height: 204px; height: 204px;
padding: 36px 22px; padding: 36px 22px;
margin-right: 14px; margin-right: 14px;
@ -1007,14 +1008,14 @@ export default {
.des { .des {
height: 90px; height: 90px;
margin-bottom: 30px; margin-bottom: 30px;
font-size: 18px; font-size: 1rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #FFFFFF; color: #FFFFFF;
line-height: 30px; line-height: 30px;
} }
.date { .date {
font-size: 16px; font-size: .9rem;
font-family: LaoSangamMN; font-family: LaoSangamMN;
color: #FFFFFF; color: #FFFFFF;
} }
@ -1035,7 +1036,7 @@ export default {
.nav { .nav {
li { li {
padding: 0 10px; padding: 0 10px;
font-size: 16px; font-size: 1.1rem;
line-height: 50px; line-height: 50px;
color: #fff; color: #fff;
background-color: #1D1D1D; background-color: #1D1D1D;
@ -1051,9 +1052,6 @@ export default {
} }
} }
@media (max-width: 1520px) { @media (max-width: 1520px) {
.lg {
width: 98%;
}
.conference .card-list { .conference .card-list {
width: 734px; width: 734px;
.texts { .texts {

@ -160,12 +160,12 @@ export default {
} }
h6 { h6 {
margin-bottom: 24px; margin-bottom: 24px;
font-size: 50px; font-size: 2.4rem;
font-family: PingFangSC-Light, PingFang SC; font-family: PingFangSC-Light, PingFang SC;
font-weight: 300; font-weight: 300;
} }
.des { .des {
font-size: 18px; font-size: 1rem;
line-height: 33px; line-height: 33px;
-webkit-line-clamp: 8; -webkit-line-clamp: 8;
} }
@ -173,7 +173,7 @@ export default {
.style { .style {
h6 { h6 {
margin-bottom: 59px; margin-bottom: 59px;
font-size: 48px; font-size: 2.4rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
text-align: center; text-align: center;
@ -194,8 +194,8 @@ export default {
left: 0; left: 0;
width: 100%; width: 100%;
padding: 0 30px; padding: 0 30px;
line-height: 68px; line-height: 3.4rem;
font-size: 24px; font-size: 1.2rem;
color: #fff; color: #fff;
background: rgba(0,0,0,0.38); background: rgba(0,0,0,0.38);
} }
@ -237,17 +237,17 @@ export default {
padding: 0 58px; padding: 0 58px;
} }
.type { .type {
font-size: 18px; font-size: 1rem;
} }
h6 { h6 {
margin: 20px 0; margin: 20px 0;
font-size: 28px; font-size: 1.6rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
} }
.des { .des {
margin-bottom: 30px; margin-bottom: 30px;
font-size: 16px; font-size: 0.9rem;
line-height: 30px; line-height: 30px;
} }
} }

@ -86,33 +86,32 @@ export default {
position: relative; position: relative;
.inner { .inner {
display: flex; display: flex;
width: 1476px;
} }
.left { .left {
width: 509px; width: 40%;
} }
h6 { h6 {
position: relative; position: relative;
font-size: 48px; font-size: 2.2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
} }
.en { .en {
margin-top: -35px; margin-top: -25px;
font-size: 45px; font-size: 2rem;
font-family: AppleSystemUIFont; font-family: AppleSystemUIFont;
color: #E4E4E4; color: #E4E4E4;
} }
.des { .des {
margin-top: 25px; margin-top: 25px;
font-size: 18px; font-size: 1rem;
color: #333; color: #333;
line-height: 37px; line-height: 37px;
overflow: visible; overflow: visible;
} }
.pic { .pic {
width: 944px; width: 60%;
height: 568px; height: 568px;
border-top-left-radius: 20px; border-top-left-radius: 20px;
} }
@ -122,20 +121,20 @@ export default {
left: 0; left: 0;
width: 1068px; width: 1068px;
height: 145px; height: 145px;
padding: 20px 0 0 11%; padding: 30px 0 0 11%;
background: #7BACC4; background: #7BACC4;
border-radius: 0px 100px 0px 0px; border-radius: 0px 100px 0px 0px;
opacity: 0.88; opacity: 0.88;
} }
.title { .title {
margin-bottom: 10px; margin-bottom: 10px;
font-size: 40px; font-size: 1.8rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
color: #fff; color: #fff;
} }
.en-text { .en-text {
font-size: 28px; font-size: 1.3rem;
font-family: AppleSystemUIFont; font-family: AppleSystemUIFont;
color: #fff; color: #fff;
letter-spacing: 2px; letter-spacing: 2px;
@ -144,14 +143,19 @@ export default {
.group { .group {
display: flex; display: flex;
justify-content: center; justify-content: center;
width: 1000px;
margin: 0 auto;
li { li {
position: relative; position: relative;
width: 420px; width: calc((100% - 40px) / 3);
height: 390px; height: 300px;
padding: 195px 0 0 32px; padding: 110px 20px 0 32px;
margin-right: 20px; margin-right: 20px;
color: #fff; color: #fff;
overflow: hidden; overflow: hidden;
&:last-child {
margin-right: 0;
}
&:hover { &:hover {
img { img {
transform: scale(1.3); transform: scale(1.3);
@ -168,14 +172,14 @@ export default {
} }
h6 { h6 {
position: relative; position: relative;
font-size: 36px; font-size: 1.5rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
} }
.des { .des {
position: relative; position: relative;
margin-top: 16px; margin-top: 16px;
font-size: 18px; font-size: 0.9rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500; font-weight: 500;
line-height: 31px; line-height: 31px;

@ -0,0 +1,14 @@
import BasicLayout from '@/layouts/home'
const name = 'overviewSetup'
export default {
path: `/${name}`,
component: BasicLayout,
children: [
{
name,
path: `/${name}`,
component: () => import(`@/pages/${name}`),
meta: { title: '' }
}
]
};

@ -4,7 +4,7 @@
.b-title { .b-title {
position: relative; position: relative;
margin-bottom: 50px; margin-bottom: 50px;
font-size: 50px; font-size: 3rem;
font-family: SFProDisplay-Bold, SFProDisplay; font-family: SFProDisplay-Bold, SFProDisplay;
font-weight: bold; font-weight: bold;
color: #333333; color: #333333;
@ -24,7 +24,7 @@
} }
.intro { .intro {
margin-bottom: 80px; margin-bottom: 80px;
font-size: 30px; font-size: 1.6rem;
text-align: center; text-align: center;
color: #5B5B5E; color: #5B5B5E;
line-height: 40px; line-height: 40px;
@ -32,13 +32,13 @@
} }
} }
.inner { .inner {
width: 1400px; width: 1200px;
margin: 0 auto; margin: 0 auto;
} }
.banner { .banner {
height: 280px; height: 280px;
padding: 123px 0 0 243px; padding: 123px 0 0 243px;
font-size: 48px; font-size: 2rem;
color: #fff; color: #fff;
} }
.banner-item { .banner-item {
@ -53,7 +53,7 @@
position: absolute; position: absolute;
bottom: 87px; bottom: 87px;
left: 213px; left: 213px;
font-size: 48px; font-size: 2rem;
font-family: SFProDisplay-Bold; font-family: SFProDisplay-Bold;
font-weight: bold; font-weight: bold;
line-height: 58px; line-height: 58px;
@ -79,11 +79,11 @@
} }
.banner-title { .banner-title {
margin-bottom: 19px; margin-bottom: 19px;
font-size: 48px; font-size: 2.2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
} }
.banner-des { .banner-des {
font-size: 24px; font-size: 1.2rem;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC;
} }
} }
@ -113,6 +113,6 @@
} }
@media (max-width: 1410px) { @media (max-width: 1410px) {
.inner { .inner {
width: 98%; width: 80%;
} }
} }
Loading…
Cancel
Save