Ei kuvausta

addOrEditZhiShiKuHotLssues.html 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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/init.css" />
  8. <link rel="stylesheet" href="./css/reflectCategory.css">
  9. <link rel="stylesheet" href="../js/layui/css/layui.css">
  10. <title>新版知识库添加</title>
  11. <style type="text/css">
  12. ul,
  13. li {
  14. padding: 0;
  15. margin: 0;
  16. list-style: none;
  17. }
  18. .table tr td input[type="text"] {
  19. width: 100%;
  20. height: 34px;
  21. background: #f3f3f4;
  22. outline: none;
  23. border: 1px solid #e7e7e7;
  24. /*padding-left: 10px;*/
  25. }
  26. .radio-inline input[type=radio] {
  27. margin-top: 2px;
  28. }
  29. .table tr td textarea {
  30. width: 100%;
  31. height: 100%;
  32. background: #f3f3f4;
  33. border: 1px solid #e7e7e7;
  34. resize: none;
  35. padding: 0px;
  36. /*padding-left: 10px;*/
  37. }
  38. #scwj {
  39. background-color: #FFF;
  40. background-image: none;
  41. border: 1px solid #ccc;
  42. border-radius: 1px;
  43. color: inherit;
  44. padding: 6px 12px !important;
  45. }
  46. .files {
  47. padding: 5px !important;
  48. }
  49. .time-box {
  50. position: relative;
  51. width: 197px !important;
  52. height: 34px;
  53. margin: 0;
  54. }
  55. .tub+input {
  56. padding-right: 30px;
  57. border: 1px solid #e5e6e7 !important;
  58. }
  59. i.tub {
  60. position: absolute;
  61. right: 8px;
  62. top: 8px;
  63. font-size: 18px;
  64. color: #00a0ca;
  65. }
  66. .operation_bj {
  67. float: right;
  68. }
  69. .msg_time {
  70. max-width: 240px;
  71. min-width: 190px;
  72. }
  73. </style>
  74. </head>
  75. <body class="gray-bg">
  76. <div class="container-fluid wrapper-content animated fadeInRight">
  77. <div class="operation_bj">
  78. </div>
  79. <table class="table table-bordered table-condensed">
  80. <tr>
  81. <td width="100">关键词</td>
  82. <td width="40%" class="reflectCategory-wrapper">
  83. <input type="text" id="reflectCategory" class="" autocomplete="off"/>
  84. <input type="hidden" id="keyId">
  85. <div class="reflectCategoryList-wrapper">
  86. <ul id="reflectCategoryList">
  87. </ul>
  88. </div>
  89. </td>
  90. <td width="100">发布单位</td>
  91. <td width="40%"><input type="text" id="publishUnit" autocomplete="off" /></td>
  92. </tr>
  93. <tr>
  94. <td width="100">发布人</td>
  95. <td><input type="text" id="publishPersonal" autocomplete="off" /></td>
  96. <td width="100">所属行业</td>
  97. <td><input type="text" id="industry" autocomplete="off" /></td>
  98. </tr>
  99. <tr>
  100. <td width="100">地区</td>
  101. <td><input type="text" id="address" autocomplete="off" /></td>
  102. <td width="100">发布时间</td>
  103. <td><input type="text" id="publishTime" autocomplete="off" /></td>
  104. </tr>
  105. <tr>
  106. <td width="100">生效时间</td>
  107. <td><input type="text" id="effectiveTime" autocomplete="off" /></td>
  108. <td width="100">失效时间</td>
  109. <td><input type="text" id="invalidTime" autocomplete="off" /></td>
  110. </tr>
  111. <tr>
  112. <td width="100">发文文号</td>
  113. <td><input type="text" id="documentNumber" autocomplete="off" /></td>
  114. <td width="100">发文单位</td>
  115. <td><input type="text" id="documentUnit" autocomplete="off" /></td>
  116. </tr>
  117. <tr>
  118. <td width="100">标识编码</td>
  119. <td><input type="text" id="identifyEncoding" autocomplete="off" /></td>
  120. <td width="100">附件</td>
  121. <td>
  122. <div class="fileBox">
  123. <!--<span class="files">文件1<i class="fa fa-remove"></i></span>-->
  124. </div>
  125. <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
  126. <input class="input" type="button" value="上传" id="scwj" />
  127. <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
  128. <input type="hidden" id="file" />
  129. <span style="color:#FF0000; border: none;">
  130. (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
  131. </span>
  132. <!-- <input type="text" id="" autocomplete="off" /> -->
  133. </td>
  134. </tr>
  135. <tr>
  136. <td width="100">政策名称</td>
  137. <td colspan="3"><input type="text" id="policyName" autocomplete="off" /></td>
  138. </tr>
  139. <tr>
  140. <td width="100">解答单位</td>
  141. <td colspan="3"><input type="text" id="answeringUnit" autocomplete="off" /></td>
  142. </tr>
  143. <tr>
  144. <td width="100" height="100">热点问题/名词解释</td>
  145. <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="hotIssues"></textarea></td>
  146. </tr>
  147. <tr>
  148. <td width="100" height="100">内容解答</td>
  149. <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="contentAnswer"></textarea></td>
  150. </tr>
  151. </table>
  152. <p style="text-align: center;">
  153. <button class="btns save">保存</button>
  154. </p>
  155. </div>
  156. <script src="../js/layui/layui.js"></script>
  157. <script src="../js/adjustHeight.js"></script>
  158. <script src="../css/laydate/laydate.js"></script>
  159. <script src="./js/reflectCategory.js"></script>
  160. <script src="js/addOrEditZhiShiKuHotLssues.js"></script>
  161. </body>
  162. </html>