|
@@ -1,15 +1,15 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html lang=zh-cn>
|
|
|
+<html lang=zh-cn>
|
|
|
<head>
|
|
|
- <meta charset=utf-8>
|
|
|
- <title>纵横计量支付系统</title>
|
|
|
- <meta name=description content=计量支付>
|
|
|
- <meta name=copyright content=smartcost.com.cn>
|
|
|
- <link rel=stylesheet href=css/bootstrap.css>
|
|
|
- <link rel=stylesheet href=css/style.css>
|
|
|
- <script src=js/jquery-1.9.1.min.js></script>
|
|
|
- <script src=js/bootstrap.js></script>
|
|
|
- <script src=js/jl.js></script>
|
|
|
+ <meta charset=utf-8>
|
|
|
+ <title>纵横计量支付系统</title>
|
|
|
+ <meta name=description content=计量支付>
|
|
|
+ <meta name=copyright content=smartcost.com.cn>
|
|
|
+ <link rel=stylesheet href=css/bootstrap.css>
|
|
|
+ <link rel=stylesheet href=css/style.css>
|
|
|
+ <script src=js/jquery-1.9.1.min.js></script>
|
|
|
+ <script src=js/bootstrap.js></script>
|
|
|
+ <script src=js/jl.js></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="wrapHeader">
|
|
@@ -18,29 +18,30 @@
|
|
|
</div>
|
|
|
<div class="wrapLogin">
|
|
|
<div class="loginPanel">
|
|
|
- <div class="tpa"><b>系统名称</b>用户登录</div>
|
|
|
+ <div class="tpa"><h4>系统名称系统名称系统名称系统名称系统名称系统名称系统名称</h4></div>
|
|
|
<div class="clearfix">
|
|
|
- <div class="fL">
|
|
|
- <img src="images/avatar-normal.png">
|
|
|
- </div>
|
|
|
- <div class="fR">
|
|
|
- <div><span data-original-title="只允许使用通行账号填写的邮箱进行登录" data-toggle="tooltip" data-placement="bottom"> <input type="text" placeholder="邮箱"></span></div>
|
|
|
- <input type="password" placeholder="密码">
|
|
|
- <span id="helpBlock" class="help-block"><a href="#fnpw" data-toggle="modal">找回密码</a></span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="clearfix">
|
|
|
- <button class="btn btn-normal btn-block btn-primary" type="button" data-loading-text="登录中...">登录</button>
|
|
|
- <div class="alert alert-error">
|
|
|
- <span data-icon="t" aria-hidden="true"></span> 帐号不存在,请检查输入是否有误
|
|
|
- </div>
|
|
|
- <div class="alert alert-error">
|
|
|
- <span data-icon="t" aria-hidden="true"></span> 密码错误,注意大小写
|
|
|
- </div>
|
|
|
- <div class="alert alert-success">
|
|
|
- <span data-icon="b" aria-hidden="true"></span> 即将进入系统
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="input-group">
|
|
|
+ <div class="input-group-addon"><i class="glyphicon glyphicon-user"></i></div>
|
|
|
+ <input class="form-control input-lg" placeholder="输入邮箱">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <div class="input-group">
|
|
|
+ <div class="input-group-addon"><i class="glyphicon glyphicon-lock"></i></div>
|
|
|
+ <input class="form-control input-lg" placeholder="输入密码" type="password">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="clearfix">
|
|
|
+ <button class="btn btn-block btn-primary btn-lg" type="button" data-loading-text="登录中...">登录</button>
|
|
|
+ <div class="alert alert-danger">
|
|
|
+ <span data-icon="t" aria-hidden="true"></span> 帐号或密码错误,请检查输入是否有误。
|
|
|
+ </div>
|
|
|
+ <div class="alert">
|
|
|
+ <a href="">下载桌面软件 v3.1.2</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="copyRight">Copyright @<a href="http://smartcost.com.cn" target="_blank">珠海纵横创新软件有限公司</a> all rights reserved<a href="admin-login.html">。</a><br>v1.2.1</div>
|
|
|
</div>
|
|
@@ -52,7 +53,7 @@
|
|
|
<h3 id="myModalLabel">找回密碼</h3>
|
|
|
</div>
|
|
|
<div class="modal-body">
|
|
|
-
|
|
|
+
|
|
|
<div class="form">
|
|
|
<form class="form-horizontal">
|
|
|
<div class="control-group">
|
|
@@ -61,14 +62,14 @@
|
|
|
<input type="text" placeholder="输入邮箱地址">
|
|
|
<span id="helpBlock" class="help-block">系统会发送一个随机密码到邮箱中</span>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
<div class="alert alert-success">
|
|
|
<span data-icon="b" aria-hidden="true"></span> 发送成功
|
|
|
</div>
|
|
|
<div class="alert alert-error">
|
|
|
<span data-icon="t" aria-hidden="true"></span> 帐号(邮箱)不存在
|
|
|
</div>
|
|
|
- </form>
|
|
|
+ </form>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
@@ -77,4 +78,4 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 找回密码 -->
|
|
|
-</body>
|
|
|
+</body>
|