addlist.html 2.29 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/common.css">
    <link rel="stylesheet" href="../css_an/addlist.css">
</head>

<body class="orderSettingPage">
    <!-- 起运地 -->
    <div class="m-page address-section">
        <!-- header -->
        <header class="m-header">
            <a href="order.html" class="lt-bar"><i class="m-icon icon-head_fanhui"></i></a>
            <div class="head">
                <h1>通讯录</h1>
            </div>
            <a href="#" class="rt-bar"><i class="m-icon icon-head_shezhi"></i></a>
        </header>
        <div class="m-content">
            <ul class="m-table-view border-1px border-top addlist">
                <li class="cell border-1px border-bottom">
                  <label>
                    <p>张德胜 13000000000 <span class="default">默认</span></p>
                    <p class="font-gray">四川成都陈华去东林路2321号城南大院3栋5楼15号</p>
                    <input type="radio" class="m-radio" checked="checked"
                    name="only"/>
                  </label>
                </li>
                <li class="cell border-1px border-bottom">
                  <label>
                    <p>张德胜 13000000000 </p>
                    <p class="font-gray">四川成都陈华去东林路2321号城南大院3栋5楼15号</p>
                    <input type="radio" class="m-radio" name="only" />
                  </label>
                </li>
                <li class="cell border-1px border-bottom">
                  <label>
                    <p>张德胜 13000000000 </p>
                    <p class="font-gray">四川成都陈华去东林路2321号城南大院3栋5楼15号</p>
                    <input type="radio" class="m-radio" name="only" />
                  </label>
                </li>
            </ul>
        </div>
    </div>
    <script src="order_origin.js"></script>
</body>

</html>