2023-02-21 22:34:08 +08:00

15 lines
234 B
Plaintext

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