Няма описание

newRepository.html 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <script src="../Script/Common/huayi.load.js"></script>
  6. <script src="../Script/Common/huayi.config.js"></script>
  7. <link rel="stylesheet" href="css/swiper.min.css" />
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <link rel="stylesheet" href="../js/zTree/zTreeStyle.css" />
  10. <link rel="stylesheet" href="css/newRepository.css" />
  11. <title>新版知识库</title>
  12. <style>
  13. .swiper-container {
  14. width: 100%;
  15. /*height: 300px;*/
  16. }
  17. .swiper-pagination-bullet{
  18. height: 15px;
  19. width: 15px;
  20. }
  21. #policies,
  22. #urgent{
  23. color: red;
  24. font-size: 14px;
  25. font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif;
  26. padding-left: 25px;
  27. cursor: pointer;
  28. }
  29. .ztree{
  30. padding-top: 0px;
  31. }
  32. .ztree *{
  33. font-size: 14px;
  34. }
  35. .treeCon{
  36. padding-top: 5px;
  37. position: relative;
  38. }
  39. .mechanism{
  40. padding: 20px 0;
  41. visibility: hidden;
  42. }
  43. #mechanism{
  44. width: 70%;
  45. height: 40px;
  46. vertical-align: middle;
  47. }
  48. .line {
  49. border: none;
  50. }
  51. img{
  52. width: 14px;
  53. height: 14px;
  54. }
  55. .img1{
  56. position: absolute;
  57. top: 9px;
  58. left: 7px;
  59. }
  60. .img3,
  61. .img4,
  62. .img5,
  63. .img6,
  64. .img2{
  65. position: absolute;
  66. top: 28px;
  67. left: 7px;
  68. }
  69. .img3{
  70. top: 47px;
  71. }
  72. .img4{
  73. top: 66px;
  74. }
  75. .img5{
  76. top: 85px;
  77. }
  78. .img6{
  79. top: 104px;
  80. }
  81. .result_str{
  82. display: block;
  83. float: left;
  84. text-align: center;
  85. }
  86. #result{
  87. min-width: 370px;
  88. min-height: 140px;
  89. }
  90. .OA_task_2{
  91. width: 124px;
  92. position: absolute;
  93. top: 30px;
  94. left: 15px;
  95. z-index: 123;
  96. }
  97. .OA_task_2 li{
  98. text-align: center;
  99. line-height: 27px;
  100. background: #FFFFFF;
  101. border-bottom: 1px #CCCCCC solid;
  102. }
  103. .OA_task_2 li:hover{
  104. background:#00a1cb;
  105. color: #FFFFFF;
  106. cursor: pointer;
  107. }
  108. </style>
  109. </head>
  110. <body class="gray-bg">
  111. <div class="container-fluid wrapper-content animated fadeInRight">
  112. <div class="daoHang clearfix">
  113. <div class="dhLeft">
  114. <sapn><i class="syIcon"></i>位置:
  115. <a id="ReIndex">首页</a>&gt;
  116. <a href="javaScript:;">知识库</a>&gt;
  117. <a href="" class="nowPosition">新版知识库</a>
  118. </sapn>
  119. </div>
  120. <div class="dhRight">
  121. <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
  122. </div>
  123. </div>
  124. <div class="reposCon clearfix">
  125. <!--左侧-->
  126. <div class="conleft col-md-3">
  127. <!--<div class="search " style="height: 30px;">-->
  128. <!--<div class="secon clearfix">
  129. <p class="secl"><input type="text" placeholder="请输入关键字" class="searCon" /></p><button href="javaScript:;" class="stb"></button>
  130. </div>-->
  131. <!--</div>-->
  132. <p style="color: #4c4c4c;font-size: 14px; margin: 10px 0;">服务单位列表</p>
  133. <div class="line"></div>
  134. <div class="treeCon">
  135. <img src="../img/IVR2.png"/ class="img1">
  136. <span id="urgent">
  137. 紧急公告
  138. </span>
  139. <br />
  140. <img src="../img/IVR2.png"/ class="img2">
  141. <span id="policies">
  142. 政策法规
  143. </span>
  144. <br />
  145. <img src="../img/IVR2.png"/ class="img3">
  146. <span id="policies">
  147. 热点问题
  148. </span>
  149. <br />
  150. <img src="../img/IVR2.png"/ class="img4">
  151. <span id="policies">
  152. 常用知识
  153. </span>
  154. <br />
  155. <img src="../img/IVR2.png"/ class="img5">
  156. <span id="policies">
  157. 共享提供
  158. </span>
  159. <br />
  160. <img src="../img/IVR2.png"/ class="img6">
  161. <span id="policies">
  162. 业务案例
  163. </span>
  164. <ul id="treeDemo" class="ztree">
  165. <!--类名为ztree是必须的-->
  166. </ul>
  167. </div>
  168. </div>
  169. <!--右侧-->
  170. <div class="conRight col-md-9">
  171. <div class="search clearfix">
  172. <div class="secon clearfix" style="width: 80%; float:left;">
  173. <p class="secl"><input type="text" placeholder="请输入关键字" class="searCon rightSearchKey" oninput="myFunction()"/></p><button href="javaScript:;" class="stb" id="rightSearch"></button></div>
  174. <ul class="OA_task_2"></ul>
  175. <button class="btns addTo" style="float: right;">添加</button>
  176. <button class="btns polices" style="float: right;display: none;">添加</button>
  177. </div>
  178. <div class="mechanism" >
  179. 机构职能:
  180. <textarea type="" name="" id="mechanism" value="" ></textarea>
  181. <button class="btns btn_save" >保存</button>
  182. </div>
  183. <!--<ul class="keyList clearfix" style="height: 38px;">
  184. <li>市民反馈问题 </li>
  185. <li>车辆管理条例 </li>
  186. <li>市长重要讲话 </li>
  187. <li>社保资料 </li>
  188. <li> 投诉 </li>
  189. <li> 建议 </li>
  190. <li>鹤壁政要 </li>
  191. <li>鹤壁政务 </li>
  192. <li>公积金 </li>
  193. <li>市长热线 </li>
  194. <li>鹤壁政务 </li>
  195. </ul>-->
  196. <!--<p style="color: #4c4c4c;font-size: 14px; margin: 10px 0;" class="rightTabKey">市教育体育局</p>-->
  197. <div class="line"></div>
  198. <div class="tableBox">
  199. <table id="table1" data-row-style="rowStyle" data-classes="table table-no-bordered" data-query-params="queryParams">
  200. <thead>
  201. <tr>
  202. <th data-field="F_Title" data-align="center">标题</th>
  203. <!--<th data-field="F_Title" data-align="center">事件名称</th>-->
  204. <th data-field="F_MainDept" data-align="center">单位名称</th>
  205. <th data-field="F_CreateTime" data-align="center">时间</th>
  206. <th data-field="UserName" data-align="center">创建人</th>
  207. <th data-formatter="CZ" data-align="center">操作</th>
  208. </tr>
  209. </thead>
  210. </table>
  211. </div>
  212. </div>
  213. <input type="hidden" id="depID"/>
  214. <input type="hidden" name="" id="remark" value="" />
  215. </div>
  216. </div>
  217. <script src="js/swiper.min.js"></script>
  218. <script src="../js/zTree/jquery.ztree.core.js"></script>
  219. <script src="js/newRepository.js"></script>
  220. </body>
  221. </html>