| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <title>注意事项</title>
- <style>
- .sub_title {
- position: relative;
- text-align: center;
- }
- .sub_title:before, .sub_title:after {
- display: inline-block;
- content: "";
- width: 13%;
- height: 1px;
- background: #c8b379;
- position: absolute;
- top: 50%;
- }
- .sub_title:before {
- left: 25%;
- }
- .sub_title:after {
- right: 25%;
- }
- .content {
- font-size: 14px;
- /*line-height: 25px;*/
- margin: 20px 0;
- text-align: justify;
- color: #636262;
- padding: 0 15px;
- }
- .content p {
- text-indent: 24px;
- /*margin: 0;*/
- }
- .img {
- background: url(../img/border2_02.png) no-repeat;
- height: 30px;
- background-size: cover;
- }
- </style>
- </head>
- <body>
- <div class="mui-content">
- <h4 style="text-align: center;">虞城县12345政务服务热线</h4>
- <div class="sub_title">注意事项</div>
- <div class="content">
- <p>
- 一、居民对拨打12345形成的工单进行咨询等,要求居民提供真实有效的工单号或拨打12345的手机号
- </p>
- <p>
- 二、不得通过公众号透漏个人私人信息、承办单位办理人私人信息。
- </p>
- <p>
- 三、与居民交谈时,称呼代词一律说“您”;询问时必须加“请问”;核实信息语速适中,吐字清晰,对于情绪激动的居民,注意及时安抚居民情绪,再处理事件。
- </p>
- </div>
- <!--<div class="img"></div>-->
- </div>
- <script src="../layui/layui.js"></script>
- <script src="../js/zepto.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <script src="../Script/Common/huayi.http.js"></script>
- </body>
- </html>
|