Blame view

login/login.html 1.24 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
11
      <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">
  
726eb6d7   Andy   add
12
13
14
  </head>
  <body>
  
0efcfd88   liuqimichale   登录
15
16
17
18
      <div class="float-left login-wrap">
          <div class="login-main">
              <div class="login-name">中兴智能日报系统</div>
              <div class="login-hint">轻松工作每一天</div>
7cb2724f   liuqimichale   登录
19
20
21
              <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   登录
22
23
24
25
26
27
28
              <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>
7cb2724f   liuqimichale   登录
29
  <script src="../topages/login/login.js?a=1"></script>
726eb6d7   Andy   add
30
31
  </body>
  </html>