-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglxx.html
More file actions
36 lines (35 loc) · 737 Bytes
/
glxx.html
File metadata and controls
36 lines (35 loc) · 737 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div class="searchBox">
<ul>
<li>
<span>地区</span>
<section>
<select class="" name="">
</select>
</section>
</li>
<li>
<span></span>
<input type="text" tyep="text">
</li>
<li>
<input type="button" value="筛选">
<input type="button" value="清空">
</li>
</ul>
</div>
<div class="contentBox">
<div class="leftBox"></div>
<div class="rightBox">
<div class="upBox"></div>
<div class="downBox"></div>
</div>
</div>
</body>
</html>