Commit 50a6d421 authored by zhangyanni's avatar zhangyanni

提交友情链接

parent 18dc7830
......@@ -992,7 +992,7 @@
display:inline-block;
line-height: 45px;
text-align: center;
color: #69697A;
color: #5d78ff;
font-size: 12px;
cursor: pointer;
position: absolute;
......
......@@ -269,7 +269,7 @@
</el-row>
</div>
<!-- 合作案例-->
<div>
<div style="margin-bottom: 0">
<div style="border-bottom: 1px solid #F2F2F2;position: relative;padding-bottom: 10px;">
<p style="color:#1A1A1E;font-size: 18px;font-weight: bold;">合作案例</p>
<span class="lookmoreBtn" @click="handleMore('list','/successfulcase',null)">{{$t("indexCount.lookMore")}}></span>
......@@ -437,16 +437,31 @@
</div>
</div>
<!-- 友情链接-->
<div class="content_top" style="margin-top: 30px;">
<div class="topUpdateTitle" style="border-bottom: 1px solid #F2F2F2;">
<h4>友情链接</h4>
<div class="borderBottom40px"></div>
</div>
<div class="gendisplay friendshiplink">
<p v-for="item in friendlyLink" :key="item.id" @click="handleToLink(item)">
<!--<div class="content_top" style="margin-top: 30px;">-->
<!--<div class="topUpdateTitle" style="border-bottom: 1px solid #F2F2F2;">-->
<!--<h4>友情链接</h4>-->
<!--<div class="borderBottom40px"></div>-->
<!--</div>-->
<!--<div class="gendisplay friendshiplink">-->
<!--<p v-for="item in friendlyLink" :key="item.id" @click="handleToLink(item)">-->
<!--<img :src="item.imageUrl" alt="">-->
<!--</p>-->
<!--</div>-->
<!--</div>-->
</div>
</div>
<div class="en_margin" v-if="$i18n.locale=='zh-CN'">
<div class="content_top friendLinkWrapper">
<div class="topUpdateTitle">
<h4>{{$t("bottomNav.friendlyLink")}}</h4>
<div class="borderBottom40px"></div>
</div>
<div class="cooperationUl">
<ul>
<li v-for="item in friendlyLink" :key="item.id" @click="handleToLink(item,index)">
<img :src="item.imageUrl" alt="">
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
......@@ -817,7 +832,7 @@
</div>
</div>
<!-- 友情链接-->
<div class="content_top firendLinkWrapper">
<div class="content_top friendLinkWrapper">
<div class="topUpdateTitle">
<h4>{{$t("bottomNav.friendlyLink")}}</h4>
<div class="borderBottom40px"></div>
......@@ -1011,7 +1026,12 @@
imageUrl: require("../../../assets/img/index/webyiou.jpg"),
href: "https://www.iyiou.com/"
}, ],
}, {
id: 8,
imageUrl: require("../../../assets/img/maikeji.png"),
href: "https://www.maikeji.cn/"
},],
userInfo: this.publicFun.getUserInfoCookieType() ? JSON.parse(this.Base64.decode(this.publicFun.getUserInfoCookieType())) : null,
articleList: [],//资讯
datelist:[{value:'实时榜',type:1},{value:'近7日榜',type:2},{value:'近30日榜',type:3}],
......@@ -1233,7 +1253,7 @@
},
//行业报告
getIndexBaseReport(){
api.getIndexBaseReport(this.$i18n.locale=='zh-CN'?5:3).then((res) => {
api.getIndexBaseReport(this.$i18n.locale=='zh-CN'?7:3).then((res) => {
if (res.code == 0) {
this.reportList = res.result;
} else {
......@@ -2157,7 +2177,7 @@
}
}
.firendLinkWrapper {
.friendLinkWrapper {
height: 200px;
/*background: #ECECF2;*/
.topUpdateTitle {
......
<template>
<div class="overfolowWrapper">
<breadTop :title="titlep" :isReturn="true" :isTop="true" :isSearch="false" :isColor="false" :grayColor="true" style="border-bottom: .01rem solid #E6E6E6;box-shadow: 0px 0.04rem .15rem 0px rgba(0, 0, 0, 0.1);"></breadTop>
<breadTop :title="titlep" :isReturn="true" :isTop="true" :isSearch="false" :isColor="false" :grayColor="true" style="border-bottom: .01rem solid #E6E6E6;box-shadow: 0px 0.04rem .15rem 0px rgba(0, 0, 0, 0.1);" v-if="$route.name=='usehelped'"></breadTop>
<!--<div v-if="!showsd" style="margin:0 0 0.5rem;text-align: center">-->
<!--<span style="font-size: 24px;font-weight: bold;color: #3F3F53">{{titlep}}</span>-->
<!--<div style="width: 80px;height: 3px;background: #5D78FF;border-radius: 3px;margin: 0.2rem auto 0;"></div>-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment