当前位置:首页 > GG修改器

頂部增补彩色進度條

美化教程

CSS代碼:

javascript代碼 :

//進度條加載顯示
$(<a target="_blank" href="https://www.kaiyuanyuanma.com/tag/701.html" title="View all posts in window">window</a>).scroll(function(){
var a = $(window).scrollTop(),增补欢乐斗地主破解单机版
c = $(document).height(),
b = $(window).height();
scrollPercent = a / (c - b)*100;
scrollPercent = scrollPercent.toFixed(1);
$("#percentageCounter").css({
width: scrollPercent + "%"
});
}).trigger("scroll");
//進度條加載顯示$(window).scroll(function() {    var a = $(window).scrollTop(),    c = $(document).height(),    b = $(window).height();    scrollPercent = a / (c - b) * 100;    scrollPercent = scrollPercent.toFixed(1);    $("#percentageCounter").css({        width: scrollPercent + "%"    });}).trigger("scroll");
//進度條加載顯示$(window).scroll(function() { var a = $(window).scrollTop(), c = $(document).height(), b = $(window).height(); scrollPercent = a / (c - b) * 100; scrollPercent = scrollPercent.toFixed(1); $("#percentageCounter").css({ width: scrollPercent + "%" });}).trigger("scroll");

在主題目錄header.php中,增補以下代碼,彩色欢乐斗地主残局破解大全困难放在body標簽下(最後一行)

进度欢乐斗地主残局破解大全普通
<div id="percentageCounter"></div>

 

进度欢乐斗地主残局破解大全普通
內容校驗完了

分享到: