| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>用户注册-大司空云计价</title>
- <link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
- <link rel="stylesheet" href="css/main.css">
- <link rel="stylesheet" href="css/font-awesome47/font-awesome.min.css">
- <link rel="shortcut icon" href="img/favicon.ico">
- <style>
- html{height:100%;}
- </style>
- </head>
- <body class="login-body">
- <div class="container">
- <form class="form-signin mt-5">
- <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>
- <p class="text-center mb-4 text-muted">市政、房建、轨道、管廊管线等专业工程计价软件</p>
- <!-- <p class="h3 text-center mb-3">13803850888 已经注册</p>
- <div class="card bg-success text-white">
- <div class="card-body">
- <p class="h4 mb-0">账号:13803850888</p>
- <hr class="border-light">
- <p class="h4 mb-0">单位:珠海纵横创新软件有限公司</p>
- <hr class="border-light">
- <p class="h4 mb-0">地区:广东省</p>
- <hr class="border-light">
- <p class="h4 mb-0">姓名:张小虎</p>
- <hr class="border-light">
- <p class="h4 mb-0"> QQ:800003850</p>
- </div>
- </div>
- <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> -->
- <div class="card bg-danger text-white">
- <div class="card-body">
- <p class="h4 mb-0">15812744345 未注册</p>
- </div>
- </div>
- <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>
- <div class="form-group">
- <a href="#phonepass" class="btn btn-outline-primary btn-block" data-toggle="modal" data-target="#phonepass">返回</a>
- </div>
- </form>
- <!-- <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> -->
- </div>
- <!-- JS. -->
- <script src="js/jquery/jquery-3.2.1.min.js"></script>
- <script src="js/popper/popper.min.js"></script>
- <script src="js/bootstrap/bootstrap.min.js"></script>
- <script src="js/global.js"></script>
- </body>
- </html>
|