2015-07-17 16:22:46 +08:00
|
|
|
#load-song{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
#loading-song{
|
|
|
|
position: absolute;
|
2018-09-18 06:37:59 +08:00
|
|
|
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);
|
2015-07-17 16:22:46 +08:00
|
|
|
border-radius: 5px;
|
2018-09-18 06:37:59 +08:00
|
|
|
border: 3px solid white;
|
|
|
|
color: #fff;
|
2015-07-17 16:22:46 +08:00
|
|
|
}
|
|
|
|
#loading-don{
|
2018-09-18 06:37:59 +08:00
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.loading-text{
|
2015-07-17 16:22:46 +08:00
|
|
|
position: relative;
|
2018-09-18 06:37:59 +08:00
|
|
|
font-size: 1.5vw;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 1;
|
2015-07-17 16:22:46 +08:00
|
|
|
}
|