hjy.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>问题反馈</title>
  5. <meta charset="utf-8"/>
  6. <!-- <meta http-equiv="refresh" content="5"> -->
  7. <style>
  8. @CHARSET "UTF-8";
  9. * {
  10. margin: 0;
  11. padding: 0;
  12. outline: none;
  13. }
  14. body {
  15. line-height: 1;
  16. font-family: "微软雅黑";
  17. font-size: 14px;
  18. line-height: 1.4;
  19. overflow: hidden;
  20. }
  21. ol, ul, li {
  22. list-style: none;
  23. }
  24. input, a:focus {
  25. outline: none;
  26. }
  27. table {
  28. border-collapse: collapse;
  29. border-spacing: 0;
  30. }
  31. .clearfix:after {
  32. content: ".";
  33. display: block;
  34. height: 0;
  35. clear: both;
  36. visibility: hidden
  37. }
  38. .clearfix {
  39. *zoom: 1;
  40. }
  41. .chat-box {
  42. width: 100%;
  43. height: 100%;
  44. border: 0px solid #b6b7b7;
  45. position: absolute;
  46. top: 0%;
  47. left: 0%; /*margin-top:-300px; margin-left:-425px;*/
  48. }
  49. .chat-box > .maillist {
  50. float: left;
  51. width: 25%;
  52. height: 100%;
  53. overflow-y: auto;
  54. overflow-x: hidden;
  55. border-right: 1px solid #40619C;
  56. background-color: #40619C;
  57. }
  58. .chat-box > .maillist dl {
  59. width: 100%;
  60. height: 40px;
  61. padding: 10px 20px;
  62. cursor: pointer;
  63. color: #fff;
  64. }
  65. .chat-box > .maillist dl dt .count {
  66. width: auto;
  67. background-color: #F9471C;
  68. padding: 3px 5px;
  69. color: #fff;
  70. border-radius: 10px 10px;
  71. position: absolute;
  72. right: -5px;
  73. top: -5px;
  74. font-size: 12px;
  75. }
  76. .chat-box > .maillist dl.cur {
  77. background-color: #375791;
  78. }
  79. .chat-box > .maillist dl dt {
  80. float: left;
  81. width: 40px;
  82. height: 40px;
  83. background-color: #fff;
  84. position: relative;
  85. border-radius: 50px;
  86. }
  87. .chat-box > .maillist dl dt .photo {
  88. width: 100%;
  89. height: 100%;
  90. border-radius: 50px;
  91. }
  92. .chat-box > .maillist dl dd {
  93. float: left;
  94. width: 150px;
  95. padding: 0px 10px;
  96. }
  97. .chat-box > .msg-box {
  98. float: left;
  99. width: 74%;
  100. height: 100%;
  101. }
  102. .chat-box > .msg-box .titlebar {
  103. text-align: center;
  104. line-height: 50px;
  105. height: 50px;
  106. position: relative;
  107. border-bottom: 1px solid #b6b7b7;
  108. display: none;
  109. }
  110. /* .chat-box>.msg-box .toolbar{ line-height:6%; height:6%;position:relative; border-top:1px solid #CCCCCC;padding: 0px 5px;} */
  111. .chat-box > .msg-box .toolbar .item {
  112. color: #ccc;
  113. display: inline-block;
  114. height: 30px;
  115. line-height: 30px;
  116. text-align: center;
  117. vertical-align: middle;
  118. width: 30px;
  119. margin: 0px;
  120. font-size: 20px;
  121. cursor: pointer;
  122. }
  123. .chat-box > .msg-box .msg {
  124. width: 99%;
  125. height: 68%;
  126. padding: 1%;
  127. overflow-y: auto;
  128. overflow-x: hidden;
  129. }
  130. .chat-box > .msg-box .msg .row {
  131. margin: 10px 0px;
  132. color: #232323;
  133. width: 100%;
  134. }
  135. .chat-box > .msg-box .msg .head {
  136. float: left;
  137. margin-right: 10px;
  138. width: 40px;
  139. height: 40px;
  140. background-color: #fff;
  141. font-size: 14px;
  142. line-height: 14px;
  143. border-radius: 50px;
  144. }
  145. .chat-box > .msg-box .msg .head .photo {
  146. width: 100%;
  147. height: 100%;
  148. border-radius: 50px;
  149. }
  150. .chat-box > .msg-box .msg .text {
  151. float: left;
  152. max-width: 70%;
  153. background-color: #E8E8E8;
  154. border: 1px solid #E8E8E8;
  155. border-radius: 4px 4px;
  156. padding: 9px;
  157. position: relative;
  158. font-size: 14px;
  159. color: #808080;
  160. min-height: 18px;
  161. word-break: break-all;
  162. word-wrap: break-word;
  163. }
  164. .chat-box > .msg-box .msg .text::after {
  165. content: " ";
  166. width: 6px;
  167. height: 6px;
  168. background-color: #E8E8E8;
  169. border: 1px solid #E8E8E8;
  170. border-top: none;
  171. border-right: none;
  172. transform: rotate(45deg);
  173. top: 15px;
  174. left: -4px;
  175. position: absolute;
  176. }
  177. .chat-box > .msg-box .msg .text img {
  178. min-height: 30px;
  179. }
  180. .chat-box > .msg-box .input {
  181. width: 100%;
  182. height: 20%;
  183. border: 1px solid #cccccc;
  184. position: relative;
  185. }
  186. .chat-box > .msg-box .msg .row {
  187. cursor: pointer;
  188. }
  189. .chat-box > .msg-box .msg .row.self .head {
  190. float: right;
  191. margin-left: 10px;
  192. }
  193. .chat-box > .msg-box .msg .row.self .text {
  194. float: right;
  195. background-color: #6492E5;
  196. color: #fff;
  197. border: 1px solid #6492E5;
  198. }
  199. .chat-box > .msg-box .msg .row.self .text::after {
  200. right: -4px;
  201. left: auto;
  202. border: 1px solid #6492E5;
  203. border-bottom: none;
  204. border-left: none;
  205. background-color: #6492E5;
  206. }
  207. .chat-box > .msg-box .btn-send {
  208. position: absolute;
  209. bottom: 10px;
  210. right: 30px;
  211. border: 1px solid #40619C;
  212. background-color: #40619C;
  213. color: #fff;
  214. width: 75px;
  215. height: 28px;
  216. text-align: center;
  217. line-height: 28px;
  218. cursor: pointer;
  219. }
  220. .chat-box > .msg-box .btn-send:hover {
  221. background-color: #375791;
  222. }
  223. #txt-msg {
  224. width: 98%;
  225. height: 80%;
  226. border: none;
  227. padding: 1%;
  228. font-family: "微软雅黑";
  229. resize: none;
  230. }
  231. </style>
  232. <link href="http://static.vbdsm.com/css/font-awesome/css/font-awesome.css" rel="stylesheet"/>
  233. </head>
  234. <body>
  235. <input id="appType" name="appType" type="hidden" value="1">
  236. <div class="cont">
  237. <input id="user-id" type="hidden"/>
  238. <input id="imei" type="hidden"/>
  239. <div class="chat-box clearfix">
  240. <div class="maillist">
  241. </div>
  242. <div class="msg-box">
  243. <div class="titlebar"></div>
  244. <div class="msg"></div>
  245. <div class="toolbar">
  246. <!-- <span class="item"><i class="fa fa-meh-o"></i></span>
  247. <span class="item"><i class="fa fa-image"></i></span> -->
  248. </div>
  249. <div class="input">
  250. <textarea cols="" id="txt-msg" rows=""></textarea>
  251. </div>
  252. <div class="btn-send">发送</div>
  253. </div>
  254. </div>
  255. </div>
  256. <audio controls="controls" id="aplayer" src="" style="display:none;">
  257. 您的浏览器不支持 audio 标签。
  258. </audio>
  259. <script src="http://static.vbdsm.com/js/lib/jquery-1.8.0.min.js" type="text/javascript"></script>
  260. <script src="http://static.vbdsm.com/js/lib/jquery.query-2.1.7.js" type="text/javascript"></script>
  261. <script src="http://static.vbdsm.com/js/util.js" type="text/javascript"></script>
  262. <script src="./js/feedbackList.js" type="text/javascript"></script>
  263. </body>
  264. <script>
  265. var cid = $.query.get("auth_cid");
  266. $("body").append('<script src="/system/lang/feedBack/config.json?script=1&auth_cid=' + cid + '"><\/script>');
  267. function timerRefresh() {
  268. loadData();
  269. }
  270. setInterval("timerRefresh()", "10000");
  271. </script>
  272. </html>