addFirend.html 2.66 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/userFirend.css">
</head>

<body id="indexPage">
    <div class="m-page">
        <!-- header -->
        <header class="m-header">
          <div class="head">
            <a href="javascript:window.history.go(-1)" 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">
          <form action="userFirend.html" method="get" accept-charset="utf-8">
          <ul class="m-table-view border-1px border-top addfirend">
            <li class="cell border-1px border-bottom">
              <span class="title">
                收货人
              </span>
              <span class="text">
                <input type="text" class="m-input no-border" />
              </span>
            </li>
            <li class="cell border-1px border-bottom">
              <span class="title">
                联系手机
              </span>
              <span class="text">
                <input type="text" class="m-input no-border" />
              </span>
            </li>
            <li class="cell acc-icon border-1px border-bottom">
              <a href="#dest" class="display-block clearfix">
              <span class="title">
                所在地区
              </span>
              <span class="acc"><i class="m-icon icon-public_jiantou"></i></span>
              </a>
            </li>
            <li class="cell border-1px border-bottom">
              <span class="title">
                详细地址
              </span>
              <span class="text">
                <input type="text" class="m-input no-border" />
              </span>
            </li>
          </ul>

          <div class="text-center submit-wrap">
            <input type="submit" class="m-btn" value="保存"/>
          </div>

          </form>
        </div>

    </div>

    <script src="../js/vendor/jquery-2.1.4.min.js"></script>
    <script src="../js/vendor/swipe.js"></script>
    <script src="../js/vendor/popup.js"></script>
</body>

</html>