虞城12345_前端

zhuYiShiXiang.html 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. font-size: 14px;
  31. /*line-height: 25px;*/
  32. margin: 20px 0;
  33. text-align: justify;
  34. color: #636262;
  35. padding: 0 15px;
  36. }
  37. .content p {
  38. text-indent: 24px;
  39. /*margin: 0;*/
  40. }
  41. .img {
  42. background: url(../img/border2_02.png) no-repeat;
  43. height: 30px;
  44. background-size: cover;
  45. }
  46. </style>
  47. </head>
  48. <body>
  49. <div class="mui-content">
  50. <h4 style="text-align: center;">虞城县12345政务服务热线</h4>
  51. <div class="sub_title">注意事项</div>
  52. <div class="content">
  53. <p>
  54. 一、居民对拨打12345形成的工单进行咨询等,要求居民提供真实有效的工单号或拨打12345的手机号
  55. </p>
  56. <p>
  57. 二、不得通过公众号透漏个人私人信息、承办单位办理人私人信息。
  58. </p>
  59. <p>
  60. 三、与居民交谈时,称呼代词一律说“您”;询问时必须加“请问”;核实信息语速适中,吐字清晰,对于情绪激动的居民,注意及时安抚居民情绪,再处理事件。
  61. </p>
  62. </div>
  63. <!--<div class="img"></div>-->
  64. </div>
  65. <script src="../layui/layui.js"></script>
  66. <script src="../js/zepto.js"></script>
  67. <script src="../Script/Common/huayi.config.js"></script>
  68. <script src="../Script/Common/huayi.http.js"></script>
  69. </body>
  70. </html>