|
|
@@ -0,0 +1,71 @@
|
|
|
+<!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-awesome/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">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-12 text-center">
|
|
|
+ <img src="img/loginlogo.png" class="my-3">
|
|
|
+ </div>
|
|
|
+ <div class="col-12">
|
|
|
+ <!--演示版-->
|
|
|
+ <form class="card m-3 mt-3">
|
|
|
+ <div class="card-body">
|
|
|
+ <h4 class="text-center mb-3"><i class="fa fa-wrench"></i>系统正在维护</h4>
|
|
|
+ <h4>预计恢复时间为 2020年2月2日 02:00</h4>
|
|
|
+ <h4>造成不便敬请谅解。</h4>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ <!--项目版-->
|
|
|
+ <!--登录错误-->
|
|
|
+ <!-- <form class="form-signin">
|
|
|
+ <h1 class="d-flex justify-content-center mb-4">计量支付</h1>
|
|
|
+ <nav class="nav nav-tabs nav-justified mb-3">
|
|
|
+ <a class="nav-item nav-link active" href="#">演示版登录</a>
|
|
|
+ <a class="nav-item nav-link" href="#">项目版登录</a>
|
|
|
+ </nav>
|
|
|
+ <div class="form-group has-danger">
|
|
|
+ <input class="form-control gform-control-danger" value="1212@qq.com" placeholder="通行账号 邮箱/手机" required="" autofocus="">
|
|
|
+ </div>
|
|
|
+ <div class="form-group has-danger">
|
|
|
+ <input class="form-control gform-control-danger" value="12313" placeholder="输入密码" required="" type="password">
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="alert alert-danger" role="alert">
|
|
|
+ <strong>登录失败</strong> 邮箱/手机 或 密码错误
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <button class="btn btn-primary btn-block">登录</button>
|
|
|
+ </div>
|
|
|
+ <div class="pt-1 d-flex justify-content-center">
|
|
|
+ <a href="http://sso.smartcost.com.cn/getpasswd" target="_blank" class="mr-3">忘记通行账号密码?</a>
|
|
|
+ <a href="http://sso.smartcost.com.cn/reg" target="_blank">免费注册</a>
|
|
|
+ </div>
|
|
|
+ </form> -->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <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>
|