Blame view

login/login.html 1.35 KB
726eb6d7   Andy   add
1
2
3
4
  <!DOCTYPE html>
  <html lang="en">
  <head>
      <meta charset="UTF-8">
0efcfd88   liuqimichale   登录
5
6
7
8
9
10
      <title>登录</title>
      <link rel="stylesheet" href="../resource/lib/bootstrap/css/bootstrap.min.css">
      <link rel="stylesheet" href="../resource/public/components.min.css?a=2">
      <link rel="stylesheet" href="../resource/public/plugins.min.css?a=2">
      <link rel="stylesheet" href="../resource/public/commoncss.css?a=2">
      <link rel="stylesheet" href="../topages/login/login.css">
16f7790b   liuqimichale   登录
11
  
0efcfd88   liuqimichale   登录
12
  
726eb6d7   Andy   add
13
14
15
  </head>
  <body>
  
0efcfd88   liuqimichale   登录
16
17
18
19
      <div class="float-left login-wrap">
          <div class="login-main">
              <div class="login-name">中兴智能日报系统</div>
              <div class="login-hint">轻松工作每一天</div>
7cb2724f   liuqimichale   登录
20
21
22
              <input type="text" autocomplete=”off” class="login-username" id="login-username" placeholder="邮箱或者账户名">
              <input type="password" autocomplete=”off” class="login-password" id="login-password" placeholder="密码">
              <div class="login-errorifo" id="login-errorifo"></div>
0efcfd88   liuqimichale   登录
23
24
25
26
27
28
29
              <div class="login-btn" id="login-btn">登录</div>
          </div>
      </div>
      <div class="float-left login-bg"></div>
  
  
  <script src="../resource/lib/jquery/jquery.min.js"></script>
16f7790b   liuqimichale   登录
30
      <script src="../resource/js/unit.js"></script>
7cb2724f   liuqimichale   登录
31
  <script src="../topages/login/login.js?a=1"></script>
16f7790b   liuqimichale   登录
32
  <!--<script src="../resource/js/unit.js?a=1"></script>-->
726eb6d7   Andy   add
33
34
  </body>
  </html>