bt-lcyd/app.wxss
dong_bo0602 4458f60375 0614
2022-06-14 10:56:41 +08:00

10 lines
173 B
Plaintext

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