11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
/**app.wxss**/
|
|
.container {
|
|
height: 100vh;
|
|
width: 100vw;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
box-sizing: border-box;
|
|
}
|