8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
/**app.wxss**/
|
|
.container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|