|
|
@ -52,7 +52,7 @@ |
|
|
|
<p class="type">{{ modules[5].form.subTitle }}</p> |
|
|
|
<p class="type">{{ modules[5].form.subTitle }}</p> |
|
|
|
<h6>{{ modules[5].form.title }}</h6> |
|
|
|
<h6>{{ modules[5].form.title }}</h6> |
|
|
|
<div class="des">{{ modules[5].form.des }}</div> |
|
|
|
<div class="des">{{ modules[5].form.des }}</div> |
|
|
|
<el-button type="primary" @click="openLink(modules[5].form)">查看更多</el-button> |
|
|
|
<el-button v-if="isLink(modules[5].form.link.linkName)" type="primary" @click="openLink(modules[5].form)">查看更多</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="item"> |
|
|
|
<div class="item"> |
|
|
@ -61,7 +61,7 @@ |
|
|
|
<p class="type">{{ modules[6].form.subTitle }}</p> |
|
|
|
<p class="type">{{ modules[6].form.subTitle }}</p> |
|
|
|
<h6>{{ modules[6].form.title }}</h6> |
|
|
|
<h6>{{ modules[6].form.title }}</h6> |
|
|
|
<div class="des">{{ modules[6].form.des }}</div> |
|
|
|
<div class="des">{{ modules[6].form.des }}</div> |
|
|
|
<el-button type="primary" @click="openLink(modules[6].form)">查看更多</el-button> |
|
|
|
<el-button v-if="isLink(modules[6].form.link.linkName)" type="primary" @click="openLink(modules[6].form)">查看更多</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -119,11 +119,11 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
.item { |
|
|
|
.item { |
|
|
|
display: flex; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
padding: 42px; |
|
|
|
padding: 42px; |
|
|
|
margin-bottom: 36px; |
|
|
|
margin-bottom: 36px; |
|
|
|
background: #fff; |
|
|
|
background: #fff; |
|
|
|
&:nth-child(even) { |
|
|
|
&:nth-child(even) { |
|
|
|
|
|
|
|
justify-content: space-between; |
|
|
|
flex-direction: row-reverse; |
|
|
|
flex-direction: row-reverse; |
|
|
|
.texts { |
|
|
|
.texts { |
|
|
|
padding-left: 0; |
|
|
|
padding-left: 0; |
|
|
@ -161,6 +161,8 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
.item { |
|
|
|
.item { |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
height: 510px; |
|
|
|
} |
|
|
|
} |
|
|
|
img { |
|
|
|
img { |
|
|
|
width: 100%; |
|
|
|
width: 100%; |
|
|
|