2023-02-21 22:34:08 +08:00

10 lines
114 B
Plaintext

/**app.wxss**/
.container {
height: 100%;
}
page{
width:100%;
height: 100%;
background-color: #011b28;
}