2019-04-25 08:23:30 +08:00

8 lines
130 B
Plaintext

/**app.wxss**/
.container {
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}