Files
cardBoard-wxapp/miniprogram/app.scss
T

17 lines
326 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 {
display: flex;
flex-direction: column;
height: 100vh; /* 限制最高为屏幕高度 */
overflow: hidden;
}