add miniprogram
This commit is contained in:
16
miniprogram/app.wxss
Normal file
16
miniprogram/app.wxss
Normal file
@@ -0,0 +1,16 @@
|
||||
/**app.wxss**/
|
||||
@import "weui.wxss";
|
||||
page{
|
||||
line-height: 150%;
|
||||
color: #666;
|
||||
height: 100%;
|
||||
}
|
||||
.container {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 200rpx 0;
|
||||
box-sizing: border-box;
|
||||
}
|
Reference in New Issue
Block a user