中国食品行业工业互联网产业联盟官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
702 B

<template>
<el-footer>
<span class="copyright">
京ICP备09013372号-15 工业互联网产业联盟版权所有 技术支持福通互联
</span>
</el-footer>
</template>
<script>
export default {
name:'myFooter',
}
</script>
<style scoped>
.el-footer {
position: relative;
bottom: 0px;
width: 100%;
background-color:#333333;
line-height: 60px;
font-size:14px;
font-family:PingFang-SC-Regular;
color:#666666;
z-index: 5;
text-align: center;
}
.el-footer .copyright {
position: relative;
/* margin-left: 15%; */
}
/* .el-footer .hotline {
position: relative;
margin-left: 10%;
} */
</style>