主页布局构建完成

This commit is contained in:
li-chx
2025-08-17 17:22:06 +08:00
parent b8e2f4282d
commit 1fb97e1cc2
31 changed files with 1246 additions and 9972 deletions
+10 -1
View File
@@ -1,2 +1,11 @@
@import "@nuxt/ui";
@import "tailwindcss";
@import "tailwindcss";
/*html, body {*/
/* transition: background-color 5s;*/
/*}*/
html {
--light-text-color: #1e2939; /*gray-800*/
--light-text-secondary-color: #4a5565; /*gray-600*/
--dark-text-color: #e5e7eb; /*gray-200*/
}