feat: initialize Nuxt official website

This commit is contained in:
2026-07-14 17:44:51 +08:00
commit 31522f05d5
45 changed files with 12920 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
font-family: 'Source Han Sans', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
color: rgb(64 64 64);
background: #f8fbff;
}
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: #f8fbff; }
button, a { -webkit-tap-highlight-color: transparent; }