login.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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" rel="stylesheet"><link href="css/login.css" rel="stylesheet"></head>
  13. <body>
  14. <section class="logo">
  15. <img src="images/bdc1f518.logo.jpg" width="100%" />
  16. </section>
  17. <section>
  18. <form>
  19. <ul>
  20. <li class="form-input">
  21. <label>手机号</label>
  22. <input type="text" name="" placeholder="请填写手机号码">
  23. </li>
  24. <li class="form-input">
  25. <label>安全码</label>
  26. <input type="text" name="" placeholder="请填写安全码">
  27. </li>
  28. </ul>
  29. <label class="form-label-checkbox"><input type="checkbox" name=""><span>保存账号密码</span></label>
  30. <input type="button" name="" class="button primary" value="确认">
  31. <p class="tip">没有安全码?请查看设备说明书</p>
  32. </form>
  33. </section>
  34. <section class="layer">
  35. <section class="container">
  36. <section class="area">
  37. <p>手机号或安全码错误!</p>
  38. </section>
  39. <section class="ctrls">
  40. <a href="javascript:;">知道了</a>
  41. </section>
  42. </section>
  43. </section>
  44. <script type="text/javascript" src="js/global.js"></script><script type="text/javascript" src="js/login.js"></script></body>
  45. </html>