中泽后端接口
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.

Chile.ftl 4.8KB

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