diff --git a/public/assets/备案编号图标.png b/public/assets/备案编号图标.png
new file mode 100644
index 0000000..9f76394
Binary files /dev/null and b/public/assets/备案编号图标.png differ
diff --git a/src/components/FooterBar.vue b/src/components/FooterBar.vue
index 1bf6480..c1085cc 100644
--- a/src/components/FooterBar.vue
+++ b/src/components/FooterBar.vue
@@ -9,7 +9,21 @@
-
© 2026 杭州柚康科技有限公司 版权所有
+ diff --git a/src/styles/theme.css b/src/styles/theme.css index 2795b2a..c85a3ef 100644 --- a/src/styles/theme.css +++ b/src/styles/theme.css @@ -959,6 +959,28 @@ button { font-size: 18px; } +.footer-legal { + display: flex; + align-items: center; + justify-content: flex-end; + flex-wrap: wrap; + gap: 8px 16px; + color: #8a929f; + line-height: 1.7; +} + +.footer-legal a { + display: inline-flex; + align-items: center; + gap: 5px; +} + +.police-record img { + width: 16px; + height: 16px; + object-fit: contain; +} + @media (max-width: 1100px) { .nav-links { gap: 20px; @@ -1237,6 +1259,9 @@ button { align-items: flex-start; padding: 24px 0; } + .footer-legal { + justify-content: flex-start; + } } @media (max-width: 540px) {