Files
18xchat/web-view_project/app.wxss
T

9 lines
193 B
Plaintext
Raw Normal View History

2025-09-19 15:19:59 +08:00
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}