添加备案号

This commit is contained in:
CN-JS-HuiBai
2026-04-06 17:05:26 +08:00
parent b4415f25ac
commit 6d5b8bbb08
2 changed files with 17 additions and 0 deletions

View File

@@ -2722,6 +2722,10 @@ input:checked+.slider:before {
gap: 20px;
}
.footer-content.only-copyright {
justify-content: center;
}
.copyright {
font-size: 0.88rem;
color: var(--text-muted);
@@ -2762,5 +2766,10 @@ input:checked+.slider:before {
.filings {
flex-direction: column;
gap: 8px;
width: 100%;
}
.filings a {
justify-content: center;
}
}