style: enhance footer layout and add custom class for styling

- Refactor Footer component to use a semantic <footer> element for better accessibility.
- Update CSS to include a new class for the custom footer, allowing for relative positioning.
- Adjust layout to improve responsiveness and visual alignment of footer content.
This commit is contained in:
CaIon
2026-03-31 18:41:44 +08:00
parent 20399d3c8f
commit 310d618a16
2 changed files with 23 additions and 16 deletions
+3
View File
@@ -469,6 +469,9 @@ html.dark .sbg-variant-green {
.custom-footer {
font-size: 1.1em;
}
.custom-footer.na-cb6feafeb3990c78 {
position: relative;
}
/* 卡片内容容器通用样式 */
.card-content-container {