10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
/**app.wxss**/
|
|
page {
|
|
background-color: #f3f3f3;
|
|
}
|
|
|
|
.page {
|
|
height: 100vh;
|
|
background-color: #fff;
|
|
}
|