|
|
@ -274,7 +274,51 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="block" |
|
|
|
|
|
|
|
style="margin-top: 100px"> |
|
|
|
|
|
|
|
<div class="inner"> |
|
|
|
|
|
|
|
<ul class="entry"> |
|
|
|
|
|
|
|
<li :class="{'cursor-pointer': isLink(modules[14].form.link.linkName)}" |
|
|
|
|
|
|
|
@click="openLink(modules[14].form)"> |
|
|
|
|
|
|
|
<img class="icon" |
|
|
|
|
|
|
|
:src="modules[14].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<p class="text">{{ modules[14].form.title }}</p> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li :class="{'cursor-pointer': isLink(modules[15].form.link.linkName)}" |
|
|
|
|
|
|
|
@click="openLink(modules[15].form)"> |
|
|
|
|
|
|
|
<img class="icon" |
|
|
|
|
|
|
|
:src="modules[15].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<p class="text">{{ modules[15].form.title }}</p> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li :class="{'cursor-pointer': isLink(modules[16].form.link.linkName)}" |
|
|
|
|
|
|
|
@click="openLink(modules[16].form)"> |
|
|
|
|
|
|
|
<img class="icon" |
|
|
|
|
|
|
|
:src="modules[16].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<p class="text">{{ modules[16].form.title }}</p> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li :class="{'cursor-pointer': isLink(modules[17].form.link.linkName)}" |
|
|
|
|
|
|
|
@click="openLink(modules[17].form)"> |
|
|
|
|
|
|
|
<img class="icon" |
|
|
|
|
|
|
|
:src="modules[17].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<p class="text">{{ modules[17].form.title }}</p> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
<li :class="{'cursor-pointer': isLink(modules[18].form.link.linkName)}" |
|
|
|
|
|
|
|
@click="openLink(modules[18].form)"> |
|
|
|
|
|
|
|
<img class="icon" |
|
|
|
|
|
|
|
:src="modules[18].form.pic" |
|
|
|
|
|
|
|
alt=""> |
|
|
|
|
|
|
|
<p class="text">{{ modules[18].form.title }}</p> |
|
|
|
|
|
|
|
</li> |
|
|
|
|
|
|
|
</ul> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<ul class="tools"> |
|
|
|
<ul class="tools"> |
|
|
|
<template v-for="(item, i) in modules[19].list"> |
|
|
|
<template v-for="(item, i) in modules[19].list"> |
|
|
|
<li v-if="item.isEnable" |
|
|
|
<li v-if="item.isEnable" |
|
|
@ -550,11 +594,11 @@ $bannerMh: 800px; |
|
|
|
z-index: 2; |
|
|
|
z-index: 2; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
top: $bannerHeight; |
|
|
|
top: $bannerHeight; |
|
|
|
padding: 6rem 0 229px; |
|
|
|
padding: 6rem 0 30px; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s; |
|
|
|
transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s; |
|
|
|
&.active { |
|
|
|
&.active { |
|
|
|
top: 106px; |
|
|
|
top: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.block { |
|
|
|
.block { |
|
|
@ -1033,6 +1077,28 @@ $bannerMh: 800px; |
|
|
|
height: 558px; |
|
|
|
height: 558px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.entry { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
|
|
|
|
display: flex; |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
li { |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
flex-direction: column; |
|
|
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
max-width: 100px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.text { |
|
|
|
|
|
|
|
margin-top: 15px; |
|
|
|
|
|
|
|
font-size: 1rem; |
|
|
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC; |
|
|
|
|
|
|
|
color: #48525e; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.tools { |
|
|
|
.tools { |
|
|
|
z-index: 10; |
|
|
|
z-index: 10; |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
@ -1094,29 +1160,4 @@ $bannerMh: 800px; |
|
|
|
margin-right: 10px; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
@media (max-width: 1440px) { |
|
|
|
|
|
|
|
.carousel { |
|
|
|
|
|
|
|
.texts { |
|
|
|
|
|
|
|
top: 30%; |
|
|
|
|
|
|
|
bottom: auto; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (max-width: 980px) { |
|
|
|
|
|
|
|
.carousel { |
|
|
|
|
|
|
|
height: 500px; |
|
|
|
|
|
|
|
min-height: 0; |
|
|
|
|
|
|
|
img { |
|
|
|
|
|
|
|
height: 500px; |
|
|
|
|
|
|
|
min-height: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/deep/.el-carousel__container { |
|
|
|
|
|
|
|
height: 500px; |
|
|
|
|
|
|
|
min-height: 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.block-wrap { |
|
|
|
|
|
|
|
top: 500px; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
</style> |
|
|
|
</style> |