|
|
@ -1,6 +1,7 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div class="bg-bottom"> |
|
|
<!-- <div class="bg-bottom"> |
|
|
<div class="bg-top"> |
|
|
<div class="bg-top"> --> |
|
|
|
|
|
<div style="background-color:#f5f5f5;padding-bottom:100px"> |
|
|
<div class="content-1180"> |
|
|
<div class="content-1180"> |
|
|
<div class="news-box pt-4 d-flex justify-space-between"> |
|
|
<div class="news-box pt-4 d-flex justify-space-between"> |
|
|
<!-- 集团新闻 --> |
|
|
<!-- 集团新闻 --> |
|
|
@ -64,10 +65,10 @@ |
|
|
<div class="mt-4 policy"> |
|
|
<div class="mt-4 policy"> |
|
|
<img src="@/assets/16fangzhen.png" alt="" /> |
|
|
<img src="@/assets/16fangzhen.png" alt="" /> |
|
|
<p> |
|
|
<p> |
|
|
<span class="mr-4">阿弥陀佛</span> |
|
|
<span class="mr-4">战略引领</span> |
|
|
<span class="mr-4">阿弥陀佛</span> |
|
|
<span class="mr-4">人才驱动</span> |
|
|
<span class="mr-4">阿弥陀佛</span> |
|
|
<span class="mr-4">求真务实</span> |
|
|
<span>阿弥陀佛</span> |
|
|
<span>开拓创新</span> |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<!-- 图片新闻 --> |
|
|
<!-- 图片新闻 --> |
|
|
@ -111,7 +112,7 @@ |
|
|
<div class="flex-1 new-box-content-jj" @click="openPage('news', '0202', newContent.introId)">{{ newContent.title }}</div> |
|
|
<div class="flex-1 new-box-content-jj" @click="openPage('news', '0202', newContent.introId)">{{ newContent.title }}</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="flex-1"> |
|
|
<div class="flex-1 ml-4"> |
|
|
<a-carousel style="width: 650px" autoplay> |
|
|
<a-carousel style="width: 650px" autoplay> |
|
|
<div class="rotation-box" v-for="newContent in ImgNews2" :key="newContent.introId"> |
|
|
<div class="rotation-box" v-for="newContent in ImgNews2" :key="newContent.introId"> |
|
|
<img :src="newContent.titleUrl" style="height: 369.5px;width: 100%" alt="" /> |
|
|
<img :src="newContent.titleUrl" style="height: 369.5px;width: 100%" alt="" /> |
|
|
@ -210,7 +211,12 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div class="mt-4" style="overflow: hidden;"> |
|
|
<div class="mt-4" style="overflow: hidden;"> |
|
|
<div class="demeanor-content-box"> |
|
|
<div class="demeanor-content-box"> |
|
|
<div class="demeanor-content mr-4" v-for="item in sceneStyle" :key="item.introId" @click="openPage('news', '0210', item.introId)"> |
|
|
<div |
|
|
|
|
|
class="demeanor-content mr-4" |
|
|
|
|
|
v-for="item in sceneStyle" |
|
|
|
|
|
:key="item.introId" |
|
|
|
|
|
@click="openPage('news', '0210', item.introId)" |
|
|
|
|
|
> |
|
|
<img :src="item.titleUrl" style="height:260px;width:100%;cursor: pointer;" :title="item.title" /> |
|
|
<img :src="item.titleUrl" style="height:260px;width:100%;cursor: pointer;" :title="item.title" /> |
|
|
<div class="one-text-1"> |
|
|
<div class="one-text-1"> |
|
|
{{ item.title }} |
|
|
{{ item.title }} |
|
|
@ -233,7 +239,8 @@ |
|
|
<BayWindow v-if="content && content.title" :content="content" @closeBay="closeBay" /> |
|
|
<BayWindow v-if="content && content.title" :content="content" @closeBay="closeBay" /> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<!-- </div> |
|
|
|
|
|
</div> --> |
|
|
</template> |
|
|
</template> |
|
|
<script> |
|
|
<script> |
|
|
import { mapActions } from 'vuex'; |
|
|
import { mapActions } from 'vuex'; |
|
|
|