Skip to content

Commit 5e82451

Browse files
committed
ar
1 parent 2c9b3ba commit 5e82451

File tree

5 files changed

+64
-0
lines changed

5 files changed

+64
-0
lines changed

ar/ar.html

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
5+
<style type="text/css">
6+
body{
7+
font-family: 'Segoe UI Light','Segoe UI','Microsoft Jhenghei','微软雅黑',sans-serif;
8+
margin: 0;
9+
10+
}
11+
.video{
12+
position: absolute;
13+
height:100%;
14+
margin:0 auto;
15+
}
16+
.cover{
17+
position: absolute;
18+
left: 0;
19+
top:0;
20+
width:100%;
21+
height:100%;
22+
background: url("image/cover.png");
23+
opacity: 0.2;
24+
font-size: 66px;
25+
font-family: Tahoma;
26+
text-align: center;
27+
vertical-align: middle;
28+
}
29+
.alloyteam{
30+
position: absolute;
31+
left: 50%;
32+
top:50%;
33+
margin: -100px 0 0 -300px;
34+
width:600px;
35+
height:200px;
36+
color:#fff;
37+
font-size: 166px;
38+
39+
text-align: center;
40+
vertical-align: middle;
41+
text-shadow:1px 1px 3px black;
42+
}
43+
44+
</style>
45+
46+
</head>
47+
48+
<body>
49+
50+
51+
<!-- HERO UNIT -->
52+
53+
<video class="video" autoplay="autoplay" loop >
54+
<source src="video/motion.mp4" type="video/mp4" />
55+
<source src="video/motion.webm" type="video/webm" />
56+
<source src="video/motion.ogv" type="video/ogg" />
57+
您的浏览器不支持 video 标签。
58+
</video>
59+
<div class="cover"></div>
60+
<div class="alloyteam">AlloyRobot</div>
61+
<!-- END HERO UNIT -->
62+
63+
64+
</body>

ar/image/cover.png

7.43 KB
Loading

ar/video/motion.mp4

1.61 MB
Binary file not shown.

ar/video/motion.ogv

1.81 MB
Binary file not shown.

ar/video/motion.webm

1.76 MB
Binary file not shown.

0 commit comments

Comments
 (0)