商丘12345 前端

newRepositoryAdd.html 6.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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. <title>新版知识库添加</title>
  9. <style type="text/css">
  10. ul,li{
  11. padding: 0;
  12. margin: 0;
  13. list-style: none;
  14. }
  15. .tab_list{
  16. border-bottom: 1px solid #d5d5d5;
  17. }
  18. .tab_list li{
  19. padding: 10px 15px;
  20. float: left;
  21. color: #333333;
  22. font-size: 14px;
  23. position: relative;
  24. }
  25. .tab_list li.active{
  26. color: #19aad0;
  27. }
  28. .tab_list li.active:after{
  29. content: "";
  30. width: 100%;
  31. height: 2px;
  32. background: #19aad0;
  33. position: absolute;
  34. bottom: -1px;
  35. left: 0;
  36. }
  37. .tab_content{
  38. font-size: 14px;
  39. color: #4c4c4c;
  40. padding: 15px 0;
  41. /*text-indent: 28px;*/
  42. }
  43. .tab_content>div{
  44. display: none;
  45. }
  46. .table tr td input[type="text"]{
  47. width: 100%;
  48. height: 34px;
  49. background: #f3f3f4;
  50. outline: none;
  51. border: 1px solid #e7e7e7;
  52. /*padding-left: 10px;*/
  53. }
  54. .radio-inline input[type=radio]{
  55. margin-top: 2px;
  56. }
  57. .table tr td textarea{
  58. width: 100%;
  59. height: 100%;
  60. background: #f3f3f4;
  61. border: 1px solid #e7e7e7;
  62. resize: none;
  63. padding: 0px;
  64. /*padding-left: 10px;*/
  65. }
  66. #scwj{
  67. background-color: #FFF;
  68. background-image: none;
  69. border: 1px solid #ccc;
  70. border-radius: 1px;
  71. color: inherit;
  72. padding: 6px 12px!important;
  73. }
  74. .files{
  75. padding: 5px!important;
  76. }
  77. .time-box{
  78. position: relative;
  79. width: 197px!important;
  80. height: 34px;
  81. margin: 0;
  82. }
  83. .tub + input {
  84. padding-right: 30px;
  85. border: 1px solid #e5e6e7!important;
  86. }
  87. i.tub {
  88. position: absolute;
  89. right: 8px;
  90. top: 8px;
  91. font-size: 18px;
  92. color: #00a0ca;
  93. }
  94. .operation_bj{
  95. float: right;
  96. }
  97. </style>
  98. </head>
  99. <body class="gray-bg">
  100. <div class="container-fluid wrapper-content animated fadeInRight">
  101. <div class="operation_bj">
  102. </div>
  103. <table class="table table-bordered table-condensed">
  104. <tr>
  105. <td width="100">标题</td>
  106. <td colspan="3"> <input type="text" id="title" /></td>
  107. </tr>
  108. <tr>
  109. <td width="100" height="100"> 参考答案</td>
  110. <td colspan="3" height="100"> <textarea name="" rows="" cols="" id="endanswer"></textarea></td>
  111. </tr>
  112. <tr>
  113. <td width="100">单位</td>
  114. <td colspan="3"> <input type="text" id="maindept" /></td>
  115. </tr>
  116. <tr>
  117. <td width="100"> 办公地点</td>
  118. <td colspan="3"><textarea name="" rows="" cols="" id="officeaddress"></textarea></td>
  119. </tr>
  120. <tr >
  121. <td rowspan="2" width="100">公开电话</td>
  122. <td> <input type="text" id="publicphone1" /></td>
  123. <td rowspan="2" width="100">内部电话</td>
  124. <td> <input type="text" id="privatephone1" /></td>
  125. </tr>
  126. <tr>
  127. <td> <input type="text" id="publicphone2" /></td>
  128. <td> <input type="text" id="privatephone2" /></td>
  129. </tr>
  130. <tr>
  131. <td width="100"> 办理方式</td>
  132. <td><input type="text" id="dealtype"/></td>
  133. <td width="100"> 收费标准</td>
  134. <td> <input type="text" id="paymoney" /></td>
  135. </tr>
  136. <tr>
  137. <td width="100"> 办理对象</td>
  138. <td><input type="text" id="serobject" /></td>
  139. <td width="100"> 乘车路线</td>
  140. <td><textarea name="" rows="" cols=""id="busline"></textarea></td>
  141. </tr>
  142. <tr>
  143. <td width="100" height="100"> 备注</td>
  144. <td colspan="3" height="100">
  145. <textarea name="" rows="" cols="" id="remark"></textarea>
  146. </td>
  147. </tr>
  148. <tr class='mechanism'>
  149. <td width="100" height="100"> 机构职能</td>
  150. <td colspan="3" height="100">
  151. <textarea name="" rows="" cols="" id="mechanism" disabled></textarea>
  152. </td>
  153. </tr>
  154. </table>
  155. <ul class="tab_list clearfix">
  156. <li class="active">设定依据</li>
  157. <li>办理流程</li>
  158. <li>办理材料</li>
  159. <li>办理结果样本</li>
  160. <li>收费标准及依据</li>
  161. <li>附件</li>
  162. </ul>
  163. <div class="tab_content">
  164. <div class="cons" style="display: block;">
  165. <textarea name="" data-adaptheight id="baseon" style="width: 100%;height: 300px;"></textarea>
  166. </div>
  167. <div class="cons">
  168. <textarea name="" data-adaptheight id="process" style="width: 100%;height: 300px;"></textarea>
  169. </div>
  170. <div class="cons">
  171. <textarea name="" data-adaptheight id="material" style="width: 100%;height: 300px;"></textarea>
  172. </div>
  173. <div class="cons">
  174. <textarea name="" data-adaptheight id="template" style="width: 100%;height: 300px;"></textarea>
  175. </div>
  176. <div class="cons">
  177. <textarea name="" data-adaptheight id="payinfo" style="width: 100%;height: 300px;"></textarea>
  178. </div>
  179. <div class="cons">
  180. <div class="fileBox">
  181. <!--<span class="files">文件1<i class="fa fa-remove"></i></span>-->
  182. </div>
  183. <!--<input type="text" placeholder="输入附件详情" style="width:66%" />-->
  184. <!--<span class="fjnr"></span>-->
  185. <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
  186. <input class="input" type="button" value="上传" id="scwj" />
  187. <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
  188. <input type="hidden" id="file" />
  189. <span style="color:#FF0000; border: none;">
  190. (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
  191. </span>
  192. </div>
  193. </div>
  194. <p style="text-align: center;">
  195. <button class="btns save">保存</button>
  196. <button class="btns savetj">提交</button>
  197. </p>
  198. </div>
  199. <script src="../js/kindeditor/kindeditor-all-min.js"></script>
  200. <script src="../js/kindeditor/lang/zh-CN.js"></script>
  201. <script src="../js/adjustHeight.js"></script>
  202. <script src="../js/laydate/laydate.js"></script>
  203. <script src="js/newRepositoryAdd.js"></script>
  204. </body>
  205. </html>