阜外心血管项目前端

noticeDetail.html 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>工单详情</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <link href="../css/mui.css" rel="stylesheet" />
  10. <link href="../css/mui.picker.css" rel="stylesheet" />
  11. <link href="../css/mui.poppicker.css" rel="stylesheet" />
  12. <link href="../css/iconfont.css" rel="stylesheet" />
  13. <link href="css/serveDetail.css" rel="stylesheet" />
  14. </head>
  15. <style>
  16. .mui-nav{
  17. border-bottom: 1px solid #DDDDDD;
  18. }
  19. .content {
  20. font-size: 14px;
  21. line-height: 25px;
  22. margin: 20px 0;
  23. text-align: justify;
  24. color: #636262;
  25. padding: 0 15px;
  26. }
  27. .mui-content{
  28. margin-top: 64px;
  29. background: #FFFFFF;
  30. }
  31. #noticeTit{
  32. width: 80%;
  33. margin: 0 auto;
  34. }
  35. #noticeCon{
  36. text-indent: 2em;
  37. margin-top: 10px;
  38. }
  39. #noticeTime{
  40. margin-top: 8px;
  41. }
  42. </style>
  43. <body style="background: #FFFFFF;">
  44. <div class="mui-nav">
  45. <a class="mui-icon mui-icon-arrowleft return"></a>
  46. 公告详情
  47. </div>
  48. <div class="mui-content" style="">
  49. <h4 style="text-align: center;" id="noticeTit">公告标题</h4>
  50. <p style="text-align: center; margin-bottom: 0px;" id="noticeTime">时间</p>
  51. <div class="content" style="margin-top: 0px;">
  52. <p id="noticeCon">4、微信公众号:微信搜索"虞城县12345政府服务热线”</p>
  53. </div>
  54. </div>
  55. <script src="../js/mui.min.js?"></script>
  56. <script src="../js/mui.picker.js"></script>
  57. <script src="../js/mui.poppicker.js"></script>
  58. <script src="../js/jquery.min.js"></script>
  59. <script src="../Script/Common/huayi.config.js"></script>
  60. <script src="../Script/Common/huayi.http.js"></script>
  61. <script src="js/noticeDetail.js"></script>
  62. </body>
  63. </html>