Нет описания

billLogin.html 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta content="yes" name="apple-mobile-web-app-capable">
  6. <meta name="viewport" content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"/>
  7. <title>江湖抢单宝</title>
  8. <link rel="stylesheet" href="./common/reset.css">
  9. <link rel="stylesheet" href="./css/newLogin.css?v=1.0.1">
  10. <style>
  11. html {
  12. background-image: url("./img/bot.png");
  13. background-size: contain;
  14. }
  15. body {
  16. background-image: url("./img/main.png?v=1.0.2");
  17. }
  18. .form {
  19. position: absolute;
  20. top: 9.4rem;
  21. }
  22. .check {
  23. text-align: center;
  24. background: #3289EA;
  25. color: #fff;
  26. }
  27. </style>
  28. <script>
  29. document.documentElement.style.fontSize = (document.documentElement.clientWidth / 375) * 50 + "px";
  30. window.onresize = function () {
  31. document.documentElement.style.fontSize = (document.documentElement.clientWidth / 375) * 50 + "px";
  32. }
  33. </script>
  34. </head>
  35. <body>
  36. <div class="form">
  37. <div class="input">
  38. <input id="text" maxlength="11" placeholder="请输入11位手机号" type="tel">
  39. </div>
  40. <div class="paw">
  41. <input id="code" maxlength="4" placeholder="请输入验证码" type="tel">
  42. <button class="check">验证码</button>
  43. </div>
  44. <!-- <button class="button"></button> -->
  45. <img class="button" src="./img/btn.png" alt="">
  46. </div>
  47. <div class="bottom">上饶市合一科技有限公司</div>
  48. <div class="alert-info" style="display: none;">
  49. <p></p>
  50. </div>
  51. <script src="./js/md5.js?v=1.11"></script>
  52. <script src="./common/jquery-2.1.0.js"></script>
  53. <script src="./js/newlogin.js?v=1.0.112"></script>
  54. </body>
  55. </html>