xxggimg.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <script>document.write("<link href='css/xxgg1.css?time=" + new Date().getTime() + "' rel='stylesheet'>");</script>
  13. </head>
  14. <body ng-controller="indexCtrl as ctl" ng-cloak>
  15. <div class="swiper" style="width:100%;height:100% ">
  16. <div class="swiper-container" style="height:100%">
  17. <div class="swiper-wrapper">
  18. <div class="swiper-slide" ng-repeat="item in ctl.newsImg">
  19. <div class="imgItem" ng-click="ctl.openTab(item.ID)">
  20. <img ng-src="{{item.FILEURL1}}" style="width:100%;height:100%" />
  21. <div class="sp-box" style="position: absolute; bottom: 0; background-color: rgba(0,0,0,0.5)">
  22. <center class="swiper-title" style="width:100%;cursor:pointer" ng-bind="item.BT"></center>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. <div class="swiper-pagination sp-text-right sp-pr-10"></div>
  28. </div>
  29. </div>
  30. <script src="../../AFrontEnd/js/jquery/jquery-2.1.4.min.js"></script>
  31. <script src="../../AFrontEnd/js/angularjs/angular.js"></script>
  32. <script src="../../AFrontEnd/js/angularjs/dirPagination.js"></script>
  33. <script src="../../AFrontEnd/plugins/swiper/swiper.js"></script>
  34. <script src="../../apiurljs.js"></script>
  35. <script src="../../js/sm4.js"></script>
  36. <script>document.write('<scri' + 'pt src="../../AFrontEnd/js/special/special.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  37. <script>document.write('<scri' + 'pt src="js/xxggimg1.js?time=' + new Date().getTime() + '" type="text/javascript"></s' + 'cript>')</script>
  38. </body>
  39. </html>