根据页面加载情况:




Document


html,body{
height:100%;
}
*{
margin:0;
padding:0;
}
img{
display:block;
width:80%;
height:auto;
margin:0 auto;
}
.loading{
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
background:#fff;
}
.pic{
width:64px;
height:64px;
background:url(images/760.gif);
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
margin:auto;
}


document.onreadystatechange=function(){
if(document.readyState=='complete'){
$('.loading').fadeOut();
}
}






进度条(二)
进度条(二)
进度条(二)
进度条(二)
进度条(二)
进度条(二)

相关文章:

  • 2021-05-05
  • 2021-09-02
  • 2021-08-21
猜你喜欢
  • 2021-10-07
  • 2021-11-04
  • 2021-05-20
  • 2021-05-19
相关资源
相似解决方案