x
1
<html>
2
<head>
3
<style>
4
/* 使加载动画在页面居中 */
5
6
.loader {
7
position: absolute;
8
left: 50%;
9
top: 50%;
10
z-index: 1;
11
width: 150px;
12
height: 150px;
13
margin: -75px 0 0 -75px;
14
border: 16px solid #f3f3f3;
15
border-radius: 50%;
16
border-top: 16px solid #5cb85c;
17
width: 120px;
18
height: 120px;
19
animation: spin 2s linear infinite;
20
animation: spin 2s linear infinite;
21
}
22
23
@-webkit-keyframes spin {
24
0% {