-
Notifications
You must be signed in to change notification settings - Fork 1
/
noneResultList.html
51 lines (51 loc) · 1.66 KB
/
noneResultList.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>无搜索结果列表</title>
<meta name="keywords" content="keyword1,keyword2,keyword3">
<meta name="description" content="this is my page">
<meta name="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" type="text/css" href="./css/oneTypeList.css">
<link rel="stylesheet" type="text/css" href="./css/oneTypeSelect.css">
</head>
<body>
<div class="wrapper">
<div id="model"></div>
<header>
<span><em></em></span>
</header>
<div class="mpart">
<div class="tbox">
<form action="">
<div class="inpbox"><label>梦见:</label>
<div class="dream"><input type="text" class="is_must" name="q" placeholder="蛇、打雷" value=""></div>
</div>
<button class="submit">马上解梦</button>
</form>
</div>
</div>
<div class="list">
<h3 class="h3 fixed">
<small class="J_selcate_btn"><span>人物</span><i></i></small>
<strong><a href="index.html">周公解梦</a></strong>
</h3>
<p class="nosearch_cont">没有找到与 <span>“梦见{女人}”</span>相关的结果</p>
<h1 class="hot_tit">热门搜索</h1>
<ul class="">
<li class="etxt">
<small class="type_tag">
<span><a href="#">生意人梦见女人哭</a></span>
<span><a href="#">求职者梦见女人哭</a></span>
<span><a href="#">学者梦见女人哭</a></span>
<span><a href="#">鳏寡孤独者梦见女人哭</a></span>
</small>
</li>
</ul>
</div>
</div>
</body>
<script src="./js/jquery.js"></script>
<script src="./js/public.js"></script>
</html>