style: 调整备案信息样式

- 放大字体从 12px 到 14px
- 向上移动 8px 底部间距

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
刘华勇 2026-06-25 16:40:56 +08:00
parent f601747a78
commit f2439a1685

View File

@ -122,10 +122,10 @@
.beian {
display: block;
font-size: 12px;
font-size: 14px;
position: fixed;
left: 0;
bottom: 0;
bottom: 8px;
width: 100%;
text-align: center;
line-height: 2;