-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnearby.html
60 lines (60 loc) · 2.37 KB
/
nearby.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
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<title>附近</title>
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/nearby.css" />
<script src="js/jquery.min.js"></script>
</head>
<body style="background: #fff;">
<!--nav 可复用-->
<div class="nav">
<p onclick="javascript:history.back(-1);"><img src="images/箭头2.png" alt="" /></p>
<p>附近</p>
</div>
<!--附近内容-->
<div class="mumu_nearby_content">
<div class="mumu_nearby_content1">
<img src="images/附近_03.png" alt="" />
<p>遇见美好的自己<span>实名</span></p>
<p><img src="images/附近_11.png" alt="" /><span>9.4km</span></p>
<p>28岁|168cm|本科|宁夏银川</p>
<p>在美好的风景也比不过夕阳下... <span onclick="javascript:window.location.href='chat.html'">打招呼</span></p>
</div>
<hr style="clear: both;height: 1px;border: none;border-top: 1px solid #eee;"/>
<div class="mumu_nearby_content1">
<img src="images/附近_03.png" alt="" />
<p>遇见美好的自己<span>实名</span></p>
<p><img src="images/附近_11.png" alt="" /><span>9.4km</span></p>
<p>28岁|168cm|本科|宁夏银川</p>
<p>在美好的风景也比不过夕阳下... <span onclick="javascript:window.location.href='chat.html'">打招呼</span></p>
</div>
<hr style="clear: both;height: 1px;border: none;border-top: 1px solid #eee;"/>
</div>
<!--bottom 可复用-->
<div class="mumu_bottom">
<div class="mumu_bottom_line1" onclick="javascript:window.location.href='index.html'">
<img src="images/tab4.png" alt="穆穆" />
<p>穆穆</p>
</div>
<div class="mumu_bottom_line1 active">
<img src="images/tab3-1.png" alt="附近" />
<p>附近</p>
</div>
<div class="mumu_bottom_line1" onclick="javascript:window.location.href='personletter.html'">
<img src="images/tab2.png" alt="信息" />
<p>私信</p>
</div>
<div class="mumu_bottom_line1" onclick="javascript:window.location.href='dynamic.html'">
<img src="images/tab5.png" alt="动态" />
<p>动态</p>
</div>
<div class="mumu_bottom_line1" onclick="javascript:window.location.href='my.html'">
<img src="images/tab1.png" alt="我的" />
<p>我的</p>
</div>
</div>
</body>
</html>