-
Notifications
You must be signed in to change notification settings - Fork 0
/
supply.html
59 lines (50 loc) · 2.12 KB
/
supply.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
<!DOCTYPE html>
<html>
<head>
<title>失物补给</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<link href="./css/supply.css" type="text/css" rel="stylesheet"/>
<link href="./css/iconfont.css" type="text/css" rel="stylesheet"/>
<script src="./js/jquery.min.js"></script>
<script type="text/javascript" src="./js/supply.js" ></script>
</head>
<body>
<div id="header">
<div class="title" >
<a href="#"><img id="logo" src="./image/home/logo.png" />
<p style="font-size:40px;font-family:楷体;margin:20px auto 0;padding-left:10px;color:#FFF;float:left">LOME</a></p>
<ul class=title-nav>
<a href="index.html"><li>首页</li></a>
<a href="shows.html"><li>失物中心</li></a>
<a href="supply.html"><li class="first"><b>失物补给</b></li></a>
<li class="login">
<a href="register.html"><img width="17px" src="./image/home/login.png" />
<span>登录</span></a>
<a href="login.html"><img width="17px" src="./image/home/login2.png" />
<span>注册</span></a>
</li>
</ul>
</div>
<h2 style="padding-top:10px;padding-bottom:10px;font-size:40px;text-align:center;">请问您是拾主还是失主</h2>
<div class="big-quotes">
<!-- <div class="block-monster"></div> -->
<a href="provide.html"><div class="block-monster"><p>拾者</p></div> </a>
<a href="lost.html"><div class="block-loser"><p>失者</p></div></a>
</div>
</div>
<div style="clear:both"></div>
<div id="bottom">
<ul>
<li><a href="../itemPage/aboutus.html">关于我们</a> </li>
<li><a href="../itemPage/help.html">帮助中心</a> </li>
<li><a href="../itemPage/link.html">友情链接</a> </li>
<li><a href="../itemPage/protocol.html">服务协议</a> </li>
</ul>
<!-- <img id="underline" src="../image/home/line2.png" /> -->
<hr style="clear:both;color:#fff" />
<div class="copyright"><p>Copyright ? 2015 - 2016 Tencent. All Rights Reserved. 同创公司版权所有</p></div>
</div>
</body>
</html>