18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
/**app.wxss**/
|
|
|
|
html,body {
|
|
background: #252330;
|
|
}
|
|
|
|
page {
|
|
position: relative;
|
|
background: #252330;
|
|
}
|
|
|
|
.container {
|
|
position: relative;
|
|
min-height: calc(100vh - 130rpx);
|
|
padding-top: 130rpx;
|
|
background: #252330;
|
|
}
|