Line 83: | Line 83: | ||
//加载页面 | //加载页面 | ||
$(document).ready(function() { | $(document).ready(function() { | ||
+ | var l = $(window).width(); | ||
+ | var l2 = $("#loading_icon p").width() | ||
//加载图像 | //加载图像 | ||
$("#loading_icon").fadeOut(2000); //应用2000,调试1 | $("#loading_icon").fadeOut(2000); //应用2000,调试1 | ||
//加载文字 | //加载文字 | ||
− | + | ||
− | + | $("#loading_icon p").css("left", (l - l2) / 2 + "px"); | |
− | $("#loading_icon p").css("left", (l - l2) / 2 | + | |
Revision as of 17:29, 12 October 2018
For basic advancement...