Files
quantulr 0288146b0d init
2023-08-30 17:27:21 +08:00

15 lines
232 B
SCSS

/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
page {
background-color: #f6f6f6;
}