|
|
|
@ -3,23 +3,31 @@ |
|
|
|
|
<div class="actions"> |
|
|
|
|
<p class="page-name">页面设置/SFEL</p> |
|
|
|
|
<div> |
|
|
|
|
<el-button type="primary" @click="preview">预览</el-button> |
|
|
|
|
<el-button type="primary" |
|
|
|
|
@click="preview">预览</el-button> |
|
|
|
|
<el-button @click="save(0)">保存为草稿</el-button> |
|
|
|
|
<el-button type="primary" @click="save(1)">发布</el-button> |
|
|
|
|
<el-button type="primary" |
|
|
|
|
@click="save(1)">发布</el-button> |
|
|
|
|
<el-button @click="back">放弃编辑</el-button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="modules"> |
|
|
|
|
<div class="relative"> |
|
|
|
|
<el-carousel height="480px" :indicator-position="modules[0].list.filter(e => e.isEnable).length > 1 ? '' : 'none'"> |
|
|
|
|
<el-carousel height="480px" |
|
|
|
|
:indicator-position="modules[0].list.filter(e => e.isEnable).length > 1 ? '' : 'none'"> |
|
|
|
|
<template v-for="(item, i) in modules[0].list"> |
|
|
|
|
<el-carousel-item v-if="item.pic && item.isEnable" :key="i"> |
|
|
|
|
<img width="100%" height="100%" :src="item.pic" alt=""> |
|
|
|
|
<el-carousel-item v-if="item.pic && item.isEnable" |
|
|
|
|
:key="i"> |
|
|
|
|
<img width="100%" |
|
|
|
|
height="100%" |
|
|
|
|
:src="item.pic" |
|
|
|
|
alt=""> |
|
|
|
|
</el-carousel-item> |
|
|
|
|
</template> |
|
|
|
|
</el-carousel> |
|
|
|
|
<div class="cover" @click="toSet(0)">点击更换banner与链接</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(0)">点击更换banner与链接</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="block banner-block"> |
|
|
|
@ -30,11 +38,15 @@ |
|
|
|
|
<span class="sub">{{ modules[1].form.subTitle }}</span> |
|
|
|
|
</h5> |
|
|
|
|
<span class="more">MORE</span> |
|
|
|
|
<div class="cover" @click="toSet(1)">点击更换标题与小标题</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(1)">点击更换标题与小标题</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="c-wrap"> |
|
|
|
|
<div class="sfel-banner"> |
|
|
|
|
<img width="100%" height="480" src="http://10.10.11.7/images/about/5.png" alt=""> |
|
|
|
|
<img width="100%" |
|
|
|
|
height="480" |
|
|
|
|
src="http://10.10.11.7/images/about/5.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="right"> |
|
|
|
|
<h6>IASF is driven to serve the Science and industry, and solve grand challenges through research and innovation. We are open and creative</h6> |
|
|
|
|
<div class="des">Innovation centers are distributed in the bay areas, such as the San Francisco Bay area, the New York Bay area, and the Tokyo Bay area in Japan. And the Guangdong-Hong Kong-Macao Greater Bay </div> |
|
|
|
@ -43,31 +55,44 @@ |
|
|
|
|
</div> |
|
|
|
|
<ul class="card"> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/9.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/9.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<p class="meta">2022-09-09 | Research</p> |
|
|
|
|
<div class="des">IASF is driven to serve the Science and industry, and solve grand </div> |
|
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
|
<img class="arrow" |
|
|
|
|
src="@/assets/images/arrow.png" |
|
|
|
|
alt=""> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/10.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/10.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<p class="meta">2022-09-09 | Research</p> |
|
|
|
|
<div class="des">IASF is driven to serve the Science and industry, and solve grand </div> |
|
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
|
<img class="arrow" |
|
|
|
|
src="@/assets/images/arrow.png" |
|
|
|
|
alt=""> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/11.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/11.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<p class="meta">2022-09-09 | Research</p> |
|
|
|
|
<div class="des">IASF is driven to serve the Science and industry, and solve grand </div> |
|
|
|
|
<img class="arrow" src="@/assets/images/arrow.png" alt=""> |
|
|
|
|
<img class="arrow" |
|
|
|
|
src="@/assets/images/arrow.png" |
|
|
|
|
alt=""> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="cover" @click="toSet(2)">关联栏目</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(2)">关联栏目</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -80,37 +105,44 @@ |
|
|
|
|
<span class="sub">{{ modules[3].form.subTitle }}</span> |
|
|
|
|
</h5> |
|
|
|
|
<span class="more">MORE</span> |
|
|
|
|
<div class="cover" @click="toSet(3)">点击更换标题与小标题</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(3)">点击更换标题与小标题</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="shop-shows c-wrap"> |
|
|
|
|
<div class="left wow fadeInLeft" data-wow-delay="0.5s"> |
|
|
|
|
<div class="left wow fadeInLeft" |
|
|
|
|
data-wow-delay="0.5s"> |
|
|
|
|
<el-carousel height="432px"> |
|
|
|
|
<el-carousel-item> |
|
|
|
|
<div class="item"> |
|
|
|
|
<img src="@/assets/images/survey3.png" alt=""> |
|
|
|
|
<img src="@/assets/images/survey3.png" |
|
|
|
|
alt=""> |
|
|
|
|
<p class="text">关于2021年度深圳综合粒子设施研究院采购意向公开表</p> |
|
|
|
|
</div> |
|
|
|
|
</el-carousel-item> |
|
|
|
|
<el-carousel-item> |
|
|
|
|
<div class="item"> |
|
|
|
|
<img src="@/assets/images/survey3.png" alt=""> |
|
|
|
|
<img src="@/assets/images/survey3.png" |
|
|
|
|
alt=""> |
|
|
|
|
<p class="text">关于2021年度深圳综合粒子设施研究院采购意向公开表</p> |
|
|
|
|
</div> |
|
|
|
|
</el-carousel-item> |
|
|
|
|
<el-carousel-item> |
|
|
|
|
<div class="item"> |
|
|
|
|
<img src="@/assets/images/survey3.png" alt=""> |
|
|
|
|
<img src="@/assets/images/survey3.png" |
|
|
|
|
alt=""> |
|
|
|
|
<p class="text">关于2021年度深圳综合粒子设施研究院采购意向公开表</p> |
|
|
|
|
</div> |
|
|
|
|
</el-carousel-item> |
|
|
|
|
</el-carousel> |
|
|
|
|
<div class="cards" style="margin-top: 18px;"> |
|
|
|
|
<div class="cards" |
|
|
|
|
style="margin-top: 18px;"> |
|
|
|
|
<h6>关于2021年度深圳综合粒子设施研究院采购意向公开表</h6> |
|
|
|
|
<div class="sum">把一个基因切成两段,分别翻译成两段蛋白片段,还会有原来的功能吗?实多数蛋白片段会…</div> |
|
|
|
|
<p class="date">2022/02/26</p> |
|
|
|
|
</div> |
|
|
|
|
<div class="card-wrap"> |
|
|
|
|
<div class="cards" style="margin-right: 18px"> |
|
|
|
|
<div class="cards" |
|
|
|
|
style="margin-right: 18px"> |
|
|
|
|
<h6>关于2021年度深圳综合粒子设施研究院采购意向公开表</h6> |
|
|
|
|
<p class="date">2022/02/26</p> |
|
|
|
|
</div> |
|
|
|
@ -120,24 +152,31 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="right wow fadeInRight" data-wow-delay="0.5s"> |
|
|
|
|
<div class="right wow fadeInRight" |
|
|
|
|
data-wow-delay="0.5s"> |
|
|
|
|
<ul class="card-list"> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/9.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/9.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h6>喜讯!储存环三次谐波腔的带束实验验证及超导高频频腔</h6> |
|
|
|
|
<div class="des">1月20日上午,光明区总工会组织的“关爱职工·情暖光明”春节工会关爱活动走进深圳综合粒子设施研究院,为奋战在综合性…</div> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/9.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/9.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h6>光明区总工会为一线科研人员送上新春祝福</h6> |
|
|
|
|
<div class="des">1月11日上午,深圳综合粒子设施研究院与深圳大学签署战略合作框架协议。深圳大学党委书记、校长李清泉深圳综合粒子设施研究院与深圳大学党委…</div> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/9.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/9.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h6>深圳综合粒子设施研究院与中国科学院</h6> |
|
|
|
|
<div class="des">1月20日上午,光明区总工会组织的“关爱职工·情暖光明”春节工会关爱活动走进深圳综合粒子设施研究院,为奋战在综合性…</div> |
|
|
|
@ -145,11 +184,13 @@ |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="slide"> |
|
|
|
|
<img src="@/assets/images/survey3.png" alt=""> |
|
|
|
|
<img src="@/assets/images/survey3.png" |
|
|
|
|
alt=""> |
|
|
|
|
<p class="text">深圳综合粒子设施研究院与中国科学院</p> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="cover" @click="toSet(4)">关联栏目</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(4)">关联栏目</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -162,73 +203,102 @@ |
|
|
|
|
<span class="sub">{{ modules[5].form.subTitle }}</span> |
|
|
|
|
</h5> |
|
|
|
|
<span class="more">MORE</span> |
|
|
|
|
<div class="cover" @click="toSet(5)">点击更换标题与小标题</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(5)">点击更换标题与小标题</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="shows c-wrap"> |
|
|
|
|
<div class="left"> |
|
|
|
|
<img width="100%" height="100%" src="http://10.10.11.7/images/about/9.png" alt=""> |
|
|
|
|
<img width="100%" |
|
|
|
|
height="100%" |
|
|
|
|
src="http://10.10.11.7/images/about/9.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="text">关于2021年度深圳综合粒子设施研究院采购意向公开表</div> |
|
|
|
|
</div> |
|
|
|
|
<ul class="card-list"> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/10.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/10.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h6>专业技术培训 | 自由电子激光装置中的结构</h6> |
|
|
|
|
<p class="sum">加速器总体-直线加速器总体-高重频电子枪组…</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/mine.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/mine.png" |
|
|
|
|
alt=""> |
|
|
|
|
邵佳航 |
|
|
|
|
</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/time.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/time.png" |
|
|
|
|
alt=""> |
|
|
|
|
会议时间: 2022年8月13日 14:30 |
|
|
|
|
</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/online.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/online.png" |
|
|
|
|
alt=""> |
|
|
|
|
总部四楼大会议室 |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/10.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/10.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h6>专业技术培训 | 自由电子激光装置中的结构</h6> |
|
|
|
|
<p class="sum">加速器总体-直线加速器总体-高重频电子枪组…</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/mine.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/mine.png" |
|
|
|
|
alt=""> |
|
|
|
|
邵佳航 |
|
|
|
|
</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/time.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/time.png" |
|
|
|
|
alt=""> |
|
|
|
|
会议时间: 2022年8月13日 14:30 |
|
|
|
|
</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/online.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/online.png" |
|
|
|
|
alt=""> |
|
|
|
|
总部四楼大会议室 |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<img class="pic" src="http://10.10.11.7/images/about/10.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="http://10.10.11.7/images/about/10.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h6>专业技术培训 | 自由电子激光装置中的结构</h6> |
|
|
|
|
<p class="sum">加速器总体-直线加速器总体-高重频电子枪组…</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/mine.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/mine.png" |
|
|
|
|
alt=""> |
|
|
|
|
邵佳航 |
|
|
|
|
</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/time.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/time.png" |
|
|
|
|
alt=""> |
|
|
|
|
会议时间: 2022年8月13日 14:30 |
|
|
|
|
</p> |
|
|
|
|
<p class="text"> |
|
|
|
|
<img class="icon" src="@/assets/images/online.png" alt=""> |
|
|
|
|
<img class="icon" |
|
|
|
|
src="@/assets/images/online.png" |
|
|
|
|
alt=""> |
|
|
|
|
总部四楼大会议室 |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="cover" @click="toSet(6)">关联栏目</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(6)">关联栏目</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -241,17 +311,27 @@ |
|
|
|
|
<span class="sub">{{ modules[7].form.subTitle }}</span> |
|
|
|
|
</h5> |
|
|
|
|
<span class="more">MORE</span> |
|
|
|
|
<div class="cover" @click="toSet(7)">点击更换标题与小标题</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(7)">点击更换标题与小标题</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="media-wrap c-wrap"> |
|
|
|
|
<div class="left"> |
|
|
|
|
<div class="slides"> |
|
|
|
|
<div class="item wow fadeInLeft" data-wow-delay="0.5s" style="margin-right: 20px"> |
|
|
|
|
<img width="100%" height="100%" src="http://10.10.11.7/images/about/9.png" alt=""> |
|
|
|
|
<div class="item wow fadeInLeft" |
|
|
|
|
data-wow-delay="0.5s" |
|
|
|
|
style="margin-right: 20px"> |
|
|
|
|
<img width="100%" |
|
|
|
|
height="100%" |
|
|
|
|
src="http://10.10.11.7/images/about/9.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="text">关于2021年度深圳综合粒子设施研究院采购意向公开表</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="item wow fadeInLeft" data-wow-delay="0.5s"> |
|
|
|
|
<img width="100%" height="100%" src="http://10.10.11.7/images/about/9.png" alt=""> |
|
|
|
|
<div class="item wow fadeInLeft" |
|
|
|
|
data-wow-delay="0.5s"> |
|
|
|
|
<img width="100%" |
|
|
|
|
height="100%" |
|
|
|
|
src="http://10.10.11.7/images/about/9.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="text">关于2021年度深圳综合粒子设施研究院采购意向公开表</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -271,13 +351,15 @@ |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
|
<div class="right"> |
|
|
|
|
<img src="@/assets/images/survey3.png" alt=""> |
|
|
|
|
<img src="@/assets/images/survey3.png" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h6>关于2021年度深圳综合粒子设施研究院采购公开表</h6> |
|
|
|
|
<div class="des">把一个基因切成两段,分别翻译成两段蛋白片段,还会有原来的功能吗?实多数蛋白片段会…</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="cover" @click="toSet(8)">关联栏目</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(8)">关联栏目</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -290,16 +372,20 @@ |
|
|
|
|
<span class="sub">{{ modules[9].form.subTitle }}</span> |
|
|
|
|
</h5> |
|
|
|
|
<span class="more">MORE</span> |
|
|
|
|
<div class="cover" @click="toSet(9)">点击更换标题与小标题</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(9)">点击更换标题与小标题</div> |
|
|
|
|
</div> |
|
|
|
|
<ul class="news"> |
|
|
|
|
<li v-for="(item, i) in modules[10].list" :key="i"> |
|
|
|
|
<img :src="item.pic" alt=""> |
|
|
|
|
<li v-for="(item, i) in modules[10].list" |
|
|
|
|
:key="i"> |
|
|
|
|
<img :src="item.pic" |
|
|
|
|
alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h6>{{ item.title }}</h6> |
|
|
|
|
<div class="des">{{ item.des }}</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="cover" @click="toSet(10, i)">点击更改图片、标题概述与链接</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(10, i)">点击更改图片、标题概述与链接</div> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
</div> |
|
|
|
@ -313,7 +399,8 @@ |
|
|
|
|
<span class="sub">{{ modules[11].form.subTitle }}</span> |
|
|
|
|
</h5> |
|
|
|
|
<span class="more">MORE</span> |
|
|
|
|
<div class="cover" @click="toSet(11)">点击更换标题与小标题</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(11)">点击更换标题与小标题</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="c-wrap"> |
|
|
|
|
<div class="slide"> |
|
|
|
@ -322,7 +409,9 @@ |
|
|
|
|
<div class="des">X射线自由电子激光已经成为了化学、生物、物理等领域不可或缺的研究手段。对于绝大多数自由电子激研究院紧密围绕高水平建设综合性国家科学中心战略目标,面向国民经济主战场和世界科技前沿…</div> |
|
|
|
|
<div class="meta">发表日期:2022.01.10  浏览量:备份</div> |
|
|
|
|
</div> |
|
|
|
|
<img class="pic" src="@/assets/images/survey3.png" alt=""> |
|
|
|
|
<img class="pic" |
|
|
|
|
src="@/assets/images/survey3.png" |
|
|
|
|
alt=""> |
|
|
|
|
</div> |
|
|
|
|
<ul class="list"> |
|
|
|
|
<li> |
|
|
|
@ -338,13 +427,17 @@ |
|
|
|
|
<p class="date">2022.10.10</p> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div class="cover" @click="toSet(12)">关联栏目</div> |
|
|
|
|
<div class="cover" |
|
|
|
|
@click="toSet(12)">关联栏目</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<Module ref="module" :data.sync="curData" :visible.sync="diaVisible" @moduleSubmit="moduleSubmit" /> |
|
|
|
|
<Module ref="module" |
|
|
|
|
:data.sync="curData" |
|
|
|
|
:visible.sync="diaVisible" |
|
|
|
|
@moduleSubmit="moduleSubmit" /> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
@ -353,12 +446,12 @@ import mixins from '@/mixins/page' |
|
|
|
|
import Modules from '@/const/modules' |
|
|
|
|
export default { |
|
|
|
|
mixins: [mixins], |
|
|
|
|
data() { |
|
|
|
|
data () { |
|
|
|
|
return { |
|
|
|
|
modules: Modules.sfel |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
|
mounted () { |
|
|
|
|
this.$store.commit('user/setCrumbs', [ |
|
|
|
|
{ |
|
|
|
|
name: '站点管理', |
|
|
|
@ -384,7 +477,7 @@ export default { |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
@import "../../../styles/page/page.scss"; |
|
|
|
|
@import '../../../styles/page/page.scss'; |
|
|
|
|
.title { |
|
|
|
|
position: relative; |
|
|
|
|
display: flex; |
|
|
|
@ -400,13 +493,13 @@ export default { |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #333333; |
|
|
|
|
line-height: 1; |
|
|
|
|
border-left: 6px solid #2B96EF; |
|
|
|
|
border-left: 6px solid #2b96ef; |
|
|
|
|
} |
|
|
|
|
.sub { |
|
|
|
|
font-size: 22px; |
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #AFB7BF; |
|
|
|
|
color: #afb7bf; |
|
|
|
|
} |
|
|
|
|
.more { |
|
|
|
|
font-size: 14px; |
|
|
|
@ -425,7 +518,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.banner-block { |
|
|
|
|
background: url(../../../assets/images/sfel/2.png) 0 0/cover no-repeat; |
|
|
|
|
background: url(../../../assets/images/sfel/2.png) 0 0 / cover no-repeat; |
|
|
|
|
} |
|
|
|
|
.sfel-banner { |
|
|
|
|
display: flex; |
|
|
|
@ -438,11 +531,13 @@ export default { |
|
|
|
|
position: relative; |
|
|
|
|
width: 50%; |
|
|
|
|
padding: 50px 50px 30px; |
|
|
|
|
background: #1583FF; |
|
|
|
|
background: #1583ff; |
|
|
|
|
color: #fff; |
|
|
|
|
&:hover { |
|
|
|
|
background: #465f85; |
|
|
|
|
h6, .des, .meta { |
|
|
|
|
h6, |
|
|
|
|
.des, |
|
|
|
|
.meta { |
|
|
|
|
color: #fff; |
|
|
|
|
transform: translateY(15px); |
|
|
|
|
} |
|
|
|
@ -457,29 +552,29 @@ export default { |
|
|
|
|
width: 10px; |
|
|
|
|
height: 10px; |
|
|
|
|
margin-right: 12px; |
|
|
|
|
background: #FFFFFF; |
|
|
|
|
background: #ffffff; |
|
|
|
|
border-radius: 50%; |
|
|
|
|
transition: .2s; |
|
|
|
|
transition: 0.2s; |
|
|
|
|
&.active { |
|
|
|
|
width: 30px; |
|
|
|
|
background: rgba(255,255,255,0.3); |
|
|
|
|
background: rgba(255, 255, 255, 0.3); |
|
|
|
|
border-radius: 5px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
h6 { |
|
|
|
|
font-size: 24px; |
|
|
|
|
transition: .3s; |
|
|
|
|
transition: 0.3s; |
|
|
|
|
} |
|
|
|
|
.des { |
|
|
|
|
margin: 30px 0; |
|
|
|
|
font-size: 16px; |
|
|
|
|
line-height: 24px; |
|
|
|
|
transition: .3s; |
|
|
|
|
transition: 0.3s; |
|
|
|
|
} |
|
|
|
|
.meta { |
|
|
|
|
font-size: 16px; |
|
|
|
|
transition: .3s; |
|
|
|
|
transition: 0.3s; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.card { |
|
|
|
@ -489,9 +584,9 @@ export default { |
|
|
|
|
li { |
|
|
|
|
width: calc((100% - 56px) / 3); |
|
|
|
|
margin-right: 28px; |
|
|
|
|
box-shadow: 0px 0px 20px 0px rgba(176,176,176,0.21); |
|
|
|
|
box-shadow: 0px 0px 20px 0px rgba(176, 176, 176, 0.21); |
|
|
|
|
border-radius: 6px; |
|
|
|
|
transition: .3s; |
|
|
|
|
transition: 0.3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: scale(1.05); |
|
|
|
|
} |
|
|
|
@ -524,7 +619,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.notice { |
|
|
|
|
background: url(../../../assets/images/sfel/3.png) 0 0/cover no-repeat; |
|
|
|
|
background: url(../../../assets/images/sfel/3.png) 0 0 / cover no-repeat; |
|
|
|
|
} |
|
|
|
|
.shop-shows { |
|
|
|
|
display: flex; |
|
|
|
@ -560,16 +655,16 @@ export default { |
|
|
|
|
h6 { |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
font-size: 18px; |
|
|
|
|
color: #48525E; |
|
|
|
|
color: #48525e; |
|
|
|
|
} |
|
|
|
|
.sum { |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: #6D7C8E; |
|
|
|
|
color: #6d7c8e; |
|
|
|
|
} |
|
|
|
|
.date { |
|
|
|
|
margin-top: 24px; |
|
|
|
|
font-size: 14px; |
|
|
|
|
color: #C4CCD7; |
|
|
|
|
color: #c4ccd7; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
h6 { |
|
|
|
@ -593,7 +688,7 @@ export default { |
|
|
|
|
padding: 24px; |
|
|
|
|
margin-bottom: 18px; |
|
|
|
|
background-color: #fff; |
|
|
|
|
transition: .3s; |
|
|
|
|
transition: 0.3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: scale(1.05); |
|
|
|
|
} |
|
|
|
@ -612,7 +707,7 @@ export default { |
|
|
|
|
font-size: 18px; |
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #1583FF; |
|
|
|
|
color: #1583ff; |
|
|
|
|
} |
|
|
|
|
.des { |
|
|
|
|
font-size: 16px; |
|
|
|
@ -638,13 +733,13 @@ export default { |
|
|
|
|
font-size: 18px; |
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: rgba(0, 0, 0, 0.57); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.conference { |
|
|
|
|
background: url(../../../assets/images/sfel/4.png) 0 0/cover no-repeat; |
|
|
|
|
background: url(../../../assets/images/sfel/4.png) 0 0 / cover no-repeat; |
|
|
|
|
.shows { |
|
|
|
|
display: flex; |
|
|
|
|
} |
|
|
|
@ -664,7 +759,7 @@ export default { |
|
|
|
|
font-size: 18px; |
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: rgba(0, 0, 0, 0.57); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -677,7 +772,7 @@ export default { |
|
|
|
|
margin-bottom: 21px; |
|
|
|
|
background-color: #fff; |
|
|
|
|
cursor: pointer; |
|
|
|
|
transition: .3s; |
|
|
|
|
transition: 0.3s; |
|
|
|
|
&:last-child { |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
@ -738,7 +833,7 @@ export default { |
|
|
|
|
padding: 0 27px; |
|
|
|
|
line-height: 48px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
color: #ffffff; |
|
|
|
|
@include ellipsis; |
|
|
|
|
background-color: rgba(0, 0, 0, 0.49); |
|
|
|
|
} |
|
|
|
@ -746,7 +841,7 @@ export default { |
|
|
|
|
.list { |
|
|
|
|
padding: 34px 36px; |
|
|
|
|
background: #fff; |
|
|
|
|
box-shadow: 0px 0px 30px 0px rgba(48,48,48,0.08); |
|
|
|
|
box-shadow: 0px 0px 30px 0px rgba(48, 48, 48, 0.08); |
|
|
|
|
li { |
|
|
|
|
margin-bottom: 41px; |
|
|
|
|
&:last-child { |
|
|
|
@ -760,7 +855,7 @@ export default { |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #272727; |
|
|
|
|
line-height: 20px; |
|
|
|
|
text-shadow: 0px 0px 30px rgba(48,48,48,0.08); |
|
|
|
|
text-shadow: 0px 0px 30px rgba(48, 48, 48, 0.08); |
|
|
|
|
} |
|
|
|
|
.des { |
|
|
|
|
font-size: 14px; |
|
|
|
@ -770,7 +865,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
.right { |
|
|
|
|
width: 44%; |
|
|
|
|
box-shadow: 0px 0px 30px 0px rgba(48,48,48,0.08); |
|
|
|
|
box-shadow: 0px 0px 30px 0px rgba(48, 48, 48, 0.08); |
|
|
|
|
img { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 422px; |
|
|
|
@ -785,7 +880,7 @@ export default { |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #272727; |
|
|
|
|
line-height: 39px; |
|
|
|
|
text-shadow: 0px 0px 30px rgba(48,48,48,0.08); |
|
|
|
|
text-shadow: 0px 0px 30px rgba(48, 48, 48, 0.08); |
|
|
|
|
} |
|
|
|
|
.des { |
|
|
|
|
margin-top: 16px; |
|
|
|
@ -795,8 +890,8 @@ export default { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.news { |
|
|
|
|
background: url(../../../assets/images/sfel/5.png) (0 504px)/auto no-repeat, |
|
|
|
|
url(../../../assets/images/sfel/6.png) (bottom right)/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; |
|
|
|
|
.inner { |
|
|
|
|
width: 1400px; |
|
|
|
|
} |
|
|
|
@ -812,9 +907,9 @@ export default { |
|
|
|
|
margin-right: 28px; |
|
|
|
|
color: #333; |
|
|
|
|
background-color: #fff; |
|
|
|
|
box-shadow: 0px 5px 20px 0px rgba(98,117,163,0.08); |
|
|
|
|
box-shadow: 0px 5px 20px 0px rgba(98, 117, 163, 0.08); |
|
|
|
|
border-radius: 10px; |
|
|
|
|
transition: .3s; |
|
|
|
|
transition: 0.3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: translateY(20px); |
|
|
|
|
} |
|
|
|
@ -823,7 +918,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
&:hover { |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: #0252D9; |
|
|
|
|
background-color: #0252d9; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
img { |
|
|
|
@ -852,7 +947,7 @@ export default { |
|
|
|
|
.texts { |
|
|
|
|
width: 51%; |
|
|
|
|
padding: 56px; |
|
|
|
|
background: #FBFBFB; |
|
|
|
|
background: #fbfbfb; |
|
|
|
|
h6 { |
|
|
|
|
font-size: 24px; |
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
@ -880,7 +975,7 @@ export default { |
|
|
|
|
width: calc((100% - 44px) / 3); |
|
|
|
|
padding: 36px 22px; |
|
|
|
|
margin-right: 14px; |
|
|
|
|
background: url(../../../assets/images/sfel/7.png) 0 0/cover no-repeat; |
|
|
|
|
background: url(../../../assets/images/sfel/7.png) 0 0 / cover no-repeat; |
|
|
|
|
&:nth-child(2) { |
|
|
|
|
background-image: url(../../../assets/images/sfel/8.png); |
|
|
|
|
} |
|
|
|
@ -894,13 +989,13 @@ export default { |
|
|
|
|
font-size: 18px; |
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
font-weight: 500; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
color: #ffffff; |
|
|
|
|
line-height: 30px; |
|
|
|
|
} |
|
|
|
|
.date { |
|
|
|
|
font-size: 16px; |
|
|
|
|
font-family: LaoSangamMN; |
|
|
|
|
color: #FFFFFF; |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
@ -912,8 +1007,8 @@ export default { |
|
|
|
|
text-align: center; |
|
|
|
|
.logo { |
|
|
|
|
padding: 44px 0; |
|
|
|
|
background: #0C60BE; |
|
|
|
|
box-shadow: 0px 0px 20px 0px rgba(184,191,200,0.3); |
|
|
|
|
background: #0c60be; |
|
|
|
|
box-shadow: 0px 0px 20px 0px rgba(184, 191, 200, 0.3); |
|
|
|
|
} |
|
|
|
|
.nav { |
|
|
|
|
li { |
|
|
|
@ -921,11 +1016,11 @@ export default { |
|
|
|
|
font-size: 24px; |
|
|
|
|
line-height: 83px; |
|
|
|
|
color: #fff; |
|
|
|
|
background-color: #1D1D1D; |
|
|
|
|
background-color: #1d1d1d; |
|
|
|
|
cursor: pointer; |
|
|
|
|
@include ellipsis; |
|
|
|
|
&.active { |
|
|
|
|
background-color: #1583FF; |
|
|
|
|
background-color: #1583ff; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|