userSecurity.html 2.92 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/userSecurity.css">
</head>

<body id="indexPage">
    <div class="m-page">
        <!-- header -->
        <header class="m-header">
          <div class="head">
            <a href="userCenter.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">
              <li class="cell acc-icon border-1px border-bottom">
                <a href="userSecSignin.html">
                <span class="title usertitle">
                  <span>登陆手机</span>
                </span>
                <span class="text usertext">
                  <span>13000000000</span>
                </span>
                <span class="acc"><i class="m-icon icon-arrow"></i></span>
                </a>
              </li>
              <li class="cell acc-icon border-1px border-bottom">
                <a href="userSecVer.html">
                <span class="title usertitle">
                  <span>用户认证</span>
                </span>
                <span class="text usertext">
                  <span class="yes-verify">已认证</span>
                </span>
                <span class="acc"><i class="m-icon icon-arrow"></i></span>
                </a>
              </li>
              <li class="cell acc-icon border-1px border-bottom">
                <a href="userSecSignin2.html">
                <span class="title usertitle">
                  <span>修改密码</span>
                </span>
                <span class="text usertext">&nbsp;</span>
                <span class="acc"><i class="m-icon icon-arrow"></i></span>
                </a>
              </li>
            </ul>
        </div>
    </div>

    <div class="m-popup" id="eva">
      <div class="popup-head border-1px border-bottom">
        <h1>评论得分</h1>
      </div>
      <div class="popup-cont text-center">
        <p class="font-gray">评论得分是对货主您的评价评分</p>
        <p class="font-gray">得分越高接受到源信息越多</p>
      </div>
      <div class="popup-foot text-center border-1px border-top">
        <a href="" class="m-btn btn-default">知道了</a>
      </div>
    </div>
    <script src="userCenter.js"></script>
</body>

</html>