Commit 664c8d23 authored by 吴冠's avatar 吴冠

footer

parent c1da294c
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
<div class="t4">{{item.title}}</div> <div class="t4">{{item.title}}</div>
<ul> <ul>
<li class="t1" v-for="(item,index) in item.list" :key="index"> <li class="t1" v-for="(item,index) in item.list" :key="index">
{{item}} <a :href="item.url" class="textcolor">{{item.name}}</a>
</li> </li>
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
<div class="flex-center copyright"> <div class="flex-center copyright">
<div>京ICP证16038770号 Copyright © 2019 技术支持:北京三分田信息技术有限公司</div> <div>Copyright © 2019 技术支持:北京捷安采供应链管理有限公司 版权所有</div>
</div> </div>
</div> </div>
</template> </template>
...@@ -24,24 +24,31 @@ ...@@ -24,24 +24,31 @@
return { return {
footList: [{ footList: [{
title: "友情链接", title: "友情链接",
list: ["教育部学校规划建设发展", "北京市教委", "全国农产品批发市场价格信息网"] list: [{name:'教育部学校规划建设发展',
url:'https://www.csdp.edu.cn/index.aspx?AspxAutoDetectCookieSupport=1'
}, /* "北京市教委", "全国农产品批发市场价格信息网" */
{
name:'北京市教委',
url:'http://jw.beijing.gov.cn/'
},
{
name:'全国农产品批发市场价格信息网',
url:'http://pfscnew.agri.gov.cn/'
}
],
}, },
{ {
title: "关于我们", title: "关于我们",
list: ["诚招英才", "关于我们"] list: [{name:"诚招英才"}, {name:"联系我们"}]
}, },
{ {
title: "客服中心", title: "客服中心",
list: ["帮助中心", "在线客服"] list: [{name:"帮助中心"}, {name:"在线客服"}]
}, },
{ {
title: "平台设置", title: "联系方式",
list: ["如何打印单据", "供应商操作流程", "供应商交易期间注意事项"] list: [{name:"客服联系电话 : 13810057696"}, {name:"电子邮箱: 13810057696@139.com"},]
}, },
{
title: "学校服务",
list: ["学校操作流程"]
}
] ]
} }
} }
...@@ -64,11 +71,13 @@ ...@@ -64,11 +71,13 @@
} }
.t4 { .t4 {
margin-bottom: 0.56rem; margin-bottom: 0.36rem;
text-align: center;
} }
ul>.t1 { ul>.t1 {
margin-bottom: 0.39rem; margin-bottom: 0.39rem;
text-align: center;
color: #323232 color: #323232
} }
.copyright{ .copyright{
...@@ -76,4 +85,7 @@ ...@@ -76,4 +85,7 @@
font-size:.16rem; font-size:.16rem;
color:rgba(153,153,153,1); color:rgba(153,153,153,1);
} }
.textcolor{
color: #323232
}
</style> </style>
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