显示在页面中间的加载gif
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了显示在页面中间的加载gif相关的知识,希望对你有一定的参考价值。
.tp-loader {
background: url(../assets/loader.gif) no-repeat 10px 10px;
background-color: #fff;
margin: -22px -22px;
top: 50%;
left: 50%;
z-index: 10000;
position: absolute;
width: 44px;
height: 44px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
<div class="tp-loader" style="display: none;"></div>
以上是关于显示在页面中间的加载gif的主要内容,如果未能解决你的问题,请参考以下文章