Difference between revisions of "Team:SJTU-Software/loading.css"

(Created page with " p{ font-family: "helvetica" } div.loading{ width: 60%; position: relative; margin: auto; } div.loading .photoSec{ width: 30%; position: relative; margin: auto; top...")
 
(Blanked the page)
 
Line 1: Line 1:
  
 
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;
 
}
 

Latest revision as of 16:06, 11 September 2015