setting.html 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
  6. <meta content="yes" name="apple-mobile-web-app-capable">
  7. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  8. <meta content="telephone=no" name="format-detection">
  9. <title>首页</title>
  10. <meta name="Keywords" content="" />
  11. <meta name="Description" content="" />
  12. <link href="css/global.css?v=76e6ae63" rel="stylesheet"><link href="css/setting.css?v=76e6ae63" rel="stylesheet"></head>
  13. <body>
  14. <header><a href="javascript:history.go(-1)" class="back"></a>资料设置</header>
  15. <section class="applycont">
  16. <form>
  17. <input type="text" placeholder="真实姓名" name="">
  18. <select>
  19. <option>性别</option>
  20. <option>男</option>
  21. <option>女</option>
  22. </select>
  23. <input type="text" placeholder="手机号" name="">
  24. <textarea placeholder="通信地址" name=""></textarea>
  25. <section class="button-wrapper">
  26. <a class="button">保存</a>
  27. </section>
  28. </form>
  29. </section>
  30. <script type="text/javascript" src="js/global.js?v=76e6ae63"></script><script type="text/javascript" src="js/setting.js?v=76e6ae63"></script></body>
  31. </html>