bridgeSpace/app.wxss

14 lines
198 B
Plaintext

/**app.wxss**/
page{
height: 100%;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}