Files
venue_wx/app.wxss
2020-06-21 16:27:58 +08:00

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;
}