-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (60 loc) · 1.77 KB
/
index.html
File metadata and controls
67 lines (60 loc) · 1.77 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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="viewport" content="width=640,target-densitydpi=high-dpi, user-scalable=no"/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
</header>
<section class="container">
<div class="w1000">
<div class="person">
<div class="mb">
<a for-tab="#t1" for="1"><img src="images/icon1.png"></a>
<a for-tab="#t2" for="2"><img src="images/icon2.png"></a>
<a for-tab="#t3" for="3"><img src="images/icon3.png"></a>
<a for-tab="#t4" for="4"><img src="images/icon4.png"></a>
<a for-tab="#t5" for="5"><img src="images/icon5.png"></a>
<a for-tab="#t6" for="6"><img src="images/icon6.png"></a>
<a for-tab="#t7" for="7"><img src="images/icon7.png"></a>
<a for-tab="#t8" for="8"><img src="images/icon8.png"></a>
</div>
<div class="person-static">
<img id="p1">
<img id="p2">
<img id="p3">
<img id="p4">
<img id="p5">
<img id="p6">
<img id="p7">
<img id="p8">
</div>
<canvas id="demoCanvas">
<p>爷,你还在上个世纪吧,现在都html5了,您还在ie6时代?</p>
</canvas>
<span class="tf">头发<i></i></span>
<span class="yj">眼睛<i></i></span>
<span class="bz">鼻子<i></i></span>
<div class="cont">
<ul>
<li>
<a><img src="images/1_1.png"></a>
<a><img src="images/1_2.png"></a>
<a><img src="images/1_3.png"></a>
</li>
</ul>
</div>
</div>
<input type="button" id="save" value="保存形象">
</div>
</section>
<footer>
</footer>
</body>
<script src="http://special.zhaopin.com/jslibs/jquery/1.10.1/jquery.min.js"></script>
<script src="index.js"></script>
</html>