Aucune description

weiliLogin.html 1.9KB

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