init project

This commit is contained in:
limqhz
2020-06-21 16:27:58 +08:00
commit e8fe10b5fb
178 changed files with 9964 additions and 0 deletions

17
app.wxss Normal file
View File

@@ -0,0 +1,17 @@
/**app.wxss**/
html,body {
background: #252330;
}
page {
position: relative;
background: #252330;
}
.container {
position: relative;
min-height: calc(100vh - 130rpx);
padding-top: 130rpx;
background: #252330;
}