-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (61 loc) · 1.97 KB
/
index.html
File metadata and controls
74 lines (61 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name = "referrer" content="never">
<title>HungerMusic</title>
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_1043566_4uedfvkzmqx.css">
<link rel="stylesheet" href="//cdn.bootcss.com/animate.css/3.5.2/animate.min.css">
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
</head>
<body>
<section id="page-music">
<main class="layout">
<div class="aside">
<figure></figure>
<div class="actions">
<span class = "iconfont icon-shoucangyishoucang"></span>
<span class = "iconfont play icon-play"></span>
<span class = "iconfont icon-next1"></span>
</div>
</div>
<div class="detail">
<span class="tag">漫步春天</span>
<h1>It's a new day</h1>
<div class="icons">
<!-- 三个图标 -->
<span class = "iconfont icon-listen">1w</span>
<span class = "iconfont icon-shoucangyishoucang">666</span>
<span class = "iconfont icon-zan">999+</span>
</div>
<div class="area-bar">
<div class="bar">
<div class="bar-progress"></div>
</div>
<div class="current-time">0:00</div>
</div>
<div class="author">小古</div>
<div class="lyric"></div>
</div>
</main>
<footer>
<div class="layout">
<!-- 左右两个icon -->
<span class="iconfont icon-back"></span>
<span class="iconfont icon-next"></span>
<div class="box">
<ul>
</ul>
</div>
</div>
</footer>
</section>
<section id="page-cover"></section>
<div class="bg"></div>
<script src="index.js"></script>
</body>
</html>