提交 1d1b3819 编写于 作者: zhangzhiwei's avatar zhangzhiwei

foot

上级 61f8115d
...@@ -9,4 +9,9 @@ export default { ...@@ -9,4 +9,9 @@ export default {
name: 'App' name: 'App'
} }
</script> </script>
<style>
#app{
font-family:PingFang SC;
}
</style>
<template> <template>
<div class="footer"> <div>
<div class="footer_content"> <div class="footer" style="padding-top: 10px;padding-bottom: 10px">
<el-row> <div class="footer_content" >
<el-col :span="12"> <div>
<img style="width: 100px;height: 30px" <img style="width: 100px;height: 30px;vertical-align: middle"
src="https://img2.baidu.com/it/u=3629687853,959678225&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500" alt=""> src="https://img2.baidu.com/it/u=3629687853,959678225&fm=253&fmt=auto&app=138&f=JPEG?w=800&h=500" alt="">
<span>让美家变得更简单</span> <span style="font-size: 16px;margin-left: 16px">让美家变得更简单</span>
</el-col> </div>
<el-col :span="12"> <div style="text-align: right">
<div> <div style="color: #07FBF1;margin-bottom: 10px"> <i class="el-icon-service"></i> 在线客服</div>
<div>在线客服</div> <div style="font-size: 14px;color: #FFFFFF">
<div> 服务时间:周一至周六8:30-18:00
服务时间:周一至周六8:30-18:00
</div>
</div> </div>
</el-col> </div>
</el-row> </div>
</div> </div>
<div> <div style="background: #424449;padding-top: 40px;padding-bottom: 40px">
<div class="footer_content" >
<div>
<span style="font-size: 16px;margin-left: 16px">客户端下载 | 帮助中心 | 商家后台</span>
</div>
<div style="text-align: right">
<div style="display: flex;align-items: center">
<div style="margin-right: 20px">关注我们</div>
<img style="margin-right: 20px" src="../../static/home/gzh.png" alt="">
<img style="margin-right: 10px" src="../../static/home/dy.png" alt="">
</div>
</div>
</div>
<p class="footer_bottom"> <p class="footer_bottom">
<span>CopyRight @中山市艾文凯迪网络科技公司 版权所有</span> <span>CopyRight @中山市艾文凯迪网络科技公司 版权所有</span>
<span>粤ICP备14009360号</span> <span>粤ICP备14009360号</span>
...@@ -35,27 +45,34 @@ ...@@ -35,27 +45,34 @@
</script> </script>
<style scoped> <style scoped>
.footer_bottom{ .footer {
width: 100%;
background: linear-gradient(195deg, #25292C, #353B40);
box-shadow: 0px 3px 20px 0px rgba(6, 36, 14, 0.1);
}
.footer_bottom {
width: 1300px; width: 1300px;
margin: 0 auto; margin: 0 auto;
margin-top: 70px;
text-align: center; text-align: center;
font-size: 14px; font-size: 14px;
font-family: PingFang SC;
font-weight: 400; font-weight: 400;
color: #999999; color: #999999;
} }
.footer {
width: 100%;
height: 88px;
background: linear-gradient(195deg, #25292C, #353B40);
box-shadow: 0px 3px 20px 0px rgba(6, 36, 14, 0.1);
}
.footer_content { .footer_content {
width: 1300px; width: 1300px;
margin-top: 100px; margin-top: 100px;
margin-bottom: 30px;
color: #ffffff; color: #ffffff;
display: flex;
align-items: center;
justify-content: space-between;
margin: 0 auto;
} }
.footer_bottom span{
.footer_bottom span {
margin-right: 15px; margin-right: 15px;
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册