position-search.html
2.26 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta content="telephone=no" name="format-detection" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>产品列表</title>
<link rel="stylesheet" href="../css/style/common-2.0.css">
</head>
<body>
<link rel="stylesheet" href="../css/style/address-page.css">
<link rel="stylesheet" href="../css/style/position.css">
<div class="m-page" data-role="page" id="positionPage">
<!-- header -->
<header class="m-header header-search header-light border-1px border-bottom">
<div class="head">
<span class="lt-bar"><i class="m-icon icon-back"></i></span>
<label class="search-box">
<i class="m-icon icon-search float-left"></i>
<span class="input-wrap">
<input type="text" class="m-input" placeholder="输入城市名称或拼音搜索" autocomplete="off">
</span>
</label>
<a href="#" class="rt-bar text"><span class="font-green">搜索</span> </a>
</div>
</header>
<div class="m-content">
<ul class="m-list-view">
<li class="cell border-1px border-bottom">
<span class="title font-gray">石家庄桥西批发市场</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title font-gray">石家庄桥西批发市场</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title font-gray">石家庄桥西批发市场</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title font-gray">石家庄桥西批发市场</span>
</li>
<li class="cell border-1px border-bottom">
<span class="title font-gray">石家庄桥西批发市场</span>
</li>
</ul>
</div>
</div>
</body>
</html>