Commit bf946620 authored by xuchentao's avatar xuchentao

feat: add ICP filing link to footer

parent ad54008d
Pipeline #449 passed with stage
in 20 seconds
...@@ -37,6 +37,7 @@ import { site } from "../data/site"; ...@@ -37,6 +37,7 @@ import { site } from "../data/site";
</div> </div>
<div class="container footer-bottom"> <div class="container footer-bottom">
<p>© {new Date().getFullYear()} {site.brand.legalName}</p> <p>© {new Date().getFullYear()} {site.brand.legalName}</p>
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">冀ICP备2026029576号-1</a>
<p>健康管理服务不替代医疗诊断与治疗,实际体验因人而异。</p> <p>健康管理服务不替代医疗诊断与治疗,实际体验因人而异。</p>
</div> </div>
</footer> </footer>
...@@ -416,6 +416,8 @@ section[id], .faq-item[id] { scroll-margin-top: 112px; } ...@@ -416,6 +416,8 @@ section[id], .faq-item[id] { scroll-margin-top: 112px; }
.footer-arrow span { display: inline-block; margin-left: 4px; } .footer-arrow span { display: inline-block; margin-left: 4px; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: 11px; } .footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: 11px; }
.footer-bottom p { margin: 0; } .footer-bottom p { margin: 0; }
.footer-bottom a { color: inherit; }
.footer-bottom a:hover { color: var(--primary); }
.page-hero { position: relative; padding: 92px 0 86px; background: linear-gradient(135deg, #faf8f4, #eaf4ef); overflow: hidden; } .page-hero { position: relative; padding: 92px 0 86px; background: linear-gradient(135deg, #faf8f4, #eaf4ef); overflow: hidden; }
.page-hero::after { content: attr(data-word); position: absolute; right: -15px; bottom: -36px; color: rgba(15,118,110,.045); font-family: Georgia, serif; font-size: clamp(90px, 15vw, 210px); line-height: 1; } .page-hero::after { content: attr(data-word); position: absolute; right: -15px; bottom: -36px; color: rgba(15,118,110,.045); font-family: Georgia, serif; font-size: clamp(90px, 15vw, 210px); line-height: 1; }
......
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