tzgglist.html 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml" ng-app="app">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>通知公告—列表</title>
  6. <link href="../../AFrontEnd/css/animate.css" rel="stylesheet" />
  7. <link href="../../AFrontEnd/css/fontawesome/css/font-awesome.css" rel="stylesheet" />
  8. <link href="../../AFrontEnd/css/bootstrap.css" rel="stylesheet" />
  9. <link href="../../AFrontEnd/css/style.css" rel="stylesheet" />
  10. <link href="../../AFrontEnd/plugins/swiper/swiper.css" rel="stylesheet" />
  11. <script>document.write("<link href='../../AFrontEnd/css/special.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  12. <style>
  13. .newsList li {
  14. line-height: 25px;
  15. cursor:pointer
  16. }
  17. .newsList li span {
  18. display: inline-block;
  19. overflow: hidden;
  20. white-space: nowrap;
  21. text-overflow: ellipsis;
  22. }
  23. </style>
  24. </head>
  25. <body ng-controller="indexCtrl as ctl" ng-cloak>
  26. <div class="sp-page" style="height: 300px">
  27. <div class="sp-col-100 sp-text-right ">
  28. <span style="cursor:pointer;color:#0094ff" onclick="window.top.sp.addTabNav('FZE02-TZGG', '通知公告', 'tpl/wenjianshow/list3.html?lastReturnPageno=1&val=C01')">更多</span>
  29. <div class="sp-line-gray"></div>
  30. </div>
  31. <div class="sp-tab sp-pl-30 sp-pr-10" id="newsList">
  32. <ul class="newsList">
  33. <li ng-repeat="item in ctl.list" title="{{item.GGBT}}" ng-style="{{item.style}}" ng-click="ctl.openTab(item)">
  34. <span class="title sp-color-red" style="width: 50px" ng-if="ctl.today==item.FBSJ.slice(0,10)">NEW</span>
  35. <!--<span class="title sp-color-red" style="width: 50px" ng-if="ctl.today!=item.FBSJ.slice(0,10)"></span>-->
  36. <span class="title" style="width: calc(75% - 50px) " ng-bind="item.GGBT"></span>
  37. <span class="sp-pull-right" ng-bind="item.FBSJ.slice(0,10)"></span>
  38. </li>
  39. </ul>
  40. </div>
  41. </div>
  42. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  43. <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
  44. <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  45. <script src="../../AFrontEnd/plugins/swiper/swiper.js"></script>
  46. <script src="../../apiurljs.js"></script>
  47. <script src="../../js/sm4.js"></script>
  48. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  49. <script>document.write('<scri' + 'pt src="js/tzgglist.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  50. </body>
  51. </html>