-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
96 lines (83 loc) · 3.18 KB
/
video.html
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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="css/bootstrap.css">
<title>Innovator-变革者</title>
<style>
body{
background-color: #2A2B2D;
}
.btn-default:active {
background-color: #F1BE08!important;
}
.p1{
color: white;
text-shadow:0 0 1px #F1BE08,
-0 -0 1px #F1BE08;
}
.d1{
background-color: #2A2B2D;
}
.white{
color: grey;
}
</style>
</head>
<body>
<div class="container-fluid" >
<div class="row-fluid">
<div class="span12">
<!--daohang-->
<div class="navbar navbar-inverse " role="navigation" id="menu-nav" >
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">切换导航</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="#" style="color: white;" class="navbar-brand ">Innovator</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav " >
<li ><a href="index.html">变革者</a></li>
<!-- 下拉列表-->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">作品展示<span class="caret"></span></a>
<ul class="dropdown-menu d1" role="menu">
<li><a href="room.html" ><font class="white">室内设计</font></a></li>
<li><a href="logo.html" ><font class="white">LOGO设计</font></a></li>
<li class="active" ><a href="video.html" ><font class="white">特效剪辑</font></a></li>
</ul>
</li>
<!--下拉列表-->
<li><a href="kaifa.html">参与开发</a></li>
<li><a href="callus.html">联系我们</a></li>
<li><a href="login.html">登录</a></li>
<li><a href="register.html">注册</a></li>
</ul>
</div>
</div>
</div>
<!--daohang-->
<div style="text-align: center;">
<video style="width: 100%;max-width: 800px;" src="video/piantou.mp4" controls="controls">
您的浏览器不支持 video 标签。
</video>
<br>
<font style="color: white;font-size: 20px">特效片头:凤凰</font>
</div>
<!--主内容-->
</div>
</div>
<!--主内容-->
</div>
<script src="js/jquery-1.11.1.js"></script>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>