lineedit1.html 5.45 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_an/idangerous.swiper.css">
    <link rel="stylesheet" href="../css_an/common.css">
    <link rel="stylesheet" href="../css_an/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-bottom">
                <li class="cell cell-radio border-1px border-top">
                    <label>
                        <span class="title">四川(3)</span>
                        <span class="text">全部<input type="checkbox" class="m-radio"></span>
                    </label>
                    <ul class="m-table-view border-1px border-top">
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                    </ul>
                </li>
                <li class="cell cell-radio border-1px border-top">
                    <label>
                        <span class="title">四川(3)</span>
                        <span class="text">全部<input type="checkbox" class="m-radio"></span>
                    </label>
                    <ul class="m-table-view border-1px border-top">
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                        <li class="cell cell-radio border-1px border-bottom">
                            <label>
                                <span class="title">成都市</span>
                                <span class="text"><input type="checkbox" class="m-radio"></span>
                            </label>
                        </li>
                    </ul>
                </li>
            </ul>
            
            <div class="edit">
              <a href="lineAdd.html" class="m-btn">确认</a>
            </div>
        </div>
    </div>

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

</html>