tijian_tieying/web/德城公众号(问卷小程序)/app.wxss
2025-02-20 12:14:39 +08:00

11 lines
193 B
Plaintext

/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 30rpx 0;
box-sizing: border-box;
}