中泽后端接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Australia-1.ftl 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1">
  6. <link href="/static/css/swiper-bundle.min.css" rel="stylesheet"/>
  7. <link rel="stylesheet" href="/static/css/animate.min.css">
  8. <meta name="format-detection" content="telephone=no">
  9. <#include "./headerUp.ftl" parse=true encoding="utf-8">
  10. <title>${htmlTitle!""}</title>
  11. <meta name="keywords" content=${keywords!""}>
  12. <meta name="description" content=${description!""}>
  13. <script src="/static/js/wow.min.js" charset="utf-8"></script>
  14. <script src="/static/js/axios.min.js" charset="utf-8"></script>
  15. <script src="/static/js/jquery-2.1.1.min.js" charset="utf-8"></script>
  16. <script src="/static/js/editIframe/topic1.js" charset="utf-8"></script>
  17. <link href="/common/index.css" rel="stylesheet">
  18. <link href="/Australia-1/index.css" rel="stylesheet">
  19. </head>
  20. <body>
  21. <#include "./header.ftl" parse=true encoding="utf-8">
  22. <div id="banner">
  23. <div class="b-swiper">
  24. <div class="swiper-wrapper">
  25. <#list spsubjectDetailList as spsubjectDetail>
  26. <div class="swiper-slide">
  27. <div class="bg">
  28. <img src="${spsubjectDetail.pcImgUrl!""}"/>
  29. <div class="mask"></div>
  30. </div>
  31. <div class="timeline">
  32. <div class="item active">
  33. <div class="content">
  34. <img src="${spsubjectDetail.secPcImgUrl!""}" alt="" style="">
  35. </div>
  36. </div>
  37. </div>
  38. <div class="circleLine">
  39. <img src="/static/images/details/circle.png"/>
  40. </div>
  41. <div class="info">
  42. <div class="title">${spsubjectDetail.name}</div>
  43. <div class="line"></div>
  44. <div class="subTitle">${spsubjectDetail.secTitle}</div>
  45. <div class="p">${spsubjectDetail.pText}</div>
  46. <#if spsubjectDetail_index gt 0>
  47. <a class="viewBtn white" href="${spsubjectDetail.pageUrl}">
  48. <div class="viewText">VIEW MORE</div>
  49. <div class="viewIcon">
  50. <div class="viewArrow1"></div>
  51. <div class="viewArrow2"></div>
  52. </div>
  53. </a>
  54. </#if>
  55. </div>
  56. </div>
  57. </#list>
  58. </div>
  59. </div>
  60. <#if spsubjectDetailList?size gt 1>
  61. <div class="btns">
  62. <div class="btn prev">
  63. <div class="icon">
  64. <svg t="1681194529332" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
  65. p-id="6036" width="200" height="200">
  66. <path d="M0.2048 512c-0.0512-6.656 2.4064-13.2608 7.4752-18.2784l325.8368-325.8368a25.6 25.6 0 1 1 36.1984 36.1984L87.2448 486.6048h911.36a25.6 25.6 0 1 1 0 51.2H87.552l282.112 282.112a25.6 25.6 0 0 1-36.1984 36.1984L7.68 530.2784a25.4976 25.4976 0 0 1-7.4752-18.0736V512z"
  67. fill="#000000" p-id="6037"></path>
  68. </svg>
  69. </div>
  70. <p></p>
  71. </div>
  72. <div class="btn next">
  73. <div class="icon">
  74. <svg t="1681194529332" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
  75. p-id="6036" width="200" height="200">
  76. <path d="M0.2048 512c-0.0512-6.656 2.4064-13.2608 7.4752-18.2784l325.8368-325.8368a25.6 25.6 0 1 1 36.1984 36.1984L87.2448 486.6048h911.36a25.6 25.6 0 1 1 0 51.2H87.552l282.112 282.112a25.6 25.6 0 0 1-36.1984 36.1984L7.68 530.2784a25.4976 25.4976 0 0 1-7.4752-18.0736V512z"
  77. fill="#000000" p-id="6037"></path>
  78. </svg>
  79. </div>
  80. <p></p>
  81. </div>
  82. </div>
  83. </#if>
  84. </div>
  85. ${part}
  86. <div class="bottom-block">
  87. <div class="title">RECOMMENDED ARTICLES</div>
  88. <div class="content-block">
  89. <#list othCouFriSpsDetailList as othCouFriSpsDetail>
  90. <div class="img-block">
  91. <a class="hover-mask" style="display:block" href="${othCouFriSpsDetail.pageUrl}" target="_blank"></a>
  92. <img class="fit-image" src="${othCouFriSpsDetail.pcImgUrl!""}">
  93. <div class="bottom_text hasClick">${othCouFriSpsDetail.name}<span class="radio_btn"></span>
  94. </div>
  95. </div>
  96. </#list>
  97. </div>
  98. </div>
  99. </div>
  100. <#include "./footer.ftl" parse=true encoding="utf-8">
  101. <script defer="defer" src="/runtime/index.js"></script>
  102. <script defer="defer" src="/vendor/index.js"></script>
  103. <script defer="defer" src="/common/index.js"></script>
  104. <script defer="defer" src="/Australia-1/index.js"></script>
  105. </body>
  106. <script>new wb.main()
  107. // 模块动画
  108. window.wow = new WOW({
  109. boxClass: 'wow',
  110. animateClass: 'animated',
  111. offset: 100,
  112. resetAnimation: false,
  113. live: true
  114. });
  115. window.wow.init();</script>
  116. </html>