advanced_search.html 5.6 KB

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