index.html 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:replace="common::header(~{::title},~{::link})">
  6. <title>技淘--我的技术和科技服务交易平台</title>
  7. <link th:href="${portalHost + '/vendors.css'}" rel="stylesheet">
  8. <link th:href="${portalHost + '/index.css'}" rel="stylesheet">
  9. </head>
  10. <body>
  11. <header>
  12. <div th:replace="common::nav('','')"></div>
  13. </header>
  14. <div class="carouselt">
  15. <ul class="ct-img-big clear">
  16. <li data-index=0><a href=""><img
  17. th:src="${portalHost+'/img/index_banner01.jpg'}" alt="" /></a></li>
  18. <li data-index=1><a href=""><img
  19. th:src="${portalHost+'/img/index_banner02.jpg'}" alt="" /></a></li>
  20. <li data-index=2><a href=""><img
  21. th:src="${portalHost+'/img/index_banner03.jpg'}" alt="" /></a></li>
  22. <li data-index=3><a href=""><img
  23. th:src="${portalHost+'/img/index_banner04.jpg'}" alt="" /></a></li>
  24. </ul>
  25. <ul class="ct-img-small clear">
  26. </ul>
  27. </div>
  28. <div class="index_activity">
  29. <div class="container">
  30. <ul>
  31. <li><strong>6835条</strong>
  32. <p>需求数</p></li>
  33. <li><strong>204628条</strong>
  34. <p>成果数</p></li>
  35. <li><strong>21426个</strong>
  36. <p>专家数</p></li>
  37. <li><strong>853笔</strong>
  38. <p>专利交易</p></li>
  39. <li><strong>12495家</strong>
  40. <p>客户数</p></li>
  41. <li><strong>68场</strong>
  42. <p>技术对接场次</p></li>
  43. </ul>
  44. </div>
  45. </div>
  46. <div id="index_fruit">
  47. <div class="fruit_h3">
  48. <h3>精品成果</h3>
  49. <a th:href="${basePath + '/portal/technologyTrading/achievement.html'}">MORE+</a>
  50. </div>
  51. <div class="fruit_cont">
  52. <div>
  53. <div class="fruit_content" th:if="${#lists.size(achievementList) ge 1}">
  54. <img th:src="${avatarUploadHost+achievementList[0].coverImg}" alt="" />
  55. <div class="cont_p">
  56. <h5 th:text="${achievementList[0].name}"></h5>
  57. <p th:text="${achievementList[0].summary}"></p>
  58. </div>
  59. <div class="cont_img">
  60. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[0].productId},type=${achievementList[0].ownerType})}">
  61. <img th:src="${portalHost + '/img/index_er2.jpg'}"/>
  62. </a>
  63. </div>
  64. </div>
  65. </div>
  66. <div>
  67. <div class="fruit_content" th:if="${#lists.size(achievementList) ge 2}">
  68. <img th:src="${avatarUploadHost+achievementList[1].coverImg}" alt=""/>
  69. <div class="cont_p">
  70. <h5 th:text="${achievementList[1].name}"></h5>
  71. <p th:text="${achievementList[1].summary}"></p>
  72. </div>
  73. <div class="cont_img">
  74. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[1].productId},type=${achievementList[1].ownerType})}">
  75. <img th:src="${portalHost + '/img/index_er2.jpg'}"/>
  76. </a>
  77. </div>
  78. </div>
  79. </div>
  80. <div>
  81. <div class="fruit_content" th:if="${#lists.size(achievementList) ge 3}">
  82. <img th:src="${avatarUploadHost+achievementList[2].coverImg}" alt=""/>
  83. <div class="cont_p">
  84. <h5 th:text="${achievementList[2].name}"></h5>
  85. <p th:text="${achievementList[2].summary}"></p>
  86. </div>
  87. <div class="cont_img">
  88. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[2].productId},type=${achievementList[2].ownerType})}">
  89. <img th:src="${portalHost + '/img/index_er2.jpg'}"/>
  90. </a>
  91. </div>
  92. </div>
  93. </div>
  94. <div>
  95. <div class="fruit_content" th:if="${#lists.size(achievementList) ge 4}">
  96. <img th:src="${avatarUploadHost+achievementList[3].coverImg}" alt=""/>
  97. <div class="cont_p">
  98. <h5 th:text="${achievementList[3].name}"></h5>
  99. <p th:text="${achievementList[3].summary}"></p>
  100. </div>
  101. <div class="cont_img">
  102. <a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[3].productId},type=${achievementList[3].ownerType})}">
  103. <img th:src="${portalHost + '/img/index_er2.jpg'}"/>
  104. </a>
  105. </div>
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. <div id="index_demand">
  111. <div class="fruit_h3">
  112. <h3>精品需求</h3>
  113. <a th:href="${basePath + '/portal/technologyTrading/demand.html'}">MORE+</a>
  114. </div>
  115. <div class="demand_cont">
  116. <div th:each="item:${demandList}">
  117. <a th:href="@{/portal/technologyTrading/demandDetail(id=${item.productId},type=${item.ownerType})}">
  118. <div>
  119. <div class="demand_img">
  120. <img th:src="${avatarUploadHost + item.coverImg}" alt="" />
  121. <div>
  122. <h5 th:text="${item.name}"></h5>
  123. <p><span><img src="../img/index_er4.png" alt="" /></span>广州</p>
  124. </div>
  125. </div>
  126. <p class="demand_p">没食子酸在高温和中压条件下可以脱去羧基,从而获得焦性没食子酸,再通过升华的方式获得较纯的焦性没食子产品,
  127. 单升华方式产能较低且能耗高,希望通过其他方式(重结晶)等获得此产品,提高产品的产能降低能耗。 </p>
  128. </div>
  129. </a>
  130. </div>
  131. </div>
  132. </div>
  133. <div id="index_policy">
  134. <div class="fruit_h3">
  135. <a th:href="${basePath + '/portal/thinkTank/policyList.html'}"><span>+</span> 更多政策</a>
  136. <h3>智&nbsp;&nbsp;政</h3>
  137. </div>
  138. <div class="policy_cont">
  139. <div class="policy_img">
  140. <img th:src="${portalHost+'/img/index_er3.jpg'}" alt="" />
  141. </div>
  142. <div class="policy_p">
  143. <a th:if="${#lists.size(jtdt) ge 1}" th:href="@{/portal/news/newsDetail(id=${jtdt[0].id})}" >
  144. <div >
  145. <div class="policy_date">
  146. <h4>10.25</h4>
  147. <p th:text=${jtdt[0].createTimeFormattedDate}></p>
  148. </div>
  149. <div class="policy_line"></div>
  150. <div class="policy_p_cont">
  151. <h5 th:text="${jtdt[0].title}"></h5>
  152. <p th:text="${jtdt[0].summary}"></p>
  153. </div>
  154. </div>
  155. </a>
  156. <a th:if="${#lists.size(jtdt) ge 2}" th:href="@{/portal/news/newsDetail(id=${jtdt[1].id})}">
  157. <div >
  158. <div class="policy_date">
  159. <h4>10.25</h4>
  160. <p th:text=${jtdt[1].createTimeFormattedDate}></p>
  161. </div>
  162. <div class="policy_line"></div>
  163. <div class="policy_p_cont">
  164. <h5 th:text="${jtdt[1].title}"></h5>
  165. <p th:text="${jtdt[1].summary}"></p>
  166. </div>
  167. </div>
  168. </a>
  169. <a th:if="${#lists.size(jtdt) ge 3}" th:href="@{/portal/news/newsDetail(id=${jtdt[2].id})}">
  170. <div >
  171. <div class="policy_date">
  172. <h4>10.25</h4>
  173. <p th:text=${jtdt[2].createTimeFormattedDate}></p>
  174. </div>
  175. <div class="policy_line"></div>
  176. <div class="policy_p_cont">
  177. <h5 th:text="${jtdt[2].title}"></h5>
  178. <p th:text="${jtdt[2].summary}"></p>
  179. </div>
  180. </div>
  181. </a>
  182. <a th:if="${#lists.size(jtdt) ge 4}" th:href="@{/portal/news/newsDetail(id=${jtdt[3].id})}">
  183. <div >
  184. <div class="policy_date">
  185. <h4>10.25</h4>
  186. <p th:text=${jtdt[3].createTimeFormattedDate}></p>
  187. </div>
  188. <div class="policy_line"></div>
  189. <div class="policy_p_cont">
  190. <h5 th:text="${jtdt[3].title}"></h5>
  191. <p th:text="${jtdt[3].summary}"></p>
  192. </div>
  193. </div>
  194. </a>
  195. </div>
  196. </div>
  197. </div>
  198. <footer>
  199. <div th:replace="common::copyright"></div>
  200. <div th:replace="common::login"></div>
  201. </footer>
  202. <div class="smg">
  203. <input type="text" name="msg" value="" id="msg" />
  204. </div>
  205. <div th:replace="common::footer(~{::script})">
  206. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  207. <script type="text/javascript" th:src="${portalHost + '/index.js'}"></script>
  208. </div>
  209. </body>
  210. </html>