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.
19 lines
434 B
19 lines
434 B
<template>
|
|
<div class="web-main-footer">
|
|
© 2012-2025 快乐论文 ,  <a href="">Inc. All rights reserved.</a> 鲁ICP备14002313号-1
|
|
</div>
|
|
</template>
|
|
<style lang="scss" scoped>
|
|
.web-main-footer{
|
|
width: 100%;
|
|
min-height: 65px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: #626573
|
|
a{
|
|
text-decoration: none;
|
|
color: #006AFF;
|
|
}
|
|
}
|
|
</style>
|