23 lines
271 B
Plaintext
23 lines
271 B
Plaintext
|
|
page {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.loading {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-top: 100rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.button {
|
|
border-radius: 25px;
|
|
color: #fff;
|
|
font-size: 1rem;
|
|
padding: 0.6rem;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
} |