1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/miniprogram/app.wxss
2022-11-05 15:28:03 +08:00

17 lines
275 B
Plaintext

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