gov_propagandize/app.wxss
itgaojian163 0489d56d56 工具
2025-01-02 17:39:17 +08:00

11 lines
186 B
Plaintext

/**app.wxss**/
.container {
height: 100vh;
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
box-sizing: border-box;
}