mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00
13 lines
204 B
Plaintext
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;
|
|
}
|