|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div id="index">
|
|
|
<el-row>
|
|
|
- <el-col :span="24" class="main animate__animated animate__backInRight" v-loading="loading">
|
|
|
+ <el-col :span="24" class="main" v-loading="loading">
|
|
|
<div class="video-background">
|
|
|
<video autoplay loop muted playsinline class="background-video">
|
|
|
<source :src="videoSource" type="video/mp4" />
|
|
@@ -22,18 +22,18 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="two">
|
|
|
- <div class="two_left">
|
|
|
+ <!-- <div class="two_left">
|
|
|
<div class="title">数联产学研用</div>
|
|
|
<div class="title">智创未来生态</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="two_center"></div>
|
|
|
<div class="two_title">
|
|
|
<div class="title" @click="toHome">产学研用协同创新数字化平台</div>
|
|
|
</div>
|
|
|
- <div class="two_right">
|
|
|
+ <!-- <div class="two_right">
|
|
|
<div class="title">协同创新</div>
|
|
|
<div class="title">共赢数字时代</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
<div class="thr">{{ footInfo.Copyright || 'Copyright ©2022 吉林省工业技术研究院集团有限公司 All Rights Reserved' }}</div>
|
|
|
</div>
|
|
@@ -162,8 +162,8 @@ const search = async () => {
|
|
|
text-align: center;
|
|
|
cursor: pointer;
|
|
|
margin: 0 auto;
|
|
|
- width: 480px;
|
|
|
- height: 480px;
|
|
|
+ width: 600px;
|
|
|
+ height: 600px;
|
|
|
z-index: 1;
|
|
|
background: url(/images/homebg.png) no-repeat;
|
|
|
background-size: contain;
|