12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <meta name="sudameta" content="allCIDs:34766,34979,7198,12665,257,258">
- <title></title>
- <link href="./css/global.css?v=95681a6c" rel="stylesheet"><link href="./css/password.css?v=95681a6c" rel="stylesheet"></head>
- <body>
- <header>
- <a href="#" class="back"></a>
- <span>登录</span>
- </header>
- <section class="wrapper form-padding">
- <form action="">
- <section class="form-item">
- <input type="text" placeholder="请输入手机号">
- </section>
- <section class="form-item">
- <input type="text" placeholder="请输入手机验证码">
- <a class="link nol">获取验证码</a>
- </section>
- <section class="form-item">
- <input type="password" placeholder="请输入新密码">
- </section>
- <section class="form-btns">
- <input type="submit" class="button disable" value="确定">
- </section>
- </form>
- </section>
- <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/password.js?v=95681a6c"></script></body>
- </html>
|