complain_detail_capy.html 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <script type="text/javascript" src="/static/jquery-2.2.4.min.js"></script>
  9. <script type="text/javascript" src="/static/layer/layer.js"></script>
  10. <script type="text/javascript" src="/admin/js/common.js"></script>
  11. <link rel="stylesheet" href="/static/bootstrap-3.3.7/css/bootstrap.css">
  12. <link rel="stylesheet" href="/static/h5/css/common.css">
  13. <title>完成详情</title>
  14. <style>
  15. body{
  16. background-color: #F1F1F1;
  17. }
  18. .container{
  19. max-width: 750px;
  20. height: auto;
  21. margin: 0 auto;
  22. padding: 0px 6px;
  23. }
  24. .accomplish-record{
  25. width: 100%;
  26. height: auto;
  27. margin-top: 5px;
  28. padding: 0px 13px;
  29. border-radius: 10px;
  30. background-color: #ffffff;
  31. overflow: hidden;
  32. }
  33. .accomplish-record-title{
  34. width: 100%;
  35. height: 40px;
  36. line-height: 40px;
  37. font-size: 15px;
  38. font-weight: 600;
  39. color: var(--themeColor);
  40. letter-spacing: 1px;
  41. border-bottom:1.3px solid var(--themeColor);
  42. }
  43. .accomplish-record-content{
  44. width: 100%;
  45. height: 80px;
  46. margin-top: 6px;
  47. }
  48. .accomplish-record-user{
  49. width: 100%;
  50. height: 35px;
  51. line-height: 35px;
  52. margin-top: 3px;
  53. }
  54. .accomplish-record-time{
  55. width: 100%;
  56. height: 35px;
  57. line-height: 35px;
  58. }
  59. .left{
  60. width: 30%;
  61. height: 30px;
  62. line-height: 30px;
  63. display: inline-block;
  64. font-size: 14px;
  65. float: left;
  66. letter-spacing: 1px;
  67. }
  68. .right{
  69. width: 66%;
  70. height: 30px;
  71. line-height: 30px;
  72. display: inline-block;
  73. float: right;
  74. font-size: 13px;
  75. color: #A9A9A9;
  76. overflow: hidden;
  77. text-align: right;
  78. }
  79. .address-info{
  80. width: 100%;
  81. height: 40px;
  82. margin-top: 5px;
  83. background-color: #ffffff;
  84. border-radius: 10px;
  85. padding: 0px 13px;
  86. line-height: 40px;
  87. }
  88. .address-info-title{
  89. display: inline-block;
  90. width: 30%;
  91. height: 40px;
  92. font-size: 15px;
  93. font-weight: 600;
  94. color: var(--themeColor);
  95. letter-spacing: 1px;
  96. }
  97. .address-info-content{
  98. width: 66%;
  99. height: 40px;
  100. line-height: 40px;
  101. display: inline-block;
  102. float: right;
  103. font-size: 13px;
  104. color: #A9A9A9;
  105. overflow: hidden;
  106. text-align: right;
  107. }
  108. .task-info{
  109. width: 100%;
  110. height: auto;
  111. margin-top: 5px;
  112. background-color: #ffffff;
  113. border-radius: 10px;
  114. padding: 0px 13px;
  115. }
  116. .task-content{
  117. width: 100%;
  118. height: auto;
  119. padding: 10px 0px ;
  120. font-size: 14px;
  121. letter-spacing: 1px;
  122. }
  123. .work-item{
  124. width: 100%;
  125. height: auto;
  126. margin-top: 5px;
  127. background-color: #ffffff;
  128. border-radius: 10px;
  129. padding: 0px 13px;
  130. }
  131. .work-item-title{
  132. width: 100%;
  133. height: 40px;
  134. line-height: 40px;
  135. font-size: 15px;
  136. font-weight: 600;
  137. color: var(--themeColor);
  138. letter-spacing: 1px;
  139. }
  140. .work-item-content{
  141. width: 100%;
  142. height: 40px;
  143. line-height: 40px;
  144. border-bottom: 1.2px solid #f1f1f1;
  145. }
  146. .work-item-content text{
  147. font-size: 14px;
  148. letter-spacing: 1.5px;
  149. }
  150. .icon{
  151. display: inline-block;
  152. width: 100px;
  153. height: 40px;
  154. line-height: 40px;
  155. text-align: right;
  156. float: right;
  157. }
  158. .icon img{
  159. width: 20px;
  160. height: 20px;
  161. }
  162. .report-content{
  163. width: 100%;
  164. height: auto;
  165. margin-top: 5px;
  166. padding: 0px 13px;
  167. border-radius: 10px;
  168. background-color: #ffffff;
  169. }
  170. .content-info{
  171. width: 100%;
  172. height: auto;
  173. padding: 10px 2px 15px 2px;
  174. font-size: 14px;
  175. letter-spacing: 1px;
  176. color: #A9A9A9;
  177. }
  178. .break-img{
  179. width: 100%;
  180. height: 115px;
  181. background-color: #ffffff;
  182. border-radius: 10px;
  183. margin-top: 5px;
  184. padding: 12px 60px 5px 60px;
  185. margin-bottom: 50px;
  186. }
  187. .images{
  188. display: inline-block;
  189. width: 50px;
  190. height: 60px;
  191. margin-left: 5px;
  192. }
  193. .images img{
  194. width: 50px;
  195. height: 60px;
  196. }
  197. .break-text-hint{
  198. width: 100%;
  199. height: 20px;
  200. line-height: 20px;
  201. text-align: center;
  202. margin-top: 20px;
  203. font-size: 13px;
  204. color: #A9A9A9;
  205. }
  206. .footer-back{
  207. position: fixed;
  208. z-index: 1000;
  209. width: 100%;
  210. height: 45px;
  211. line-height: 45px;
  212. background-color: #ffffff;
  213. bottom: 0;
  214. left: 0;
  215. box-shadow: 0px 0px 10px 0px rgba(26, 25, 26, 0.05);
  216. display: table-cell;
  217. vertical-align: middle;
  218. text-align: center;
  219. }
  220. .footer-back a img{
  221. width: 43px;
  222. height: 43px;
  223. }
  224. </style>
  225. </head>
  226. <body>
  227. <div class="container">
  228. <div class="accomplish-record">
  229. <div class="accomplish-record-title">投诉详情</div>
  230. <div class="accomplish-record-content">
  231. <div class="accomplish-record-user">
  232. <div class="left">投诉人:</div>
  233. <div class="right">{$info['user_name']}</div>
  234. </div>
  235. <div class="accomplish-record-time">
  236. <div class="left">投诉时间:</div>
  237. <div class="right">{$info['create_time']}</div>
  238. </div>
  239. <div class="accomplish-record-time">
  240. <div class="left">部门:</div>
  241. <div class="right">{$info['dep_name']}</div>
  242. </div>
  243. <div class="accomplish-record-time">
  244. <div class="left">状态:</div>
  245. <div class="right">{if $info['status'] == 1}已处理{else /}待处理{/if}</div>
  246. </div>
  247. </div>
  248. </div>
  249. {if $info['note']}
  250. <div class="report-content">
  251. <div class="accomplish-record-title">备注</div>
  252. <div class="content-info">{$info['note']}</div>
  253. </div>
  254. {/if}
  255. <!-- 汇报内容-->
  256. <div class="report-content">
  257. <div class="accomplish-record-title">内容</div>
  258. <div class="content-info">{$info['content']}</div>
  259. </div>
  260. </div>
  261. <div class="footer-back">
  262. <a href="javascript:;" onclick="javascript:history.back(-1);"><img src="/img/back.png"></a>
  263. </div>
  264. </body>
  265. </html>