HumanBreak/src/styles.less
2022-11-21 20:00:34 +08:00

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;
}