基本结构

This commit is contained in:
2023-01-01 15:30:52 +08:00
parent 58825b0277
commit be638bfd80
3 changed files with 47 additions and 11 deletions

View File

@@ -10,3 +10,10 @@ div.min-h-screen.flex.flex-nowrap(style="background-color: #15191e")
button.w-6.h-6 user
NuxtPage
</template>>
<style>
html, body {
font-size: 14px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
</style>