11 lines
154 B
Plaintext
11 lines
154 B
Plaintext
/**app.wxss**/
|
|
.container {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
box-sizing: border-box;
|
|
}
|
|
page {
|
|
background-color: #f9fafb;
|
|
}
|