备案号

This commit is contained in:
2026-07-17 16:48:39 +08:00
parent db46766d48
commit 0b9f2e7333
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -1618,12 +1618,21 @@
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; line-height: 0.16rem;
color: #9ca3af; color: #9ca3af;
} }
a{
font-size: 0.12rem;
text-decoration: none;
color: #9ca3af;
}
} }
} }
} // end .home-page } // end .home-page
+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>