-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother.html
More file actions
67 lines (67 loc) · 2.42 KB
/
other.html
File metadata and controls
67 lines (67 loc) · 2.42 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>other</title>
<link href="css/header.css" rel="stylesheet" />
<link href="css/other.css" rel="stylesheet" />
<link href="css/copyD.css" rel="stylesheet" />
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!--导航-->
<div id="headers" style="background-color:#0c4566;">
<div id="hdlogo">
<img src="img/logo.png" />
</div>
<div id="navs">
<div id="nav1">
<img src="img/ts1.png" />
</div>
<ul>
<li><a href="">主页</a></li>
<li onmouseover="NAVhover(this)" onmouseout="NAVout(this)">
<a href="">作品展示</a>
<div class="NAVhover"><a href="" >影视作品</a><a href="">平面作品</a></div>
</li>
<li onmouseover="NAVhover(this)" onmouseout="NAVout(this)">
<a href="">关于我们</a>
<div class="NAVhover"><a href="" >团队介绍</a><a href="">艺人展示</a><a href="">现在报名</a></div>
</li>
<li>
<a href="">合作机构</a>
</li>
</ul>
</div>
</div>
<!--导航结束-->
<!--展示区域-->
<div id="CEN">
<div id="inCEN">
<div id="cenTitle">
影视作品
</div>
<div class="line"></div>
</div>
</div>
<!--展示区域结束-->
<!--底部-->
<div id="copyD">
<div id="ewm">
</div>
<div id="inCopy">
<p><span>技术支持:</span><a href="">CrazyForCode</a></p>
<p><span>地址:北京市朝阳区双桥水郡长安1号院4号楼底商107号</span></p>
<p><span>邮编:100024 电话:010-63988300 </span></p>
<p><span>Copyright Image Film 2014. All Rights Reserved. 京ICP备13041287号 </span></p>
</div>
</div>
<!--底部结束-->
</body>
</html>
<script src="js/jquery-1.7.2.js"></script>
<script src="js/header.js"></script>