|
@@ -78,7 +78,7 @@
|
|
|
}
|
|
|
|
|
|
.scrollContent {
|
|
|
- animation: scroll 5s infinite;
|
|
|
+ animation: scroll 10s infinite;
|
|
|
}
|
|
|
|
|
|
@keyframes scroll {
|
|
@@ -164,7 +164,7 @@
|
|
|
</div>
|
|
|
<div class="mxqy" id="scrollContainer">
|
|
|
<div class="zwsj" v-if="!this.mxqyList.length">暂无数据</div>
|
|
|
- <ul id="auto-scroll-div" class="scrollContent" v-else>
|
|
|
+ <ul id="auto-scroll-div" :class="{scrollContent:this.mxqyList.length>12}" v-else>
|
|
|
<li v-for="(item,index) in mxqyList">
|
|
|
<img :src="item.logo" alt="">
|
|
|
</li>
|
|
@@ -266,7 +266,7 @@
|
|
|
</div> -->
|
|
|
<div v-for="(item,index) in fwsxqdList" class="list" v-else>
|
|
|
<div v-if="index==0" style="background: #DEEDFF;
|
|
|
-border: 1px solid #4B98F6;color: #4B98F6;">
|
|
|
+border: 1px solid #4B98F6;color: #4B98F6;" @click="goToLink('tsfw.html')">
|
|
|
<div v-if="item.title.length == 6"
|
|
|
style="display: flex;align-items: center;justify-content: center;flex-direction: column;white-space: nowrap;">
|
|
|
<span>{{item.title.slice(0,4)}}</span><span>{{item.title.slice(4,6)}}</span>
|
|
@@ -274,7 +274,7 @@ border: 1px solid #4B98F6;color: #4B98F6;">
|
|
|
<div v-else>{{item.title}}</div>
|
|
|
</div>
|
|
|
<div v-if="index==1" style="background: #CEEBE8;
|
|
|
-border: 1px solid #62B9AF;color: #62B9AF;">
|
|
|
+border: 1px solid #62B9AF;color: #62B9AF;" @click="goToLink('tsfw.html')">
|
|
|
<div v-if="item.title.length == 6"
|
|
|
style="display: flex;align-items: center;justify-content: center;flex-direction: column;white-space: nowrap;">
|
|
|
<span>{{item.title.slice(0,4)}}</span><span>{{item.title.slice(4,6)}}</span>
|
|
@@ -282,7 +282,7 @@ border: 1px solid #62B9AF;color: #62B9AF;">
|
|
|
<div v-else>{{item.title}}</div>
|
|
|
</div>
|
|
|
<div v-if="index==2" style="background: #F7EBE0;
|
|
|
-border: 1px solid #EFA34E;color: #EFA34E;">
|
|
|
+border: 1px solid #EFA34E;color: #EFA34E;" @click="goToLink('tsfw.html')">
|
|
|
<div v-if="item.title.length == 6"
|
|
|
style="display: flex;align-items: center;justify-content: center;flex-direction: column;white-space: nowrap;">
|
|
|
<span>{{item.title.slice(0,4)}}</span><span>{{item.title.slice(4,6)}}</span>
|
|
@@ -298,7 +298,7 @@ border: 1px solid #EFA34E;color: #EFA34E;">
|
|
|
<div v-else>{{item.title}}</div>
|
|
|
</div>
|
|
|
<div v-if="index==4" style="background: #F7EBE0;
|
|
|
-border: 1px solid #EFA34E;color: #EFA34E;">
|
|
|
+border: 1px solid #EFA34E;color: #EFA34E;" @click="goToLink('tsfw.html')">
|
|
|
<div v-if="item.title.length == 6"
|
|
|
style="display: flex;align-items: center;justify-content: center;flex-direction: column;white-space: nowrap;">
|
|
|
<span>{{item.title.slice(0,4)}}</span><span>{{item.title.slice(4,6)}}</span>
|
|
@@ -471,7 +471,6 @@ border: 1px solid #EFA34E;color: #EFA34E;"><span>企业人才</span><span>服务
|
|
|
});
|
|
|
// 明星企业
|
|
|
that.mxqyList = data.filter(item => item.moduleType === "3");
|
|
|
- console.log(that.mxqyList)
|
|
|
// 特色服务
|
|
|
that.fwsxqdList = data.filter(item => item.moduleType === "4");
|
|
|
// 政策文件
|