Compare commits

2 Commits
Author SHA1 Message Date
xuxin d429bae98a 备案号 2026-07-17 16:49:46 +08:00
xuxin 0b9f2e7333 备案号 2026-07-17 16:48:39 +08:00
2 changed files with 10 additions and 1 deletions
+9 -1
View File
@@ -1618,10 +1618,18 @@
margin: 0.6rem auto 0; margin: 0.6rem auto 0;
text-align: center; text-align: center;
padding-top: 0.4rem; padding-top: 0.4rem;
display: flex;
justify-content: center;
gap: 0.2rem;
p { p {
font-size: 0.12rem; font-size: 0.12rem;
line-height: 0.16rem; color: #9ca3af;
}
a{
font-size: 0.12rem;
text-decoration: none;
color: #9ca3af; color: #9ca3af;
} }
} }
+1
View File
@@ -479,6 +479,7 @@
</div> </div>
<div class="home-footer__bottom"> <div class="home-footer__bottom">
<p>©2016-2026 - 广州油梨信息科技有限公司 版权所有</p> <p>©2016-2026 - 广州油梨信息科技有限公司 版权所有</p>
<a href="https://beian.miit.gov.cn/" target="_blank" class="">粤ICP备16019697号-7</a>
</div> </div>
</footer> </footer>