position-search.html 2.26 KB
<!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>