-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 1.74 KB
/
index.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
<!DOCTYPE html>
<html lang="en" style="font-size: 100px;">
<head>
<meta charset="UTF-8">
<title>蓝色社区</title>
<link href="http://cdn.bootcss.com/normalize/5.0.0/normalize.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<header>
<a href="#" onclick="javascipt:history.go(-1);"><span></span></a>
<h1>蓝色生活社区</h1>
</header>
<div id="main-content">
<div class="nav-image">
<a href=""><img src="images/sq_1.jpg" alt=""></a>
</div>
<div class="action">
<a href="card/index.html"><img src="images/sq_2.jpg" alt=""></a>
</div>
<figure>
<a href="activity_details.html"><img src="images/sq_3.jpg" alt=""></a>
<div class="wrap">
<a href="activity_details.html"><figcaption>美食活动,快到碗里来
<span class="join"><strong>198</strong>人已报名</span>
</figcaption></a>
<div class="end-time">距离活动开始还有2天</div>
<div class="area">
<img src="images/bm_11.png" alt="area">
<span>陕西<b></b>西安 城市运动公园</span>
</div>
<div class="time">
<img src="images/bm_12.png" alt="time">
<span>2016-03-02 14:00</span>
</div>
</div>
</figure>
</div>
<div id="purchase"></div>
<footer>
<nav>
<a href=""><img src="images/home.png" alt="home"></a>
<a href=""><img src="images/shop.png" alt="shop"></a>
<a href=""><img src="images/hotel.png" alt="hotel"></a>
<a href="person_center/index.html"><img src="images/person.png" alt="person"></a>
</nav>
</footer>
</body>
<script src="js/main.js"></script>
</html>