123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>通知公告</title>
- <style>
- body, html {
- margin: 0;
- padding: 0;
- color: rgba(0, 0, 0, 1);
- font-size: 14px;
- overflow-x: hidden;
- overflow-y: auto;
- font-family: Microsoft YaHei, SimSun, Arial, Helvetica, Verdana, sans-serif;
- }
- .sp-page {
- float: left;
- width: 100%;
- }
- .sp-line-gray {
- float: left;
- width: 100%;
- height: 1px;
- border-bottom: 1px solid #e7eaec;
- margin: 5px 0;
- display: block;
- clear: both;
- }
- .sp-pr-10 {
- padding-right: 10px;
- }
- .sp-pl-30 {
- padding-left: 30px;
- }
- .sp-tab {
- float: left;
- width: calc(100% - 40px);
- background-color: #fff;
- }
- .sp-pull-right {
- float: right !important;
- }
- .newsList {
- margin: 0;
- padding: 0;
- list-style-type: none;
- }
- .newsList li {
- padding: 0;
- margin: 0;
- list-style: none;
- line-height: 25px;
- cursor: pointer;
- list-style: none;
- }
- .newsList li span {
- display: inline-block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- </style>
- </head>
- <body>
- <div class="sp-page" style="height: 300px">
- <div style="width: calc(100% - 20px);float:left;padding:0 10px;text-align:right ">
- <span style="cursor:pointer;color:#0094ff" onclick="postMsg('FZE02-TZGG', '通知公告', 'http://10.233.22.204:8088/glworkweb/tpl/wenjianshow/list3.html?lastReturnPageno=1&val=C01')">更多</span>
- <div class="sp-line-gray"></div>
- </div>
- <div class="sp-tab sp-pl-30 sp-pr-10" id="newsList">
- <ul class="newsList">
- <li onclick="postMsg('FZE02-TZGG', '通知公告', 'http://10.233.22.204:8088/glworkweb/tpl/tongzhibg/TZGG/detail.html?id=1134445867439239168&formPage=wenjianshow&val=C01')">
- <span class="title" style="width: 75%; ">市住房城乡建设委召开党委扩大会议 传达学习贯彻习近平总书记重要讲话、全国两会精神和...</span>
- <span class="sp-pull-right">2023-07-28</span>
- </li>
- <li onclick="postMsg('FZE02-TZGG', '通知公告', 'http://10.233.22.204:8088/glworkweb/tpl/tongzhibg/TZGG/detail.html?id=1112742548788699136&formPage=wenjianshow&val=C01')">
- <span class="title" style="width: 75%; ">“中心城区更新提升”专题研讨班开班 市住房城乡建设委主要领导为学员授课</span>
- <span class="sp-pull-right">2023-05-29</span>
- </li>
- <li onclick="postMsg('FZE02-TZGG', '通知公告', 'http://10.233.22.204:8088/glworkweb/tpl/tongzhibg/TZGG/detail.html?id=1112743128001110016&formPage=wenjianshow&val=C01')">
- <span class="title" style="width: 75%; ">市住房城乡建设委组织开展义务植树活动</span>
- <span class="sp-pull-right">2023-05-28</span>
- </li>
- </ul>
- </div>
- </div>
- <script>
- //id作为标签页唯一标识,title作为标签名称,src为标签内页面路径
- function postMsg(id, title, src) {
- window.top.postMessage({
- id: id, title: title, src: src
- }, "*")
- }
- </script>
- </body>
- </html>
|