2024-03-06 22:00:22 +08:00

13 lines
204 B
Plaintext

.showView{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 180rpx;
}
.showView .title{
margin-top: 20rpx;
font-size: 34rpx;
}