10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
/**app.wxss**/
|
|
.container {
|
|
height: 100%;
|
|
}
|
|
|
|
page{
|
|
width:100%;
|
|
height: 100%;
|
|
background-color: #011b28;
|
|
} |