Brak opisu

policesAdd.html 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. }
  64. #scwj{
  65. background-color: #FFF;
  66. background-image: none;
  67. border: 1px solid #ccc;
  68. border-radius: 1px;
  69. color: inherit;
  70. padding: 6px 12px!important;
  71. }
  72. .files{
  73. padding: 5px!important;
  74. }
  75. .time-box{
  76. position: relative;
  77. width: 197px!important;
  78. height: 34px;
  79. margin: 0;
  80. }
  81. .tub + input {
  82. padding-right: 30px;
  83. border: 1px solid #e5e6e7!important;
  84. }
  85. i.tub {
  86. position: absolute;
  87. right: 8px;
  88. top: 8px;
  89. font-size: 18px;
  90. color: #00a0ca;
  91. }
  92. </style>
  93. </head>
  94. <body class="gray-bg">
  95. <div class="container-fluid wrapper-content animated fadeInRight">
  96. <table class="table table-bordered table-condensed">
  97. <tr>
  98. <td width="100">文件编号</td>
  99. <td colspan="3"> <input type="text" id="title" /></td>
  100. </tr>
  101. <tr>
  102. <td width="100">单位名称</td>
  103. <td colspan="3"> <input type="text" id="maindept" /></td>
  104. </tr>
  105. <!--<tr>
  106. <td width="100"> 办公地点</td>
  107. <td colspan="3"><textarea name="" rows="" cols="" id="officeaddress"></textarea></td>
  108. </tr>
  109. <tr >
  110. <td rowspan="2" width="100">公开电话</td>
  111. <td> <input type="text" id="publicphone1" /></td>
  112. <td rowspan="2" width="100">内部电话</td>
  113. <td> <input type="text" id="privatephone1" /></td>
  114. </tr>
  115. <tr>
  116. <td> <input type="text" id="publicphone2" /></td>
  117. <td> <input type="text" id="privatephone2" /></td>
  118. </tr>
  119. <tr>
  120. <td width="100"> 办理方式</td>
  121. <td><input type="text" id="dealtype"/></td>
  122. <td width="100"> 收费标准</td>
  123. <td> <input type="text" id="paymoney" /></td>
  124. </tr>
  125. <tr>
  126. <td width="100"> 办理对象</td>
  127. <td><input type="text" id="serobject" /></td>
  128. <td width="100"> 乘车路线</td>
  129. <td><textarea name="" rows="" cols=""id="busline"></textarea></td>
  130. </tr>
  131. <tr>
  132. <td width="100" height="100"> 备注</td>
  133. <td colspan="3" height="100">
  134. <textarea name="" rows="" cols="" id="remark"></textarea>
  135. </td>
  136. </tr>-->
  137. </table>
  138. <div class="cons">
  139. <div class="fileBox">
  140. <!--<span class="files">文件1<i class="fa fa-remove"></i></span>-->
  141. </div>
  142. <!--<input type="text" placeholder="输入附件详情" style="width:66%" />-->
  143. <!--<span class="fjnr"></span>-->
  144. <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
  145. <input class="input" type="button" value="上传" id="scwj" />
  146. <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
  147. <input type="hidden" id="file" />
  148. <span style="color:#FF0000; border: none;">
  149. (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
  150. </span>
  151. </div>
  152. <!--<ul class="tab_list clearfix">
  153. <li class="active">设定依据</li>
  154. <li>办理流程</li>
  155. <li>办理材料</li>
  156. <li>办理结果样本</li>
  157. <li>收费标准及依据</li>
  158. <li>附件</li>
  159. </ul>-->
  160. <!--<div class="tab_content">
  161. <div class="cons" style="display: block;">
  162. <textarea name="" data-adaptheight id="baseon" style="width: 100%;height: 300px;"></textarea>
  163. </div>
  164. <div class="cons">
  165. <textarea name="" data-adaptheight id="process" style="width: 100%;height: 300px;"></textarea>
  166. </div>
  167. <div class="cons">
  168. <textarea name="" data-adaptheight id="material" style="width: 100%;height: 300px;"></textarea>
  169. </div>
  170. <div class="cons">
  171. <textarea name="" data-adaptheight id="template" style="width: 100%;height: 300px;"></textarea>
  172. </div>
  173. <div class="cons">
  174. <textarea name="" data-adaptheight id="payinfo" style="width: 100%;height: 300px;"></textarea>
  175. </div>
  176. <div class="cons">
  177. <div class="fileBox">
  178. <span class="files">文件1<i class="fa fa-remove"></i></span>
  179. </div>
  180. <input type="text" placeholder="输入附件详情" style="width:66%" />
  181. <span class="fjnr"></span>
  182. <input class="input" type="file" name="upFile" id="upFile" multiple="multiple" style="display: none;">
  183. <input class="input" type="button" value="上传" id="scwj" />
  184. <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
  185. <input type="hidden" id="file" />
  186. <span style="color:#FF0000; border: none;">
  187. (文件格式为png,jpg,mp4,mp3,pdf,doc,docx,xls,xlsx)
  188. </span>
  189. </div>
  190. </div>-->
  191. <p style="text-align: center;">
  192. <button class="btns save">保存</button>
  193. <button class="btns savetj">提交</button>
  194. </p>
  195. </div>
  196. <script src="../js/kindeditor/kindeditor-all-min.js"></script>
  197. <script src="../js/kindeditor/lang/zh-CN.js"></script>
  198. <script src="../js/adjustHeight.js"></script>
  199. <script src="../js/laydate/laydate.js"></script>
  200. <script src="js/policesAdd.js"></script>
  201. </body>
  202. </html>