bt-lcyd/app.wxss

10 lines
173 B
Plaintext
Raw Permalink Normal View History

2022-06-14 10:56:41 +08:00
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}