码迷,mamicode.com
首页 > 其他好文 > 详细

显示在页面中间的加载gif

时间:2016-02-01 20:38:01      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:

.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

标签:

原文地址:http://www.cnblogs.com/yushouling/p/5176019.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!