Files
AGuestSaas/app.wxss
唐明明 4b8baab1e5 短视频
2020-11-30 17:09:04 +08:00

11 lines
193 B
Plaintext

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