registered2.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
  6. <meta http-equiv="x-ua-compatible" content="ie=edge">
  7. <title>用户注册-大司空云计价</title>
  8. <link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
  9. <link rel="stylesheet" href="css/main.css">
  10. <link rel="stylesheet" href="css/font-awesome47/font-awesome.min.css">
  11. <link rel="shortcut icon" href="img/favicon.ico">
  12. <style>
  13. html{height:100%;}
  14. </style>
  15. </head>
  16. <body class="login-body">
  17. <div class="container">
  18. <form class="form-signin mt-5">
  19. <h1 class="d-flex justify-content-center mb-0"><img src="img/building.png" width="40" height="40" class="mr-3" style="margin-top:5px"> 大司空云计价</h1>
  20. <p class="text-center mb-4 text-muted">市政、房建、轨道、管廊管线等专业工程计价软件</p>
  21. <!-- <p class="h3 text-center mb-3">13803850888 已经注册</p>
  22. <div class="card bg-success text-white">
  23. <div class="card-body">
  24. <p class="h4 mb-0">账号:13803850888</p>
  25. <hr class="border-light">
  26. <p class="h4 mb-0">单位:珠海纵横创新软件有限公司</p>
  27. <hr class="border-light">
  28. <p class="h4 mb-0">地区:广东省</p>
  29. <hr class="border-light">
  30. <p class="h4 mb-0">姓名:张小虎</p>
  31. <hr class="border-light">
  32. <p class="h4 mb-0"> QQ:800003850</p>
  33. </div>
  34. </div>
  35. <p class="text-center mt-2 text-success" style="font-size:10px"><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i></p> -->
  36. <div class="card bg-danger text-white">
  37. <div class="card-body">
  38. <p class="h4 mb-0">15812744345 未注册</p>
  39. </div>
  40. </div>
  41. <p class="text-center mt-2 text-danger" style="font-size:10px"><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i><i class="fa fa-circle-o-notch fa-spin fa-3x fa-fw"></i></p>
  42. <div class="form-group">
  43. <a href="#phonepass" class="btn btn-outline-primary btn-block" data-toggle="modal" data-target="#phonepass">返回</a>
  44. </div>
  45. </form>
  46. <!-- <div class="text-white fixed-bottom"><p class="text-center mb-1">Copyright © 2019 <a href="https://smartcost.com.cn" target="_blank" class="text-white">珠海纵横创新软件有限公司</a>.All Rights Reserved.<a class="text-white ml-2" href="http://www.miitbeian.gov.cn" target="_blank">粤ICP备14032472号</a></p></div> -->
  47. </div>
  48. <!-- JS. -->
  49. <script src="js/jquery/jquery-3.2.1.min.js"></script>
  50. <script src="js/popper/popper.min.js"></script>
  51. <script src="js/bootstrap/bootstrap.min.js"></script>
  52. <script src="js/global.js"></script>
  53. </body>
  54. </html>