lineedit.html 2.38 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/idangerous.swiper.css">
    <link rel="stylesheet" href="../css/common.css">
    <link rel="stylesheet" href="../css/line.css">
</head>

<body id="indexPage">
    <div class="m-page">
        <!-- header -->
        <header class="m-header">
          <div class="head">
            <a href="lineAdd.html" class="lt-bar"><i class="m-icon icon-title_fanhui"></i></a>
            <div class="head">
              <h1>起运地</h1>
            </div>
          </div>
        </header>
        <!-- content -->
        <div class="m-content">
          <ul class="m-table-view border-1px border-top editselect">
                <li class="cell border-1px border-bottom">
                    <a href="" class="text no-margin">北京</a>
                </li>
                <li class="cell border-1px border-bottom">
                    <a href="" class="text no-margin">四川</a>
                    <ul class="m-table-view border-1px border-top">
                        <li class="cell border-1px border-bottom">
                            <a href="lineAdd.html" class="text no-margin">成都</a>
                        </li>
                        <li class="cell border-1px border-bottom">
                            <a href="lineAdd.html" class="text no-margin">成都</a>
                        </li>
                        <li class="cell border-1px border-bottom">
                            <a href="" class="text no-margin">成都</a>
                        </li>
                        <li class="cell border-1px border-bottom">
                            <a href="" class="text no-margin">成都</a>
                        </li>
                        <li class="cell border-1px border-bottom">
                            <a href="" class="text no-margin">成都</a>
                        </li>
                    </ul>
                </li>
            </ul>
        </div>
    </div>

    <script src="line.js"></script>
</body>

</html>