12345市长热线标准版-前端

shouLiCon.html 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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: 13px;
  32. /*line-height: 23px;*/
  33. margin: 20px 0;
  34. }
  35. .img{
  36. background: url(../img/border2_02.png) no-repeat;
  37. height: 30px;
  38. background-size: cover;
  39. }
  40. </style>
  41. </head>
  42. <body>
  43. <div class="mui-content">
  44. <h4 style="text-align: center;">商丘市12345政府服务热线</h4>
  45. <div class="sub_title">受理内容</div>
  46. <div class="content">
  47. <p>1、对政府工作及工作人员的批评、意见和建议;</p>
  48. <p>2、对我市改革开放、经济建设、社会发展等方面的意见和建议;</p>
  49. <p>3、对政府各部门工作职责、办事程序和政策规定的咨询、意见和建议;</p>
  50. <p>4、对直接影响群众生活的有关问题及突发事件的处理意见和建议;</p>
  51. <p>5、对社会生活中发生的需要政府解决的有关问题的意见和建议等。</p>
  52. </div>
  53. <!--<div class="img"></div>-->
  54. </div>
  55. <script src="../layui/layui.js"></script>
  56. <script src="../js/zepto.js"></script>
  57. <script src="../Script/Common/huayi.config.js"></script>
  58. <script src="../Script/Common/huayi.http.js"></script>
  59. </body>
  60. </html>