12345市长热线标准版-前端

shouLiWay.html 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. </div>
  50. <!--<div class="img"></div>-->
  51. </div>
  52. <script src="../layui/layui.js"></script>
  53. <script src="../js/zepto.js"></script>
  54. <script src="../Script/Common/huayi.config.js"></script>
  55. <script src="../Script/Common/huayi.http.js"></script>
  56. </body>
  57. </html>