团队页(布局)

This commit is contained in:
2025-06-09 17:03:18 +08:00
parent a3ad70de03
commit 5fbdd6845f
4 changed files with 88 additions and 137 deletions

View File

@@ -82,22 +82,20 @@
© 2021 shyoubai.com. All rights reserved
</p>
</div>
<div class="flex flex-wrap justify-center gap-x-4 gap-y-2">
<a href="#" class="text-gray-500 hover:text-primary transition-colors text-xs sm:text-sm">
隐私政策
<div class="flex flex-col sm:flex-row justify-center items-center gap-3 text-gray-500 text-sm">
<a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010402009014"
class="flex items-center hover:text-primary transition-colors duration-200 group">
<img src="@/assets/images/gongan.png" alt="公安备案图标" class="h-4 mr-1.5 group-hover:scale-105 transition-transform">
<span>沪公网安备 31010402009014</span>
</a>
<span class="text-gray-500 hidden sm:inline">|</span>
<a href="#" class="text-gray-500 hover:text-primary transition-colors text-xs sm:text-sm">
使用条款
<span class="hidden sm:inline-block text-gray-400">|</span>
<a href="https://beian.miit.gov.cn/"
class="flex items-center hover:text-primary transition-colors duration-200 group">
<img src="@/assets/images/icp.png" alt="公安备案图标" class="h-4 mr-1.5 group-hover:scale-105 transition-transform">
<span>沪ICP备2021007173号-1</span>
</a>
<span class="text-gray-500 hidden sm:inline">|</span>
<span class="text-gray-500 text-xs sm:text-sm">
沪公网安备 31010402009014
</span>
<span class="text-gray-500 hidden sm:inline">|</span>
<span class="text-gray-500 text-xs sm:text-sm">
沪ICP备2021007173号-1
</span>
</div>
</div>
</div>