Template:SJTU-Software/loadingCss
p{
font-family: "helvetica"
}
div.loading{ width: 60%; position: relative; margin: auto; }
div.loading .photoSec{ width: 30%; position: relative; margin: auto; top: 250px; }
div.loading .pic{ width: 100%; }
div.loading .progressSec{ margin-top: 280px; height: 1rem; border-radius: 0.5rem; }
div.loading .progressBar{ background-color: #515151; transition: width 1.0s linear; -webkit-transition: width 1.0s linear; }
div.loading .loadingText{ text-align: center; }
div.content{
margin-top: 60px;
display: none;
}