InternetMessage.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  1. <template>
  2. <div class="internetMessage">
  3. <div class="internetMessage_title">
  4. <a class="title" href="#">
  5. 网友留言
  6. </a>
  7. <a class="liuyan" href="/wangminliuyan">
  8. 我要留言
  9. </a>
  10. </div>
  11. <ul class="internetMessage_content">
  12. <li class="contentItem">
  13. <div class="content_title">
  14. <span class="name">李先生:</span>
  15. <span class="title">
  16. 我是郑州市调研员,能去商丘工作吗?
  17. </span>
  18. <span class="time">2025-12-15 17:53:13</span>
  19. </div>
  20. <div class="content">
  21. 内容:我是郑州市调研员,能去商丘工作吗?
  22. </div>
  23. <div class="answer">
  24. <span>回复:</span>
  25. 不可以跨区域工作。
  26. </div>
  27. </li>
  28. <li class="contentItem">
  29. <div class="content_title">
  30. <span class="name">冯:</span>
  31. <span class="title">
  32. 你们中心的调研员申请有年龄限制吗?
  33. </span>
  34. <span class="time">2025-12-11 18:15:35</span>
  35. </div>
  36. <div class="content">
  37. 内容:调研员申请有年龄限制吗?
  38. </div>
  39. <div class="answer">
  40. <span>回复:</span>
  41. 调研员申请年龄在25-65之间均可。
  42. </div>
  43. </li>
  44. <li class="contentItem">
  45. <div class="content_title">
  46. <span class="name">汪先生:</span>
  47. <span class="title">
  48. 因为一些原因没能及时去政府单位,介绍信时间过期了还能用吗?
  49. </span>
  50. <span class="time">2025-12-03 15:30:46</span>
  51. </div>
  52. <div class="content">
  53. 内容:我因为一些原因没能及时去政府单位,导致介绍信时间过期了还能用吗?
  54. </div>
  55. <div class="answer">
  56. <span>回复:</span>
  57. 不能在进行使用,介绍信使用必须在开具有限期内使用。如果是中心,有空白介绍信的需重新开具,过期介绍信作废存档;如果是个人,重新向总部申请开具新的介绍信,并将已过期介绍信寄回总部换领新的介绍信。
  58. </div>
  59. </li>
  60. <li class="contentItem">
  61. <div class="content_title">
  62. <span class="name">鲁先生:</span>
  63. <span class="title">
  64. 投诉举报
  65. </span>
  66. <span class="time">2025-11-24 17:03:02</span>
  67. </div>
  68. <div class="content">
  69. 内容:我有个案子输了,我认为是法官自由裁量权有问题,你们能帮我翻案吗
  70. </div>
  71. <div class="answer">
  72. <span>回复:</span>
  73. 可以。需要您按照我们单位的投诉程序操作,我们在收到您的投诉材料后根据案情情况给予您是否受理的意见。
  74. 投诉信的要求:当事人身份(您是谁)、被投诉方(我要投诉谁)、按时间顺序写案件的经过,要求叙述清楚明了,现有证据内容,投诉诉求,联系方式等内容并由投诉人本人签字按手印,附上本人身份证明,如果本案申请人超过15位申请人需要有所有申请人出具的委托书。同时附上案件现有证据的复印件(合同、协议、公告、判决书等),所有上述材料寄至北京总部,我们核查后会与您联系。
  75. </div>
  76. </li>
  77. <li class="contentItem">
  78. <div class="content_title">
  79. <span class="name">钱xx:</span>
  80. <span class="title">
  81. 法制内参调研证和法制调查网的调研证两个有什么区别?
  82. </span>
  83. <span class="time">2025-11-20 11:24:41</span>
  84. </div>
  85. <div class="content">
  86. 内容:法制内参调研证和法制调查网的调研证两个有什么区别?
  87. </div>
  88. <div class="answer">
  89. <span>回复:</span>
  90. 证件样式没有区别,平台使用费一样,根据申请人的工作方向需要确定。
  91. </div>
  92. </li>
  93. </ul>
  94. </div>
  95. </template>
  96. <style scoped lang="less">
  97. @media screen and (min-width: 1401px) {
  98. .internetMessage {
  99. width: 1400PX;
  100. height: auto;
  101. margin: 20PX auto;
  102. border: 1PX solid #ccc;
  103. border-radius: 20PX;
  104. padding: 10PX 20PX;
  105. font-family: "微软雅黑";
  106. box-sizing: border-box;
  107. .internetMessage_title {
  108. display: flex;
  109. justify-content: space-between;
  110. width: 100%;
  111. height: 40PX;
  112. line-height: 40PX;
  113. border-bottom: 1PX solid #ccc;
  114. .title {
  115. font-size: 22PX;
  116. color: #1476bd;
  117. a {
  118. color: #1476bd;
  119. }
  120. }
  121. .liuyan {
  122. font-size: 16PX;
  123. color: #f00;
  124. a {
  125. color: #f00;
  126. }
  127. }
  128. }
  129. .internetMessage_content {
  130. width: 97%;
  131. height: 450PX;
  132. margin-top: 20PX;
  133. height: auto;
  134. margin: 20PX auto;
  135. border: 1PX solid #ccc;
  136. border-radius: 10PX;
  137. padding: 20PX !important;
  138. .contentItem {
  139. width: 100%;
  140. height: auto;
  141. border-bottom: 1PX solid #ccc;
  142. padding-bottom: 15PX;
  143. margin-bottom: 10PX;
  144. .content_title {
  145. display: flex;
  146. width: 100%;
  147. height: 40PX;
  148. line-height: 40PX;
  149. .name {
  150. font-size: 16PX;
  151. color: #333;
  152. }
  153. .title {
  154. font-size: 17PX;
  155. font-weight: bold;
  156. color: #333;
  157. padding: 0 10PX;
  158. }
  159. .time {
  160. font-size: 16PX;
  161. color: #333;
  162. }
  163. }
  164. .content {
  165. margin: 0;
  166. height: auto;
  167. line-height: 25PX;
  168. font-size: 15PX;
  169. color: #000;
  170. }
  171. .answer {
  172. margin: 0;
  173. height: auto;
  174. line-height: 25PX;
  175. font-size: 15PX;
  176. color: #000;
  177. font-weight: bold;
  178. span {
  179. color: #f00;
  180. }
  181. }
  182. }
  183. }
  184. }
  185. }
  186. @media screen and (min-width: 801px) and (max-width: 1400px) {
  187. .internetMessage {
  188. width: 100%;
  189. height: auto;
  190. margin: 20PX auto;
  191. border: 1PX solid #ccc;
  192. border-radius: 20PX;
  193. padding: 10PX 20PX;
  194. font-family: "微软雅黑";
  195. box-sizing: border-box;
  196. .internetMessage_title {
  197. display: flex;
  198. justify-content: space-between;
  199. width: 100%;
  200. height: 40PX;
  201. line-height: 40PX;
  202. border-bottom: 1PX solid #ccc;
  203. .title {
  204. font-size: 22PX;
  205. color: #1476bd;
  206. a {
  207. color: #1476bd;
  208. }
  209. }
  210. .liuyan {
  211. font-size: 16PX;
  212. color: #f00;
  213. a {
  214. color: #f00;
  215. }
  216. }
  217. }
  218. .internetMessage_content {
  219. width: 99%;
  220. height: 450PX;
  221. margin-top: 20PX;
  222. height: auto;
  223. margin: 20PX auto;
  224. border: 1PX solid #ccc;
  225. border-radius: 10PX;
  226. padding: 20PX !important;
  227. box-sizing: border-box;
  228. .contentItem {
  229. width: 100%;
  230. height: auto;
  231. border-bottom: 1PX solid #ccc;
  232. padding-bottom: 15PX;
  233. margin-bottom: 10PX;
  234. .content_title {
  235. display: flex;
  236. width: 100%;
  237. height: 40PX;
  238. line-height: 40PX;
  239. .name {
  240. font-size: 16PX;
  241. color: #333;
  242. }
  243. .title {
  244. font-size: 17PX;
  245. font-weight: bold;
  246. color: #333;
  247. padding: 0 10PX;
  248. }
  249. .time {
  250. font-size: 16PX;
  251. color: #333;
  252. }
  253. }
  254. .content {
  255. margin: 0;
  256. height: auto;
  257. line-height: 25PX;
  258. font-size: 15PX;
  259. color: #000;
  260. }
  261. .answer {
  262. margin: 0;
  263. height: auto;
  264. line-height: 25PX;
  265. font-size: 15PX;
  266. color: #000;
  267. font-weight: bold;
  268. span {
  269. color: #f00;
  270. }
  271. }
  272. }
  273. }
  274. }
  275. }
  276. @media screen and (max-width: 800px) {
  277. .internetMessage {
  278. width: 100%;
  279. height: auto;
  280. margin: 20px auto;
  281. border: 1px solid #ccc;
  282. border-radius: 40px;
  283. padding: 10px 20px;
  284. font-family: "微软雅黑";
  285. box-sizing: border-box;
  286. .internetMessage_title {
  287. display: flex;
  288. justify-content: space-between;
  289. width: 100%;
  290. height: 80px;
  291. line-height: 80px;
  292. border-bottom: 2px solid #ccc;
  293. .title {
  294. font-size: 40px;
  295. color: #1476bd;
  296. a {
  297. color: #1476bd;
  298. }
  299. }
  300. .liuyan {
  301. font-size: 32px;
  302. color: #f00;
  303. a {
  304. color: #f00;
  305. }
  306. }
  307. }
  308. .internetMessage_content {
  309. width: 100%;
  310. height: auto;
  311. margin-top: 40px;
  312. height: auto;
  313. margin: 40px auto;
  314. border: 1px solid #ccc;
  315. border-radius: 20px;
  316. padding: 40px !important;
  317. box-sizing: border-box;
  318. .contentItem {
  319. width: 100%;
  320. height: auto;
  321. overflow: hidden;
  322. border-bottom: 1px solid #ccc;
  323. padding-bottom: 30px;
  324. margin-bottom: 20px;
  325. .content_title {
  326. width: 100%;
  327. height: auto;
  328. line-height: 50px;
  329. .name {
  330. font-size: 32px;
  331. color: #333;
  332. }
  333. .title {
  334. font-size: 34px;
  335. font-weight: bold;
  336. color: #333;
  337. padding: 0 20px;
  338. }
  339. .time {
  340. font-size: 32px;
  341. color: #333;
  342. }
  343. }
  344. .content {
  345. margin: 0;
  346. height: auto;
  347. line-height: 50px;
  348. font-size: 30px;
  349. color: #000;
  350. }
  351. .answer {
  352. margin: 0;
  353. height: auto;
  354. line-height: 50px;
  355. font-size: 30px;
  356. color: #000;
  357. font-weight: bold;
  358. span {
  359. color: #f00;
  360. }
  361. }
  362. }
  363. }
  364. }
  365. }
  366. </style>