mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-01-19 20:59:37 +08:00
19 lines
330 B
Plaintext
19 lines
330 B
Plaintext
#root {
|
|
position: absolute;
|
|
display: none;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 1000;
|
|
justify-content: center;
|
|
align-items: center;
|
|
overflow: hidden;
|
|
transition: all 0.6s linear;
|
|
opacity: 0;
|
|
background-color: #000d;
|
|
}
|
|
|
|
.antdv-message {
|
|
font-family: 'normal';
|
|
font-size: 1.6em;
|
|
}
|