Nav apraksta

addOrEditZhiShiKuPolicyExpert.html 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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,
  11. li {
  12. padding: 0;
  13. margin: 0;
  14. list-style: none;
  15. }
  16. .table tr td input[type="text"] {
  17. width: 100%;
  18. height: 34px;
  19. background: #f3f3f4;
  20. outline: none;
  21. border: 1px solid #e7e7e7;
  22. /*padding-left: 10px;*/
  23. }
  24. .radio-inline input[type=radio] {
  25. margin-top: 2px;
  26. }
  27. .table tr td textarea {
  28. width: 100%;
  29. height: 100%;
  30. background: #f3f3f4;
  31. border: 1px solid #e7e7e7;
  32. resize: none;
  33. padding: 0px;
  34. /*padding-left: 10px;*/
  35. }
  36. #scwj {
  37. background-color: #FFF;
  38. background-image: none;
  39. border: 1px solid #ccc;
  40. border-radius: 1px;
  41. color: inherit;
  42. padding: 6px 12px !important;
  43. }
  44. .files {
  45. padding: 5px !important;
  46. }
  47. .time-box {
  48. position: relative;
  49. width: 197px !important;
  50. height: 34px;
  51. margin: 0;
  52. }
  53. .tub+input {
  54. padding-right: 30px;
  55. border: 1px solid #e5e6e7 !important;
  56. }
  57. i.tub {
  58. position: absolute;
  59. right: 8px;
  60. top: 8px;
  61. font-size: 18px;
  62. color: #00a0ca;
  63. }
  64. .operation_bj {
  65. float: right;
  66. }
  67. .imgBox {
  68. display: inline-block;
  69. }
  70. .imgWrapper {
  71. position: relative;
  72. }
  73. .imgMask {
  74. display: none;
  75. position: absolute;
  76. top: 0;
  77. left: 0;
  78. width: 100%;
  79. height: 20px;
  80. background: rgba(0, 0, 0, 0.8);
  81. }
  82. .del_file {
  83. position: absolute;
  84. top: 2px;
  85. right: 5px;
  86. color: #FFF;
  87. }
  88. </style>
  89. </head>
  90. <body class="gray-bg">
  91. <div class="container-fluid wrapper-content animated fadeInRight">
  92. <div class="operation_bj">
  93. </div>
  94. <table class="table table-bordered table-condensed">
  95. <tr>
  96. <td width="100">专家姓名</td>
  97. <td><input type="text" id="name" autocomplete="off" /></td>
  98. <td width="100">地区</td>
  99. <td><input type="text" id="address" autocomplete="off" /></td>
  100. </tr>
  101. <tr>
  102. <td width="100">专家单位</td>
  103. <td><input type="text" id="unit" autocomplete="off" /></td>
  104. <td width="100">所属行业</td>
  105. <td><input type="text" id="industry" autocomplete="off" /></td>
  106. </tr>
  107. <tr>
  108. <td width="100">科室</td>
  109. <td><input type="text" id="department" autocomplete="off" /></td>
  110. <td width="100">生效时间</td>
  111. <td><input type="text" id="effectiveTime" autocomplete="off" /></td>
  112. </tr>
  113. <tr>
  114. <td width="100">职务</td>
  115. <td><input type="text" id="job" autocomplete="off" /></td>
  116. <td width="100">失效时间</td>
  117. <td><input type="text" id="expirationTime" autocomplete="off" /></td>
  118. </tr>
  119. <tr>
  120. <td width="100">手机号码</td>
  121. <td><input type="text" id="phoneNumber" autocomplete="off" /></td>
  122. <td width="100">办公电话</td>
  123. <td><input type="text" id="officePhone" autocomplete="off" /></td>
  124. </tr>
  125. <tr>
  126. <td class="addOrEditDisplay" width="100">发布时间</td>
  127. <td class="addOrEditDisplay"><input type="text" id="publishTime" autocomplete="off" /></td>
  128. <td class="addOrEditDisplay" width="100">发布人</td>
  129. <td class="addOrEditDisplay"><input type="text" id="publishPersonal" autocomplete="off" /></td>
  130. </tr>
  131. <tr style="display: none;">
  132. <td width="100">标识编码</td>
  133. <td><input type="text" id="identifyEncoding" autocomplete="off" /></td>
  134. </tr>
  135. <tr>
  136. <td width="100">发布单位</td>
  137. <td><input type="text" id="publishUnit" autocomplete="off" /></td>
  138. <td width="100">头像</td>
  139. <td>
  140. <div class="imgBox">
  141. </div>
  142. <input class="input" type="file" name="upFile" id="upFile" style="display: none;">
  143. <input class="input" type="button" value="上传" id="scwj" />
  144. <input class="input" type="button" value="删除附件" id="scfj" style="display:none;" />
  145. <input type="hidden" id="file" />
  146. <span style="color:#FF0000; border: none;">
  147. (文件格式为png,jpg)
  148. </span>
  149. </td>
  150. </tr>
  151. <tr>
  152. <td width="100" height="100">专业领域简介</td>
  153. <td colspan="3" height="100"> <textarea name="" rows="" cols=""
  154. id="introductionFieldExpertise"></textarea></td>
  155. </tr>
  156. </table>
  157. <p style="text-align: center;">
  158. <button class="btns save">保存</button>
  159. </p>
  160. </div>
  161. <script src="../js/adjustHeight.js"></script>
  162. <script src="../css/laydate/laydate.js"></script>
  163. <script src="js/addOrEditZhiShiKuPolicyExpert.js"></script>
  164. </body>
  165. </html>