网站
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

newDetail.html 3.3 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="zh-CN" xml:lang="zh-CN">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>乳山农村支援信息港</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <meta name="keywords" content="" />
  10. <meta name="description" cxontent="" />
  11. <link href="static/css/main.css" rel="stylesheet" type="text/css" />
  12. <link href="static/css/index.css" rel="stylesheet" type="text/css" />
  13. <link href="static/css/newDetail.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div class="main" id="page">
  17. <div class="new_content">
  18. <div class="new_content_left">
  19. <div class="new_content_left_tit">
  20. <a href="index.html"><i></i></a>
  21. <p id="name"></p>
  22. </div>
  23. <div class="new_content_left_come">
  24. <p id="creatBy"></p>
  25. <p id="creatTime"></p>
  26. </div>
  27. <div class="new_content_content" id="content">
  28. </div>
  29. </div>
  30. <div class="new_content_right">
  31. <div class="new_content_right_tit">新闻列表</div>
  32. <div class="new_content_right_main" id="newListContent">
  33. <script id="newListData" type="text/html">
  34. {{each newList as value i}}
  35. <p><a href="newDetail.html?id={{value.id}}">{{value.infoName}}</a></p>
  36. {{/each}}
  37. </script>
  38. </div>
  39. </div>
  40. </div>
  41. <div class="footer" id="webContent">
  42. <script id="webData" type="text/html">
  43. <div class="footer_link">
  44. <p class="footer_link_tit">友情链接</p>
  45. <a href="{{webList[5].contentUrl}}">{{webList[5].contentValue}}</a>
  46. </div>
  47. <div class="footer_link_filings">
  48. <div class="footer_link_filings_left">
  49. <p>鲁公安备案</p>
  50. <a href="#">{{webList[3].contentValue}}</a>
  51. </div>
  52. <div class="footer_link_filings_right">
  53. <p>服务热线</p>
  54. <a href="#">{{webList[4].contentValue}}</a>
  55. </div>
  56. </div>
  57. <div class="footer_link_company">
  58. <div>
  59. <p>承办单位</p>
  60. <a href="#">{{webList[1].contentValue}}</a>
  61. </div>
  62. <div>
  63. <p>技术支持</p>
  64. <a href="#">{{webList[2].contentValue}}</a>
  65. </div>
  66. <div>
  67. <p>联系电话</p>
  68. <a href="#">185 9664 1072</a>
  69. </div>
  70. </div>
  71. </script>
  72. </div>
  73. </div>
  74. </body>
  75. <script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page" target-module="./static/js/project/new.js" defer type="text/javascript"></script>
  76. </html>