mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 15:31:51 +08:00
32 lines
471 B
CSS
32 lines
471 B
CSS
#load-song{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
#loading-song{
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 20vw;
|
|
height: 15vw;
|
|
background: rgba(0, 0, 0, 0.75);
|
|
border-radius: 5px;
|
|
border: 3px solid white;
|
|
color: #fff;
|
|
}
|
|
#loading-don{
|
|
width: 50%;
|
|
}
|
|
.loading-text{
|
|
position: relative;
|
|
font-size: 1.5vw;
|
|
text-align: center;
|
|
z-index: 1;
|
|
}
|