两款网站loading特效

Mr.Bai 818 浏览 1

放置head文件或者footer文件都可以,灵活运用

废话不多说直接上代码

<script type="text/javascript">
jQuery(function(){
jQuery('#loading-one').empty().append('页面加载完毕.').parent().fadeOut('slow');
});</script>
<div id="loading" style="position:fixed !important;position:absolute;top:0;left:0;height:100%; width:100%; z-index:999; background:#000 url(/content/templates/Fys/sucai/dingbu.gif/* 这里可以是自己喜欢的图片*/) no-repeat center; opacity:0.6; filter:alpha(opacity=60);font-size:14px;line-height:20px;" onclick="javascript:turnoff('loading')">
<p id="loading-one" style="color:#fff;position:absolute; top:50%; left:50%; margin:50px 0 0 -50px; padding:3px 10px;" onclick="javascript:turnoff('loading')">页面载入中,请稍后...</p>
</div>

以上代码效果图

两款网站loading特效

本站使用loader特效及其他特效

使用方法和上面一样

<script type="text/javascript">
jQuery(function(){
jQuery('#loading-one').empty().append('页面加载完毕.').parent().fadeOut('slow');
});</script>
<div id="loading" style="position:fixed !important;position:absolute;top:0;left:0;height:100%; width:100%; z-index:999; background:#000 url(/content/templates/Fys/sucai/loading.gif/* 这里可以是自己喜欢的图片*/) no-repeat center; opacity:0.6; filter:alpha(opacity=60);font-size:14px;line-height:20px;" onclick="javascript:turnoff('loading')">
<p id="loading-one" style="color:#fff;position:absolute; top:50%; left:50%; margin:50px 0 0 -50px; padding:3px 10px;" onclick="javascript:turnoff('loading')">页面载入中,请稍后...</p>
</div>

以上代码效果图

两款网站loading特效

发表评论 取消回复
表情 图片 链接 代码

  1. Lonesome.孤寂
    Lonesome.孤寂 游客

    666支持

分享
请选择语言