chache/we7/pages/user/index/index.wxss
2024-01-22 18:48:00 +08:00

17 lines
270 B
Plaintext

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