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>

posted @ 2025-03-29 23:57  混沌武士丞  阅读(4)  评论(0)    收藏  举报