This commit is contained in:
2025-09-14 00:00:03 +08:00
commit cbed8ff6ac
14 changed files with 261 additions and 0 deletions

14
app.css Normal file
View File

@@ -0,0 +1,14 @@
view{
box-sizing : border-box;
}
/**app.css**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}