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

11 lines
150 B
Plaintext

/* pages/other/about.wxss */
page{
height:100%
}
.imagesize{
display:flex;
height: 100%;
width: 100%;
justify-content: center;
align-items:center;
}