Initial commit
This commit is contained in:
10
wechat-mini-program/app.wxss
Normal file
10
wechat-mini-program/app.wxss
Normal file
@@ -0,0 +1,10 @@
|
||||
/**app.wxss**/
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
page {
|
||||
background-color: #f9fafb;
|
||||
}
|
||||
Reference in New Issue
Block a user