HMC.html 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>生保系统故障分析及辅助维修决策软件</title>
  6. <link rel="stylesheet" href="./css/pintuer.css">
  7. <link rel="stylesheet" href="./css/admin.css">
  8. <link rel="stylesheet" href="./css/reset.css" />
  9. <script src="../other/public/jquery.js"></script>
  10. <script src="./js/pintuer.js" type="text/javascript" charset="utf-8"></script>
  11. <script src="./lib/jquery.min.js"></script>
  12. <script src="./lib/layui/layui.js" charset="utf-8"></script>
  13. <script src="./js/xadmin.js"></script>
  14. <script src="../other/js/functions.js"></script>
  15. <script src="js/HMC.js"></script>
  16. <!-- <script src="../other/public/jquery-1.11.2.js" type="text/javascript" charset="utf-8"></script> -->
  17. <style type="text/css">
  18. .search-box {
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. margin-top: 100px;
  23. }
  24. .search-wrap {
  25. display: flex;
  26. flex-direction: column;
  27. justify-content: center;
  28. align-items: flex-start;
  29. position: relative;
  30. }
  31. .searchInput {
  32. width: 400px;
  33. height: 40px;
  34. border: solid 1px #ddd;
  35. padding-left: 15px;
  36. border-top-left-radius: 4px;
  37. border-bottom-left-radius: 4px;
  38. }
  39. .searchBtn {
  40. height: 40px;
  41. padding: 5px 15px;
  42. border-top-left-radius: 0;
  43. border-bottom-left-radius: 0;
  44. border-left: none;
  45. }
  46. .search-type {
  47. margin-top: 10px;
  48. margin-left: 85px;
  49. font-size: 14px;
  50. }
  51. .search-type span {
  52. display: inline-block;
  53. cursor: pointer;
  54. margin-right: 10px;
  55. color: #626675;
  56. }
  57. .search-type span:hover {
  58. color: #09c;
  59. }
  60. .search-box-toLeft {
  61. /* margin-top: 60px; */
  62. }
  63. .search-data {
  64. margin-top: 30px;
  65. display: none;
  66. align-items: center;
  67. justify-content: center;
  68. font-size: 14px;
  69. }
  70. .search-data-list {
  71. /*width: 580px;*/
  72. }
  73. .search-data-item {
  74. overflow: hidden;
  75. text-overflow: ellipsis;
  76. white-space: nowrap;
  77. margin-bottom: 20px;
  78. color: #09c;
  79. cursor: pointer;
  80. display: flex;
  81. justify-content: flex-start;
  82. }
  83. .toManage {
  84. cursor: pointer;
  85. display: flex;
  86. align-items: center;
  87. justify-content: center;
  88. position: fixed;
  89. right: 20px;
  90. top: 20px;
  91. }
  92. .search-box .search-wrap .button {
  93. background-color: #4e6ef2;
  94. color: #fff;
  95. }
  96. .box {
  97. width: 100%;
  98. height: 50px;
  99. display: flex;
  100. justify-content: center;
  101. align-items: center;
  102. position: relative;
  103. top: 50px;
  104. }
  105. .box img {
  106. width: 50px;
  107. height: 50px;
  108. }
  109. .box p {
  110. display: inline-block;
  111. color: #4e6ef2;
  112. font-size: 30px;
  113. }
  114. .search-box .search-wrap .search-type1 {
  115. position: absolute;
  116. top: 50px;
  117. right: 10px;
  118. color: #626675;
  119. }
  120. .search-box .search-wrap img {
  121. width: 20px;
  122. height: 20px;
  123. position: absolute;
  124. top: 47px;
  125. right: 68px;
  126. }
  127. #btn {
  128. color: #626675;
  129. font-size: 14px;
  130. position: absolute;
  131. right: 0px;
  132. top: 60px;
  133. display: none;
  134. }
  135. #btn .btn {
  136. margin-left: 30px;
  137. margin-top: 20px;
  138. display: inline-block;
  139. }
  140. #btn .btn1 {
  141. width: 180px;
  142. background-color: #fff;
  143. position: absolute;
  144. top: 35px;
  145. left: -30px;
  146. padding: 5px 0;
  147. border: 1px solid rgba(0, 0, 0, .2) font-size: 13px;
  148. line-height: 20px;
  149. display: none;
  150. }
  151. #btn .btn1 ul {
  152. text-align: left;
  153. color: #666;
  154. }
  155. #btn .btn1 ul span {
  156. padding: 3px 0;
  157. padding-left: 10px;
  158. color: #999;
  159. display: block;
  160. }
  161. #btn .btn2 {
  162. width: 180px;
  163. background-color: #fff;
  164. position: absolute;
  165. top: 35px;
  166. right: -65px;
  167. padding: 5px 0;
  168. border: 1px solid rgba(0, 0, 0, .2) font-size: 13px;
  169. line-height: 20px;
  170. display: none;
  171. }
  172. #btn .btn2 ul {
  173. text-align: left;
  174. color: #666;
  175. }
  176. #btn .btn2 ul span {
  177. padding: 3px 0;
  178. padding-left: 10px;
  179. color: #999;
  180. display: block;
  181. }
  182. #bot{
  183. background-color: #4e6ef2;
  184. color: #fff;
  185. border: 1px solid #4e6ef2;
  186. margin-left: 10px;
  187. display: none;
  188. }
  189. .search-data .search-data-list a{
  190. display: inline-block;
  191. width: 25%;
  192. text-decoration: underline;
  193. }
  194. .search-data .search-data-list a:hover{
  195. }
  196. .search-data .search-data-list p{
  197. margin-left: 10%;
  198. display: inline-block;
  199. color: #000000;
  200. width: 10%;
  201. }
  202. .search-data .search-data-list p span{
  203. color: #626675;
  204. }
  205. #all{
  206. margin-right: 10px;
  207. padding-left: 10px;
  208. width: 75px;
  209. color: #999;
  210. }
  211. </style>
  212. </head>
  213. <body>
  214. <div class="wrap">
  215. <div class="box">
  216. <img src="./images/icon1.png">
  217. <p style="margin-left: 2%;">HMC代码分析模块</p>
  218. </div>
  219. <div class="search-box">
  220. <div class="search-wrap">
  221. <div style="display:flex;" class="div">
  222. <!-- <input type="text" id="search" class="searchInput" placeholder="请输入关键字" />
  223. <button class="button searchBtn">分析</button> -->
  224. <!-- <form class="layui-form"> -->
  225. <select id="all" class="all" lay-search="all" lay-verify="required">
  226. <option value="0">HMC</option>
  227. </select>
  228. <input type="text" id="search" class="searchInput" placeholder="请输入关键字" />
  229. <button class="button searchBtn">分析</button>
  230. <!-- </form> -->
  231. </div>
  232. <div class="search-type">
  233. <span>全部</span>
  234. <span id="repairManual">故障案例</span>
  235. <span id="faultRecord">故障记录</span>
  236. </div>
  237. </div>
  238. </div>
  239. <div class="search-data">
  240. <ul class="search-data-list"></ul>
  241. </div>
  242. </div>
  243. </body>
  244. </html>