-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaneswar.css
100 lines (98 loc) · 1.93 KB
/
planeswar.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
/*飞机大战*/
*{margin: 0;padding: 0;}
body{font-family: "微软雅黑";}
@font-face {
font-family: 'iconfont'; /* project id:"190984" */
src: url('http://at.alicdn.com/t/font_bo5nfxgyyjgfzuxr.eot');
src: url('http://at.alicdn.com/t/font_bo5nfxgyyjgfzuxr.eot?#iefix') format('embedded-opentype'),
url('http://at.alicdn.com/t/font_bo5nfxgyyjgfzuxr.woff') format('woff'),
url('http://at.alicdn.com/t/font_bo5nfxgyyjgfzuxr.ttf') format('truetype'),
url('http://at.alicdn.com/t/font_bo5nfxgyyjgfzuxr.svg#iconfont') format('svg');
}
.iconfont{
font-family: iconfont;
font-style: normal;
font-size: 40px;
}
.dead{
left: 450px;
position: absolute;
z-index: -1;
font-family: iconfont;
font-style: normal;
font-size: 40px;
color: red;
}
.died{
left: 450px;
position: absolute;
z-index: -1;
font-family: iconfont;
font-style: normal;
font-size: 40px;
color: red;
}
#hidden,#top,#warplace,#footer{
width: 940px;
margin: 0 auto;
}
#hidden{
height: 50px;
background: #fff;
}
#top{
height: 80px;
text-align: center;
background: #e3e4e5;
line-height: 100px;
border: 1px solid #272822;
border-bottom: none;
font-family: "微软雅黑";
font-weight: bold;
}
#warplace{
height: 600px;
background: #e3e4e5;
border: 1px solid #272822;
position: relative;
z-index: -2;
}
#footer{
background: #e3e4e5;
text-align: center;
border: 1px solid #272822;
border-top: none;
font-weight: 800;
}
.planes{
left: 450px;
top: -50px;
position: absolute;
z-index: -2;
font-family: iconfont;
font-style: normal;
font-size: 40px;
}
#person{
position: absolute;
left: 450px;
top: 550px;
}
.bullets{
position: absolute;
font-size: 40px;
}
#overbox{
background: #666;
width: 300px;
height: 150px;
margin: 300px auto auto auto;
position: relative;
z-index: 1;
text-align: center;
line-height: 150px;
font-size: 30px;
border: 2px solid #272822;
border-radius: 15px;
display: none;
}