-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
72 lines (63 loc) · 2.82 KB
/
search.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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<title></title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="css/light7.min.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/border.css">
<link rel="stylesheet" href="css/swiper-3.3.1.min.css">
<link rel="stylesheet" href="css/ant-iconfont.css">
<body>
<div class="page-group">
<div class="page page-current pageSearch" id='page-index'>
<header class="bar bar-nav">
<a class="icon icon-left pull-left"></a>
<h1 class="title">建设网</h1>
<a class="icon icon-home pull-right"></a>
</header>
<div class="content">
<div class="content-padded">
<div class="searchbar row">
<div class="search-input col-80">
<label class="icon icon-search" for="search"></label>
<input type="search" id='search' placeholder='输入关键字...'/>
</div>
<a class="button button-fill button-primary col-20">搜索</a>
</div>
</div>
<div class="tit">热门关键词</div>
<div class="tag-block">
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">酒店</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">五星级</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">污水处理</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">政府项目</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">白银盘里一青螺</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">风急天高猿啸哀</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">举杯邀明月</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">对影成三人</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">重庆</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">背景</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">bilibili</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">学校</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">数据中心</a>
<a href="javascript:void(0);" onclick="return false;" class="ui-tag">仓库</a>
</div>
<div class="content-block">
</div>
</div>
</div>
</body>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/light7.min.js"></script>
<script src="js/swiper-3.3.1.jquery.min.js"></script>
<script src="js/app.js"></script>
<script>
(function(){
})();
</script>
</html>