php 预载

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 预载相关的知识,希望对你有一定的参考价值。

.preloader {
	background: none no-repeat scroll center bottom #474747;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -69px 0 0 -185px;
}
/* Preloader */

$('.preloader').delay(1000).fadeOut("slow");

setTimeout(remove_preloader, 2000);

function remove_preloader() {
	$('.preloader').remove();
}
<div class="preloader">
	<img src="<?php echo get_template_directory_uri(); ?>/img/logo-large.png" alt="Downsview Kitchens">
</div>

以上是关于php 预载的主要内容,如果未能解决你的问题,请参考以下文章

text 预载

text 预载

javascript 预载

html 预载

html 预载

预载机