2023-03-06 17:57:39 +08:00

13 lines
169 B
Plaintext

.logo{
height: 500rpx;
display: flex;
align-items: center;
justify-content: center;
}
.fields{
margin: 50rpx 0;
}
.btn{
font-size: 28rpx;
color: #666666;
}