Нет описания

Workdeal.html 6.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. <!doctype html>
  2. <html lang="en" class="feedback">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  6. <title>信息处理</title>
  7. <link rel="stylesheet" type="text/css" href="../css/mui.min.css" />
  8. <link rel="stylesheet" type="text/css" href="../css/feedback-page.css" />
  9. <link rel="stylesheet" type="text/css" href="../css/Common.css" />
  10. <style>
  11. .Span {
  12. line-height: 40px;
  13. padding: 11px 10px 11px 0;
  14. }
  15. .mui-checkbox input[type=checkbox],
  16. .mui-radio input[type=radio] {
  17. position: static;
  18. }
  19. ul li {
  20. list-style: none;
  21. float: left;
  22. }
  23. .XXSH ul {
  24. float: left;
  25. margin: 0;
  26. width: 100%;
  27. padding-left: 15px;
  28. }
  29. .XXSH li {
  30. width: 30%;
  31. float: left;
  32. list-style: none;
  33. line-height: 40px;
  34. }
  35. .XXFL ul {
  36. margin: 0;
  37. float: left;
  38. width: 60%;
  39. padding-left: 11px;
  40. }
  41. .XXFL ul li {
  42. width: 50%;
  43. }
  44. .img-box {
  45. float: left;
  46. width: 25%;
  47. text-align: center;
  48. }
  49. /*自定义CSS*/
  50. .mui-preview-image.mui-fullscreen {
  51. position: fixed;
  52. z-index: 20;
  53. background-color: #000;
  54. }
  55. .mui-preview-header,
  56. .mui-preview-footer {
  57. position: absolute;
  58. width: 100%;
  59. left: 0;
  60. z-index: 10;
  61. }
  62. .mui-preview-header {
  63. height: 44px;
  64. top: 0;
  65. }
  66. .mui-preview-footer {
  67. height: 50px;
  68. bottom: 0px;
  69. }
  70. .mui-preview-header .mui-preview-indicator {
  71. display: block;
  72. line-height: 25px;
  73. color: #fff;
  74. text-align: center;
  75. margin: 15px auto 4;
  76. width: 70px;
  77. background-color: rgba(0, 0, 0, 0.4);
  78. border-radius: 12px;
  79. font-size: 16px;
  80. }
  81. .mui-preview-image {
  82. display: none;
  83. -webkit-animation-duration: 0.5s;
  84. animation-duration: 0.5s;
  85. -webkit-animation-fill-mode: both;
  86. animation-fill-mode: both;
  87. }
  88. .mui-preview-image.mui-preview-in {
  89. -webkit-animation-name: fadeIn;
  90. animation-name: fadeIn;
  91. }
  92. .mui-preview-image.mui-preview-out {
  93. background: none;
  94. -webkit-animation-name: fadeOut;
  95. animation-name: fadeOut;
  96. }
  97. .mui-preview-image.mui-preview-out .mui-preview-header,
  98. .mui-preview-image.mui-preview-out .mui-preview-footer {
  99. display: none;
  100. }
  101. .mui-zoom-scroller {
  102. position: absolute;
  103. display: -webkit-box;
  104. display: -webkit-flex;
  105. display: flex;
  106. -webkit-box-align: center;
  107. -webkit-align-items: center;
  108. align-items: center;
  109. -webkit-box-pack: center;
  110. -webkit-justify-content: center;
  111. justify-content: center;
  112. left: 0;
  113. right: 0;
  114. bottom: 0;
  115. top: 0;
  116. width: 100%;
  117. height: 100%;
  118. margin: 0;
  119. -webkit-backface-visibility: hidden;
  120. }
  121. .mui-zoom {
  122. -webkit-transform-style: preserve-3d;
  123. transform-style: preserve-3d;
  124. }
  125. .mui-slider .mui-slider-group .mui-slider-item img {
  126. width: auto;
  127. height: auto;
  128. max-width: 100%;
  129. max-height: 100%;
  130. }
  131. .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
  132. width: 100%;
  133. }
  134. .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
  135. display: inline-table;
  136. }
  137. .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
  138. display: table-cell;
  139. vertical-align: middle;
  140. }
  141. .mui-preview-loading {
  142. position: absolute;
  143. width: 100%;
  144. height: 100%;
  145. top: 0;
  146. left: 0;
  147. display: none;
  148. }
  149. .mui-preview-loading.mui-active {
  150. display: block;
  151. }
  152. .mui-preview-loading .mui-spinner-white {
  153. position: absolute;
  154. top: 50%;
  155. left: 50%;
  156. margin-left: -25px;
  157. margin-top: -25px;
  158. height: 50px;
  159. width: 50px;
  160. }
  161. .mui-preview-image img.mui-transitioning {
  162. -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  163. transition: transform 0.5s ease, opacity 0.5s ease;
  164. }
  165. @-webkit-keyframes fadeIn {
  166. 0% {
  167. opacity: 0;
  168. }
  169. 100% {
  170. opacity: 1;
  171. }
  172. }
  173. @keyframes fadeIn {
  174. 0% {
  175. opacity: 0;
  176. }
  177. 100% {
  178. opacity: 1;
  179. }
  180. }
  181. @-webkit-keyframes fadeOut {
  182. 0% {
  183. opacity: 1;
  184. }
  185. 100% {
  186. opacity: 0;
  187. }
  188. }
  189. @keyframes fadeOut {
  190. 0% {
  191. opacity: 1;
  192. }
  193. 100% {
  194. opacity: 0;
  195. }
  196. }
  197. p img {
  198. max-width: 100%;
  199. height: auto;
  200. }
  201. </style>
  202. </head>
  203. <body>
  204. <div class="mui-content">
  205. <div class="row mui-input-row">
  206. <label>工单详情 :</label>
  207. <textarea id='question' class="mui-input-clear question" placeholder=""></textarea>
  208. </div>
  209. <div id='image-list' class="row image-list"></div>
  210. <form class="mui-input-group">
  211. <div class="mui-input-row mui-radio XXSH ">
  212. <ul>
  213. <li><span class="Span">信息审核 :</span></li>
  214. <li><span class="Span"><input name="radio1" type="radio" value="2"></span>有效</li>
  215. <li><span class="Span"><input name="radio1" type="radio" value="1"></span>无效</li>
  216. </ul>
  217. </div>
  218. <div class="mui-input-row mui-checkbox XXFL" style="height: 100%;">
  219. <label for="" style="width: 30%;float: left; padding:11px 15px;">信息分类 :</label>
  220. <ul class="TypeList">
  221. </ul>
  222. </div>
  223. <div class="mui-input-row">
  224. <label>处理意见 :</label>
  225. <input type="text" class="mui-input-clear" placeholder="" id="clcont">
  226. </div>
  227. <div class="mui-input-row">
  228. <label>交办单位 :</label>
  229. <select class="mui-select" name="" id="GetAreaList">
  230. </select>
  231. </div>
  232. </div>
  233. </form>
  234. <div class="mui-button-row" id="Btns-box">
  235. <button type="button" id="submit" class="mui-btn mui-btn-primary" onclick="return false;">提交</button>&nbsp;&nbsp;
  236. </div>
  237. </div>
  238. <script src="../js/zepto.js"></script>
  239. <script src="../Script/Common/huayi.config.js"></script>
  240. <script src="../Script/Common/huayi.http.js"></script>
  241. <script src="../js/mui.min.js"></script>
  242. <!--图片放大插件-->
  243. <script src="../js/mui.zoom.js"></script>
  244. <script src="../js/mui.previewimage.js"></script>
  245. <script src="../js/Workdeal.js"></script>
  246. <script type="text/javascript">
  247. mui.init();
  248. mui('.mui-scroll-wrapper').scroll();
  249. mui.previewImage();
  250. </script>
  251. </body>
  252. </html>