13 lines
204 B
Plaintext
Raw Permalink Normal View History

2024-02-28 14:34:35 +08:00
.showView{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 180rpx;
}
.showView .title{
margin-top: 20rpx;
font-size: 34rpx;
}