信阳市12345演示系统-前端代码

jianJie.html 3.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  8. <title>简介</title>
  9. <style>
  10. .sub_title{
  11. position: relative;
  12. text-align: center;
  13. }
  14. .sub_title:before,.sub_title:after{
  15. display: inline-block;
  16. content: "";
  17. width: 13%;
  18. height: 1px;
  19. background: #c8b379;
  20. position: absolute;
  21. top: 50%;
  22. }
  23. .sub_title:before{
  24. left: 25%;
  25. }
  26. .sub_title:after{
  27. right: 25%;
  28. }
  29. .content{
  30. /*text-indent: 24px;*/
  31. font-size: 15px;
  32. line-height: 25px;
  33. margin: 20px 0;
  34. text-align: justify;
  35. color: #636262;
  36. padding: 0 15px;
  37. }
  38. .content p{
  39. text-indent: 24px;
  40. /*margin: 0;*/
  41. }
  42. .img{
  43. background: url(../img/border2_02.png) no-repeat;
  44. height: 30px;
  45. background-size: cover;
  46. }
  47. .head{
  48. /*background: url(../img/per_bg_01.png) no-repeat;*/
  49. background: url(../img/banner.png) no-repeat;
  50. background-size: 100% 100%;
  51. width: 100%;
  52. height: 200px;
  53. position: relative;
  54. }
  55. </style>
  56. </head>
  57. <body>
  58. <div class="mui-content">
  59. <div class="head">
  60. <!--<p class="nickName_box"><span class="nickName">豆芽儿</span><span class="change_nickName">请设置您的昵称</span></p>-->
  61. <!--<p class="nickName_box"><span class="nickName"></span></p>-->
  62. </div>
  63. <h4 style="text-align: center;">商丘市12345政府服务热线</h4>
  64. <div class="sub_title">热线简介</div>
  65. <div class="content">
  66. <p>
  67. 2017年8月,响应国务院、市政府号召,商丘市12345政府服务热线开始筹备。成立初衷是由于市民政务服务热线过多,为方便市民记忆,所以采取了将服务热线合并统一接入12345,再通过12345热线中心根据具体情况需要进行转接而形成的热线。
  68. </p>
  69. <p>
  70. 商丘市12345政府服务热线实行“一号对外、集中受理、分类处置、统一协调、各方联动、限时办理”的工作机制。市民拨打“12345”热线电话后,电话首先由呼叫中心热线受理员接听。热线受理员接听群众来电后,对能直接解答的咨询类问题,依据知识库信息直接解答,不能直接解答的咨询类问题及求助、投诉和建议,及时转交相关区县、部门办理。相关区县、部门及时妥善办理来电事项并回复市民,同时将办理结果反馈给市民服务热线。
  71. </p>
  72. <p>
  73. 市12345政府服务热线自9月12日试运行以来,实行7×24小时值班,认真落实各项服务措施,完善工单承办系统,真情倾听群众呼声,真实反映群众意愿,真正解决群众困难,基本实现电话、短信、12345网站、微信、微博、APP等六位一体接入全天候运行,不断提升综合受理功能,受到广大群众赞誉。
  74. </p>
  75. </div>
  76. <!--<div class="img"></div>-->
  77. </div>
  78. <script src="../layui/layui.js"></script>
  79. <script src="../js/zepto.js"></script>
  80. <script src="../Script/Common/huayi.config.js"></script>
  81. <script src="../Script/Common/huayi.http.js"></script>
  82. </body>
  83. </html>