Files
2026-01-09 09:35:44 +08:00

19 lines
241 B
SCSS

/**app.wxss**/
page,
view,
scroll-view,
image,
text {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
}