Nenhuma Descrição

insureLogin.html 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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.2">
  10. <style>
  11. html {
  12. background: #C71F0E;
  13. }
  14. body {
  15. background-image: url("./img/shouxian.png?v=1.0.2");
  16. }
  17. .form {
  18. width: 6.66rem;
  19. position: absolute;
  20. top: 9.92rem;
  21. left: 50%;
  22. transform: translate(-50%,0);
  23. }
  24. .input,.paw {
  25. box-shadow: -0.11rem -0.11rem 0.29rem rgba(198,71,5,.55);
  26. }
  27. .check {
  28. text-align: right;
  29. background: transparent;
  30. color: #007DFC;
  31. }
  32. </style>
  33. <script>
  34. document.documentElement.style.fontSize = (document.documentElement.clientWidth / 375) * 50 + "px";
  35. window.onresize = function () {
  36. document.documentElement.style.fontSize = (document.documentElement.clientWidth / 375) * 50 + "px";
  37. }
  38. </script>
  39. </head>
  40. <body>
  41. <div class="form">
  42. <div class="input">
  43. <input id="text" maxlength="11" placeholder="请输入11位手机号" type="tel">
  44. </div>
  45. <div class="paw">
  46. <input id="code" maxlength="4" placeholder="请输入验证码" type="tel">
  47. <button class="check">获取验证码</button>
  48. </div>
  49. <!-- <button class="button"></button> -->
  50. <img class="button" src="./img/btn.png" alt="">
  51. </div>
  52. <div class="bottom">上饶市合一科技有限公司</div>
  53. <div class="alert-info" style="display: none;">
  54. <p></p>
  55. </div>
  56. <script src="./js/md5.js?v=1.11"></script>
  57. <script src="./common/jquery-2.1.0.js"></script>
  58. <script src="./js/newlogin.js?v=1.0.112"></script>
  59. </body>
  60. </html>