@charset "UTF-8"; /* CSS Document */ .show_box { width:1440px; height:600px; background:#000; filter:alpha(opacity=50); top:0; left:0; z-index:998} .show_boxs { width:550px; left:445px; top:200px; z-index:999} .show_boxs .title { width:100%; height:49px; overflow:hidden; background: url(../images/help.gif)} .show_boxs .title_cont { height:20px; width:487px; margin-left:60px; margin-top:20px;} .show_boxs .title_cont strong { height:20px; line-height:20px; color:#ffd200} .show_boxs .cont { width:548px; border:1px solid #333; border-top:none; background:#1b1b1b} /* loading */ .show_boxs .cont .loading { width:528px; height:12px; margin:20px auto; border:1px solid #000}
在页面在载入前,显示遮罩层,视觉效果会好点。