Commit 480c3495 by qinjianhui

fix: 添加备案号

parent 39875845
...@@ -315,6 +315,9 @@ ...@@ -315,6 +315,9 @@
广州市南沙区丰泽东路106号 广州市南沙区丰泽东路106号
</span> </span>
</div> </div>
<div class="record-number">
<a href="https://beian.miit.gov.cn" target="_black">粤ICP备2022141405号-1</a>
</div>
</div> </div>
</div> </div>
</template> </template>
...@@ -348,4 +351,13 @@ ...@@ -348,4 +351,13 @@
padding: 30px 30px 90px; padding: 30px 30px 90px;
background: url(../assets/footer.jpg) center / cover no-repeat; background: url(../assets/footer.jpg) center / cover no-repeat;
} }
.record-number {
text-align: center;
margin-top: 20px;
}
.record-number a {
text-decoration: none;
color: #fff;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment