3.29
<template>
<div class="foot-container">
<!-- <div class="author">二手物品交易平台</div>-->
<p align="center"><a href="http://www.java1234.com/a/bysj/javaweb/" target="_blank"><font color="red"><h>java1234收藏整理</h></font></a></p>
</div>
</template>
<script>
export default {
name: "Foot"
}
</script>
<style scoped>
.foot-container {
width: 100%;
display: flex;
justify-content: center;
height: 40px;
padding-top: 10px;
}
.author {
color: #999999;
font-size: 14px;
}
</style>
浙公网安备 33010602011771号