index.html 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>生保系统故障分析及辅助维修决策软件</title>
  6. <meta name="renderer" content="webkit|ie-comp|ie-stand">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta name="viewport" content="width=device-width,user-scalable=yes, minimum-scale=0.4, initial-scale=0.8">
  9. <meta http-equiv="Cache-Control" content="no-siteapp" />
  10. <link rel="Shortcut Icon" href="./images/icon1.png" type="image/x-icon" />
  11. <link href="other/css/bootstrap.min.css" rel="stylesheet">
  12. <link rel="stylesheet" href="admin/lib/layui/css/layui.css">
  13. <link rel="stylesheet" href="admin/css/font.css">
  14. <link href="other/css/style.css" rel="stylesheet">
  15. <script src="other/js/jquery-1.10.1.min.js"></script>
  16. <script src="other/js/bootstrap.min.js"></script>
  17. <script src="admin/lib/layui/layui.js" charset="utf-8"></script>
  18. <script src="other/js/functions.js"></script>
  19. <script src="admin/js/login.js"></script>
  20. <!--[if lt IE 9]>
  21. <script src="other/js/html5shiv.js"></script>
  22. <script src="other/js/respond.js"></script>
  23. <![endif]-->
  24. </head>
  25. <body >
  26. <div class="container">
  27. <div class="row navTitle hot">
  28. <h2 class="pull-left"><img src="./admin/images/icon1.png" alt="" style="width: 50px;height: 45px;">生保系统故障分析及辅助维修决策软件</h2>
  29. <div class="nav">
  30. <a href="admin/index.html" class="pull-right">搜索首页</a>
  31. </div>
  32. </div>
  33. <div class="col-md-offset-4 col-md-4 login login-box">
  34. <form action="" >
  35. <div class="input-group">
  36. <span class="input-group-addon layui-icon">&#xe66f;</span>
  37. <input id="username" type="text" class="form-control" placeholder="用户名(身份证号)" aria-describedby="basic-addon1">
  38. </div>
  39. <div class="input-group">
  40. <span class="input-group-addon layui-icon">&#xe673;</span>
  41. <input id="password" type="password" class="form-control" placeholder="密码" aria-describedby="basic-addon1">
  42. </div>
  43. <div class="remember">
  44. <!-- <input id="issave" checked="" type="checkbox"> -->
  45. <!-- <label for="issave">下次自动登录</label> -->
  46. <!-- <a class="pull-right" href="">忘记密码</a> -->
  47. </div>
  48. <input id="login" class="col-md-12" type="submit" value="登录">
  49. </form>
  50. </div>
  51. </div>
  52. </body>
  53. <style type="text/css">
  54. html,body{margin:0;padding:0;width:100%;height:85%;}
  55. body{background:url("admin/images/login.png");background-size:cover;background-repeat:no-repeat;background-position:center;}
  56. login-box{position:fixed;width:200px;height:200px;background:rgba(0,0,0,0.5);left:50%;top:50%;margin-left:-100px;margin-top:-100px;}
  57. </style>
  58. </html>