12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <title>首页</title>
- <meta name="Keywords" content="" />
- <meta name="Description" content="" />
- <link href="css/global.css?v=76e6ae63" rel="stylesheet"><link href="css/setting.css?v=76e6ae63" rel="stylesheet"></head>
- <body>
- <header><a href="javascript:history.go(-1)" class="back"></a>资料设置</header>
- <section class="applycont">
- <form>
- <input type="text" placeholder="真实姓名" name="">
- <select>
- <option>性别</option>
- <option>男</option>
- <option>女</option>
- </select>
- <input type="text" placeholder="手机号" name="">
- <textarea placeholder="通信地址" name=""></textarea>
- <section class="button-wrapper">
- <a class="button">保存</a>
- </section>
- </form>
- </section>
- <script type="text/javascript" src="js/global.js?v=76e6ae63"></script><script type="text/javascript" src="js/setting.js?v=76e6ae63"></script></body>
- </html>
|