|
|
@ -1,58 +1,44 @@ |
|
|
|
<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> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<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)"> |
|
|
|
<div class="texts wow fadeInDown" |
|
|
|
<div class="texts wow fadeInDown" data-wow-delay="0.5s"> |
|
|
|
data-wow-delay="0.5s"> |
|
|
|
|
|
|
|
<div class="left"> |
|
|
|
<div class="left"> |
|
|
|
<h2 v-html="modules[1].form.title"></h2> |
|
|
|
<h2 v-html="modules[1].form.title"></h2> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="line"></div> |
|
|
|
<div class="des" |
|
|
|
<div class="des" v-html="modules[1].form.des"></div> |
|
|
|
v-html="modules[1].form.des"></div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<img class="bg" |
|
|
|
<img class="bg" width="562" height="418" :src="modules[1].form.pic" alt=""> |
|
|
|
width="562" |
|
|
|
|
|
|
|
height="418" |
|
|
|
|
|
|
|
:src="modules[1].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
<div class="block"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<div :class="['core', {'cursor-pointer': isLink(modules[2].form.link.linkName)}]" |
|
|
|
<div :class="['core', { 'cursor-pointer': isLink(modules[2].form.link.linkName) }]" |
|
|
|
@click="openLink(modules[2].form)"> |
|
|
|
@click="openLink(modules[2].form)"> |
|
|
|
<img :src="modules[2].form.pic" |
|
|
|
<img :src="modules[2].form.pic" alt="" class="pic"> |
|
|
|
alt="" |
|
|
|
|
|
|
|
class="pic"> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6>{{ modules[2].form.title }}</h6> |
|
|
|
<div class="core-title" v-html="modules[2].form.title"></div> |
|
|
|
<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> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div :class="['core', {'cursor-pointer': isLink(modules[3].form.link.linkName)}]" |
|
|
|
<div :class="['core', { 'cursor-pointer': isLink(modules[3].form.link.linkName) }]" |
|
|
|
@click="openLink(modules[3].form)"> |
|
|
|
@click="openLink(modules[3].form)"> |
|
|
|
<img :src="modules[3].form.pic" |
|
|
|
<img :src="modules[3].form.pic" alt="" class="pic"> |
|
|
|
alt="" |
|
|
|
|
|
|
|
class="pic"> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6>{{ modules[3].form.title }}</h6> |
|
|
|
<div class="core-title" v-html="modules[3].form.title"></div> |
|
|
|
<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> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -61,53 +47,35 @@ |
|
|
|
<div class="block gray fac"> |
|
|
|
<div class="block gray fac"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="inner"> |
|
|
|
<div class="event"> |
|
|
|
<div class="event"> |
|
|
|
<img src="https://huorantech.com/images/overview/16.png" |
|
|
|
<img src="https://huorantech.com/images/overview/16.png" alt="" class="pic"> |
|
|
|
alt="" |
|
|
|
|
|
|
|
class="pic"> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6 v-html="modules[4].form.title"></h6> |
|
|
|
<h6 v-html="modules[4].form.title"></h6> |
|
|
|
<p class="en">{{ modules[4].form.subTitle }}</p> |
|
|
|
<p class="en">{{ modules[4].form.subTitle }}</p> |
|
|
|
<div class="text" |
|
|
|
<div class="text" v-html="modules[4].form.des"></div> |
|
|
|
v-html="modules[4].form.des"></div> |
|
|
|
<img v-if="isLink(modules[4].form.link.linkName)" class="arrow" src="@/assets/images/arrow.png" alt="" |
|
|
|
<img v-if="isLink(modules[4].form.link.linkName)" |
|
|
|
@click="openLink(modules[4].form)"> |
|
|
|
class="arrow" |
|
|
|
|
|
|
|
src="@/assets/images/arrow.png" |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
@click="openLink(modules[4].form)"> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<ul class="l-card"> |
|
|
|
<ul class="l-card"> |
|
|
|
<li :class="{'cursor-pointer': isLink(modules[5].form.link.linkName)}" |
|
|
|
<li :class="{ 'cursor-pointer': isLink(modules[5].form.link.linkName) }" @click="openLink(modules[5].form)"> |
|
|
|
@click="openLink(modules[5].form)"> |
|
|
|
<img :src="modules[5].form.pic" alt="" class="pic" /> |
|
|
|
<img :src="modules[5].form.pic" |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
class="pic" /> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6>{{ modules[5].form.title }}</h6> |
|
|
|
<h6>{{ modules[5].form.title }}</h6> |
|
|
|
<div class="text" |
|
|
|
<div class="text" v-html="modules[5].form.des"></div> |
|
|
|
v-html="modules[5].form.des"></div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li :class="{'cursor-pointer': isLink(modules[6].form.link.linkName)}" |
|
|
|
<li :class="{ 'cursor-pointer': isLink(modules[6].form.link.linkName) }" @click="openLink(modules[6].form)"> |
|
|
|
@click="openLink(modules[6].form)"> |
|
|
|
<img :src="modules[6].form.pic" alt="" class="pic" /> |
|
|
|
<img :src="modules[6].form.pic" |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
class="pic" /> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6>{{ modules[6].form.title }}</h6> |
|
|
|
<h6>{{ modules[6].form.title }}</h6> |
|
|
|
<div class="text" |
|
|
|
<div class="text" v-html="modules[6].form.des"></div> |
|
|
|
v-html="modules[6].form.des"></div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
<li :class="{'cursor-pointer': isLink(modules[7].form.link.linkName)}" |
|
|
|
<li :class="{ 'cursor-pointer': isLink(modules[7].form.link.linkName) }" @click="openLink(modules[7].form)"> |
|
|
|
@click="openLink(modules[7].form)"> |
|
|
|
<img :src="modules[7].form.pic" alt="" class="pic" /> |
|
|
|
<img :src="modules[7].form.pic" |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
class="pic" /> |
|
|
|
|
|
|
|
<div class="texts"> |
|
|
|
<div class="texts"> |
|
|
|
<h6>{{ modules[7].form.title }}</h6> |
|
|
|
<h6>{{ modules[7].form.title }}</h6> |
|
|
|
<div class="text" |
|
|
|
<div class="text" v-html="modules[7].form.des"></div> |
|
|
|
v-html="modules[7].form.des"></div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
@ -115,20 +83,13 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="block scan gray"> |
|
|
|
<div class="block scan gray"> |
|
|
|
<h2 class="b-title wow fadeInUp hide-bd" |
|
|
|
<h2 class="b-title wow fadeInUp hide-bd" v-html="modules[8].form.title"></h2> |
|
|
|
v-html="modules[8].form.title"></h2> |
|
|
|
<p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[8].form.des }}</p> |
|
|
|
<p class="intro wow fadeInUp" |
|
|
|
|
|
|
|
data-wow-delay="0.5s">{{ modules[8].form.des }}</p> |
|
|
|
|
|
|
|
<div class="inner scan-inner"> |
|
|
|
<div class="inner scan-inner"> |
|
|
|
<div class="left"> |
|
|
|
<div class="left"> |
|
|
|
<template v-for="(item, i) in modules[9].list"> |
|
|
|
<template v-for="(item, i) in modules[9].list"> |
|
|
|
<div v-if="item.isEnable" |
|
|
|
<div v-if="item.isEnable" class="line" :key="i"> |
|
|
|
class="line" |
|
|
|
<img v-if="item.pic" :src="item.pic" alt="" class="icon"> |
|
|
|
:key="i"> |
|
|
|
|
|
|
|
<img v-if="item.pic" |
|
|
|
|
|
|
|
:src="item.pic" |
|
|
|
|
|
|
|
alt="" |
|
|
|
|
|
|
|
class="icon"> |
|
|
|
|
|
|
|
<p class="text">{{ item.title }}</p> |
|
|
|
<p class="text">{{ item.title }}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
@ -147,9 +108,7 @@ |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
</ul> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<img :src="modules[13].form.pic" |
|
|
|
<img :src="modules[13].form.pic" alt="" class="pic" /> |
|
|
|
alt="" |
|
|
|
|
|
|
|
class="pic" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -197,282 +156,334 @@ 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 { |
|
|
|
h2 { |
|
|
|
h2 { |
|
|
|
font-size: 1rem; |
|
|
|
font-size: 1rem; |
|
|
|
color: #333; |
|
|
|
color: #333; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
padding: 5.125rem 3.5625rem 1.875rem; |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
border-radius: 6.25rem 0px 0px 0px; |
|
|
|
|
|
|
|
transition: 0.3s; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
transform: scale(1.05); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.left { |
|
|
|
|
|
|
|
width: 43.4375rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.line { |
|
|
|
|
|
|
|
width: 53px; |
|
|
|
|
|
|
|
height: 3px; |
|
|
|
|
|
|
|
margin: 18px 0; |
|
|
|
|
|
|
|
background: #0280f1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
font-size: 0.9rem; |
|
|
|
|
|
|
|
color: #181818; |
|
|
|
|
|
|
|
line-height: 31px; |
|
|
|
|
|
|
|
-webkit-line-clamp: 6; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bg { |
|
|
|
|
|
|
|
margin: -115px -80px 0 30px; |
|
|
|
|
|
|
|
border-top-right-radius: 40px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.core { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
margin-bottom: 40px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:last-child { |
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
display: flex; |
|
|
|
left: 40px; |
|
|
|
justify-content: space-between; |
|
|
|
right: auto; |
|
|
|
padding: 5.125rem 3.5625rem 1.875rem; |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
border-radius: 6.25rem 0px 0px 0px; |
|
|
|
|
|
|
|
transition: 0.3s; |
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
|
|
|
transform: scale(1.05); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.left { |
|
|
|
|
|
|
|
width: 43.4375rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.line { |
|
|
|
|
|
|
|
width: 53px; |
|
|
|
|
|
|
|
height: 3px; |
|
|
|
|
|
|
|
margin: 18px 0; |
|
|
|
|
|
|
|
background: #0280f1; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.des { |
|
|
|
|
|
|
|
font-size: 0.9rem; |
|
|
|
|
|
|
|
color: #181818; |
|
|
|
|
|
|
|
line-height: 31px; |
|
|
|
|
|
|
|
-webkit-line-clamp: 6; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bg { |
|
|
|
|
|
|
|
margin: -115px -80px 0 30px; |
|
|
|
|
|
|
|
border-top-right-radius: 40px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 80px; |
|
|
|
|
|
|
|
right: 40px; |
|
|
|
|
|
|
|
width: 500px; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.core-title { |
|
|
|
|
|
|
|
font-size: 1.4rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.line { |
|
|
|
|
|
|
|
width: 136px; |
|
|
|
|
|
|
|
height: 3px; |
|
|
|
|
|
|
|
margin: 20px 0; |
|
|
|
|
|
|
|
background: #ffffff; |
|
|
|
|
|
|
|
opacity: 0.56; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text { |
|
|
|
|
|
|
|
font-size: 1rem; |
|
|
|
|
|
|
|
line-height: 1.6; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.core { |
|
|
|
|
|
|
|
|
|
|
|
.fac { |
|
|
|
|
|
|
|
.event { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
margin-bottom: 40px; |
|
|
|
|
|
|
|
&:last-child { |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
left: 40px; |
|
|
|
|
|
|
|
right: auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.pic { |
|
|
|
.pic { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
top: 80px; |
|
|
|
top: 70px; |
|
|
|
right: 40px; |
|
|
|
right: 300px; |
|
|
|
width: 500px; |
|
|
|
bottom: 70px; |
|
|
|
color: #fff; |
|
|
|
left: 60px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
h6 { |
|
|
|
h6 { |
|
|
|
font-size: 1.4rem; |
|
|
|
position: relative; |
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
font-size: 2.2rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
} |
|
|
|
} |
|
|
|
.line { |
|
|
|
|
|
|
|
width: 136px; |
|
|
|
.en { |
|
|
|
height: 3px; |
|
|
|
margin-top: -30px; |
|
|
|
margin: 20px 0; |
|
|
|
font-size: 2rem; |
|
|
|
background: #ffffff; |
|
|
|
font-family: AppleSystemUIFont; |
|
|
|
opacity: 0.56; |
|
|
|
color: #e4e4e4; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.text { |
|
|
|
.text { |
|
|
|
font-size: 1rem; |
|
|
|
margin: 15px 0; |
|
|
|
line-height: 1.6; |
|
|
|
font-size: 1rem; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.fac { |
|
|
|
|
|
|
|
.event { |
|
|
|
.l-card { |
|
|
|
position: relative; |
|
|
|
display: flex; |
|
|
|
.pic { |
|
|
|
margin-top: 20px; |
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
li { |
|
|
|
.texts { |
|
|
|
position: relative; |
|
|
|
position: absolute; |
|
|
|
width: calc((100% - 40px) / 3); |
|
|
|
top: 70px; |
|
|
|
height: 359px; |
|
|
|
right: 300px; |
|
|
|
margin-right: 20px; |
|
|
|
bottom: 70px; |
|
|
|
|
|
|
|
left: 60px; |
|
|
|
&:last-child { |
|
|
|
} |
|
|
|
margin-right: 0; |
|
|
|
h6 { |
|
|
|
} |
|
|
|
position: relative; |
|
|
|
|
|
|
|
font-size: 2.2rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.en { |
|
|
|
|
|
|
|
margin-top: -30px; |
|
|
|
|
|
|
|
font-size: 2rem; |
|
|
|
|
|
|
|
font-family: AppleSystemUIFont; |
|
|
|
|
|
|
|
color: #e4e4e4; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text { |
|
|
|
|
|
|
|
margin: 15px 0; |
|
|
|
|
|
|
|
font-size: 1rem; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.l-card { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
.pic { |
|
|
|
margin-top: 20px; |
|
|
|
width: 100%; |
|
|
|
li { |
|
|
|
height: 100%; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
width: calc((100% - 40px) / 3); |
|
|
|
|
|
|
|
height: 359px; |
|
|
|
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
&:last-child { |
|
|
|
|
|
|
|
margin-right: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
padding: 140px 30px 0; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
font-size: 1.6rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text { |
|
|
|
|
|
|
|
font-size: 1rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
line-height: 2; |
|
|
|
|
|
|
|
@include mul-ellipsis(4); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
|
|
|
|
top: 0; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 100%; |
|
|
|
|
|
|
|
padding: 140px 30px 0; |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.5); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
|
|
|
font-size: 1.6rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text { |
|
|
|
|
|
|
|
font-size: 1rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
line-height: 2; |
|
|
|
|
|
|
|
@include mul-ellipsis(4); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.scan { |
|
|
|
.scan { |
|
|
|
.scan-inner { |
|
|
|
.scan-inner { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
} |
|
|
|
.left { |
|
|
|
|
|
|
|
width: 45%; |
|
|
|
.left { |
|
|
|
margin-right: 80px; |
|
|
|
width: 45%; |
|
|
|
|
|
|
|
margin-right: 80px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.line { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
|
|
|
|
width: 50px; |
|
|
|
|
|
|
|
height: 50px; |
|
|
|
|
|
|
|
margin-right: 20px; |
|
|
|
} |
|
|
|
} |
|
|
|
.line { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
.text { |
|
|
|
align-items: center; |
|
|
|
font-size: 1rem; |
|
|
|
margin-bottom: 30px; |
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
.icon { |
|
|
|
color: #333; |
|
|
|
width: 50px; |
|
|
|
line-height: 1.6; |
|
|
|
height: 50px; |
|
|
|
|
|
|
|
margin-right: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text { |
|
|
|
|
|
|
|
font-size: 1rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
line-height: 1.6; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.total { |
|
|
|
} |
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
.total { |
|
|
|
margin-top: 50px; |
|
|
|
display: flex; |
|
|
|
.num { |
|
|
|
justify-content: space-between; |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-top: 50px; |
|
|
|
font-size: 2rem; |
|
|
|
|
|
|
|
font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold, ToppanBunkyuMidashiMinchoStdN; |
|
|
|
.num { |
|
|
|
font-weight: 800; |
|
|
|
margin-bottom: 10px; |
|
|
|
color: #1583ff; |
|
|
|
font-size: 2rem; |
|
|
|
} |
|
|
|
font-family: ToppanBunkyuMidashiMinchoStdN-ExtraBold, ToppanBunkyuMidashiMinchoStdN; |
|
|
|
.text { |
|
|
|
font-weight: 800; |
|
|
|
font-size: 1rem; |
|
|
|
color: #1583ff; |
|
|
|
color: #333; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 50%; |
|
|
|
.text { |
|
|
|
// object-fit: cover; |
|
|
|
font-size: 1rem; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 50%; |
|
|
|
|
|
|
|
// object-fit: cover; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 2000px) { |
|
|
|
@media (min-width: 2000px) { |
|
|
|
.scan { |
|
|
|
.scan { |
|
|
|
.scan-inner { |
|
|
|
.scan-inner { |
|
|
|
justify-content: flex-start; |
|
|
|
justify-content: flex-start; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1400px) { |
|
|
|
@media (max-width: 1400px) { |
|
|
|
.history { |
|
|
|
.history { |
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
flex-direction: column; |
|
|
|
flex-direction: column; |
|
|
|
} |
|
|
|
|
|
|
|
.left { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.bg { |
|
|
|
|
|
|
|
width: auto; |
|
|
|
|
|
|
|
max-width: 100%; |
|
|
|
|
|
|
|
height: auto; |
|
|
|
|
|
|
|
margin: 20px 0 0 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.scan { |
|
|
|
|
|
|
|
.scan-inner { |
|
|
|
.left { |
|
|
|
flex-direction: column; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.left { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-top: 2rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.fac { |
|
|
|
|
|
|
|
.event { |
|
|
|
.bg { |
|
|
|
.texts { |
|
|
|
width: auto; |
|
|
|
position: static; |
|
|
|
max-width: 100%; |
|
|
|
margin-top: 20px; |
|
|
|
height: auto; |
|
|
|
} |
|
|
|
margin: 20px 0 0 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.scan { |
|
|
|
|
|
|
|
.scan-inner { |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.left { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.pic { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-top: 2rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fac { |
|
|
|
|
|
|
|
.event { |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
position: static; |
|
|
|
|
|
|
|
margin-top: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 920px) { |
|
|
|
@media (max-width: 920px) { |
|
|
|
.core { |
|
|
|
.core { |
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
top: 20px !important; |
|
|
|
top: 20px !important; |
|
|
|
left: 20px !important; |
|
|
|
left: 20px !important; |
|
|
|
right: 20px !important; |
|
|
|
right: 20px !important; |
|
|
|
width: auto; |
|
|
|
width: auto; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.scan { |
|
|
|
|
|
|
|
padding: 20px; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.fac { |
|
|
|
} |
|
|
|
.l-card { |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
.scan { |
|
|
|
li { |
|
|
|
padding: 20px; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
margin-bottom: 1rem; |
|
|
|
|
|
|
|
} |
|
|
|
.fac { |
|
|
|
} |
|
|
|
.l-card { |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
margin-bottom: 1rem; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 750px) { |
|
|
|
@media (max-width: 750px) { |
|
|
|
.hide-bd:after { |
|
|
|
.hide-bd:after { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
.block { |
|
|
|
|
|
|
|
padding: 50px 0; |
|
|
|
.block { |
|
|
|
|
|
|
|
padding: 50px 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.core { |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
position: static; |
|
|
|
|
|
|
|
padding: 20px; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
} |
|
|
|
} |
|
|
|
.core { |
|
|
|
|
|
|
|
.texts { |
|
|
|
.line { |
|
|
|
position: static; |
|
|
|
background: #333; |
|
|
|
padding: 20px; |
|
|
|
|
|
|
|
color: #333; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.line { |
|
|
|
|
|
|
|
background: #333; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.fac { |
|
|
|
} |
|
|
|
.event { |
|
|
|
|
|
|
|
.pic { |
|
|
|
.fac { |
|
|
|
display: none; |
|
|
|
.event { |
|
|
|
} |
|
|
|
.pic { |
|
|
|
} |
|
|
|
display: none; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|