feat: footer 响应式设计

This commit is contained in:
2025-09-19 02:32:50 +08:00
parent a25fda08c6
commit 0066297c52
2 changed files with 122 additions and 15 deletions
+8
View File
@@ -123,3 +123,11 @@
"sideways-lr"
);
}
@utility counter-reset-* {
counter-reset: --value([ *]);
}
@utility counter-increment-* {
counter-increment: --value([ *]) 1;
}