-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprovide.html
171 lines (134 loc) · 4.55 KB
/
provide.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!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/provide.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/provide.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>
<div class="big-quotes">
<h2 style="padding-top:40px;">这里可以提供你所拾到的失物品</h2>
</div>
</div>
<div class="container">
<h4></h4>
<div style="clear:both"></div>
<div class="offer-title">
<p>LOME</p>
</div>
<div class="offer-card">
<p>提供失物信息</p>
</div>
<div class="sw-select">
<label class="sw-input-label">您的真实姓名<label>
<div class="sw-select-arrow">
<input type="text" class="text-input">
</div>
</div>
<div class="sw-select">
<label class="sw-input-label">您的电话*<label>
<div class="sw-select-arrow">
<input type="text" class="text-input">
</div>
</div>
<div class="sw-select">
<label class="sw-input-label">您的QQ<label>
<div class="sw-select-arrow">
<input type="text" class="text-input">
</div>
</div>
<div class="sw-select">
<label class="sw-input-label">其余联系方式<label>
<div class="sw-select-arrow">
<input type="text" class="text-input">
</div>
</div>
<div class="sw-upload">
<label class="upload-label">
<input class="upload-button" type="file" class="text-input">
<span style="margin-top:-30px;">上传失物照片*</span>
</label>
</div>
<div class="sw-select">
<label class="sw-input-label">失物名称*<label>
<div class="sw-select-arrow">
<input type="text" class="text-input">
</div>
</div>
<div class="sw-select">
<label class="sw-input-label">请选择失物颜色*<label>
<div class="sw-select-arrow">
<select type="text" class="text-input-color">
<option value="-1">请选择失物颜色</option>
<option value="2">黑色</option>
<option value="3">白色</option>
<option value="4">红色</option>
<option value="5">蓝色</option>
<option value="6">黄色</option>
<option value="7">绿色</option>
<option value="8">青色</option>
<option value="9">紫色</option>
<option value="10">橙色</option>
<option value="11">灰色</option>
</select>
</div>
</div>
<div class="sw-select">
<label class="sw-input-label">掉落地点*<label>
<div class="sw-select-arrow">
<input type="text" class="text-input">
</div>
</div>
<div class="sw-select">
<label class="sw-input-label">发现时间*<label>
<div class="sw-select-arrow">
<input type="text" class="text-input">
</div>
</div>
<div class="sw-select">
<label class="sw-input-label">失物其余有效信息<label>
<div class="sw-select-arrow">
<input type="text" class="text-input">
</div>
</div>
<a href="index.html"><div class="sw-finish">
<div class="finish-button" >
完成
</div>
</div> </a>
</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>