13 lines
169 B
Plaintext
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;
|
|
} |