feat(M08-bootstrap): 纳管微信原生小程序基础模板

This commit is contained in:
Codex
2026-06-18 15:08:42 +08:00
parent db014635ac
commit c658b0912b
12 changed files with 278 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}