-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (64 loc) · 1.44 KB
/
index.html
File metadata and controls
68 lines (64 loc) · 1.44 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
68
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,user-scalable=no"/>
<title>手机配件精选</title>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/footer.css" />
<script src="js/jquery-1.11.1.js"></script>
<script src="js/angular.min.js"></script>
<script src="js/start.js"></script>
<script src="js/index.js"></script>
</head>
<body>
<header>
<div class="onePic">
</div>
<div class="twoPic">
</div>
<div class="threePic">
</div>
<div class="search">
<p class="sea_left"></p>
<p class="sea_right">找到值得买的好东西</p>
</div>
</header>
<section class="youPhone">
<p><img src="img/phone.png" alt="" /></p>
<div class="hint"><p>根据你的手机推荐</p></div>
</section>
<section class="commodity">
<ul class='clearfix'>
<!--<li>
<img src="img/commodity/com_001.jpg" alt="" />
<div>
<h4>酷狗蓝牙耳机</h4>
<p><span>¥</span>89</p>
</div>
</li>-->
</ul>
</section>
<footer>
<ul class='clearfix'>
<li>
<div></div>
<p>首页</p>
</li>
<li>
<div></div>
<p><a href="classify.html">分类</a></p>
</li>
<li>
<div></div>
<p>发现</p>
</li>
<li>
<div></div>
<p>更多</p>
</li>
</ul>
</footer>
</body>
</html>