list-index.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <!DOCTYPE html>
  2. <html lang="zh-cmn-Hans">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>生保系统故障分析及辅助维修决策软件</title>
  6. <meta http-equiv=Content-Type content="text/html;charset=utf-8">
  7. <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
  8. <link rel="stylesheet" href="css/bootstrap.min.css">
  9. <link rel="stylesheet" href="css/style.css">
  10. <script src="js/jquery-1.10.1.min.js"></script>
  11. <script src="js/bootstrap.min.js"></script>
  12. <script src="../other/js/functions.js"></script>
  13. <!-- <script src="js/index.js"></script> -->
  14. <script src="./js/list_index_pri.js"></script>
  15. </head>
  16. <body>
  17. <div class="container indexShow">
  18. <a href="/index.html">
  19. <div class="row navTitle">
  20. <h2 class="pull-left"> <img src="./images/icon.png">生保系统故障分析及辅助维修决策软件</h2>
  21. <div class="nav"></div>
  22. </div>
  23. </a>
  24. <div class="input-group search">
  25. <input id="keyword" type="text" class="form-control" placeholder="输入查找关键字...">
  26. <span class="input-group-btn" style="width=72px">
  27. <button id="search" type="button"> 搜索</button>
  28. </span>
  29. </div>
  30. <div class="row searchCategoryBar" id="category">
  31. <span class="searchCategoryBarItem searchCategoryBarItemActive" id="document" data-id="D">作者</span>
  32. <span class="searchCategoryBarItem" id="picture" data-id="P">时间</span>
  33. <span class="searchCategoryBarItem" id="video" data-id="V">关键字</span>
  34. <!-- <span class="searchCategoryBarItem" id="audio" data-id="A">音频</span> -->
  35. <span class="searchCategoryBarItem" id="other" data-id="O">其它</span>
  36. </div>
  37. <ul id="searchResult"></ul>
  38. <br>
  39. <div class="about">
  40. <h3>相关搜索</h3>
  41. <p id="relatedSearch">
  42. <!-- <a href="">原理教学</a> -->
  43. </p>
  44. </div>
  45. <div id="paginantion" class="page center-block"></div>
  46. </div>
  47. <div class="myModal fade" id="loading" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" data-backdrop='static'>
  48. <!-- <h5 class="text-center">加载中</h5> -->
  49. <div class="sp sp-bars"></div>
  50. </div>
  51. <div class="foot"></div>
  52. <style>
  53. .container{
  54. width:1170px;
  55. height:241px;
  56. margin:0 auto;
  57. }
  58. .input-group .search{
  59. width:1140px;
  60. height:34px;
  61. }
  62. #keyword{
  63. width:1068px;
  64. height:34px;
  65. }
  66. .input-group-btn{
  67. display:inline-block;
  68. width:72px!important;
  69. height:34px;
  70. border-radius:5px;
  71. font-sizze:8px;
  72. }
  73. </style>
  74. </body>
  75. </html>