<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CSS3动态Loading加载特效 - 网页模板</title>
<style>
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
</style>
<style>
body{
text-align:center;
background:#fff;
}
#loading {
width:200px;
height:100px;
margin: 50px auto;
}
#loading span {
height:80px;
width:15px;
background:#f01b00;
display:inline-block;
animation:loader 1s infinite;
}
#loading p {
color: #f01b00;
font-size: 20px;
font-family: Helvetica;
text-transform: uppercase;
margin-top: 5px;
font-weight: 300;
letter-spacing: .05em;
text-align: center;
}
@keyframes loader{
50% { height:30px; margin-top:50px; opacity:.5; }
}
#loading span:nth-child(1) {animation-delay:.1s;}
#loading span:nth-child(2) {animation-delay:.2s;}
#loading span:nth-child(3) {animation-delay:.3s;}
#loading span:nth-child(4) {animation-delay:.4s;}
#loading span:nth-child(5) {animation-delay:.5s;}
#loading span:nth-child(6) {animation-delay:.6s;}
</style>
<script src="js/prefixfree.min.js"></script>
</head>
<body>
<div id="loading">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<p>Thinking</p>
</div>
<div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';">
<p>适用浏览器:360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗. 不支持IE8及以下浏览器。</p>
<p>来源:<a href="http://www.moobnn.com/" target="_blank">网页模板</a></p>
</div>
</body>
</html>
芝麻粒儿
- 粉丝: 6w+
- 资源: 2万+
最新资源
- 【岗位说明】酒店客房清洁员岗位职责.doc
- 【岗位说明】酒店楼层主管的岗位职责.doc
- 【岗位说明】酒店旅行社销售代表岗位职责.doc
- 【岗位说明】酒店洁净部领班岗位职责.doc
- 【岗位说明】酒店康乐部岗位职责.doc
- 【岗位说明】酒店洁净部经理岗位职责.doc
- 【岗位说明】酒店客房部经理岗位职责.doc
- 【岗位说明】酒店客房杂工岗位职责.doc
- 【岗位说明】酒店前厅部副经理岗位职责.doc
- 【岗位说明】酒店前台文员岗位职责.doc
- 【岗位说明】酒店前台主管岗位职责.doc
- 【岗位说明】酒店前厅部经理岗位职责.doc
- 【岗位说明】酒店前厅部各岗位职责.doc
- 【岗位说明】酒店前厅部经理岗位职责.docx
- 【岗位说明】酒店商务中心服务员岗位职责.doc
- 【岗位说明】酒店前厅部值班经理岗位职责.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈