demand.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469
  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+ '/dll/dll.css'}" rel="stylesheet">
  8. <link th:href="${portalHost+ '/vendors.css'}" rel="stylesheet">
  9. <link th:href="${portalHost+'/newMenu/demand.css'}" rel="stylesheet">
  10. </head>
  11. <body>
  12. <div th:replace="common::nav('','')"></div>
  13. <!-- search -->
  14. <div class="container">
  15. <div class="clearFix search">
  16. <div class="navMeau">
  17. <div>
  18. <span class="selfun">行业选择</span>
  19. <div class="menuList">
  20. <ul>
  21. <li th:each="industryList:${industryList}"
  22. >
  23. <a th:href="@{/portal/technologyTrading/demandList(industryCategoryA=${industryList.id})}" th:text=" ${industryList.name}"></a>
  24. </li>
  25. </ul>
  26. </div>
  27. </div>
  28. </div>
  29. <div>
  30. <div class="search-inp">
  31. <div class="input-group">
  32. <input type="text" class="form-control demandSearch"
  33. placeholder="输入你感兴趣的内容"> <span class="input-group-btn">
  34. <button class="btn btn-default searchBtn" type="button">
  35. <img th:src="${portalHost+'/img/newMenu/search-icon.jpg'}"
  36. alt="">
  37. </button>
  38. </span>
  39. <div class="txtVal"></div>
  40. </div>
  41. </div>
  42. <div class="searchMain">
  43. <ol>
  44. <li class="active">热搜</li>
  45. <li><a th:href="@{/portal/technologyTrading/demandList(name=人工智能)}">人工智能</a></li>
  46. <li><a th:href="@{/portal/technologyTrading/demandList(name=区块链)}">区块链</a></li>
  47. <li><a th:href="@{/portal/technologyTrading/demandList(name=环保)}">环保</a></li>
  48. <li><a th:href="@{/portal/technologyTrading/demandList(name=金属材料)}">金属材料</a></li>
  49. <li><a th:href="@{/portal/technologyTrading/demandList(name=软件开发)}">软件开发</a></li>
  50. </ol>
  51. </div>
  52. <div>
  53. <ol>
  54. <li><a href="#technology">企业技术需求</a></li>
  55. <!-- <li><a href="#industry">地区产业需求</a></li> -->
  56. <li>/</li>
  57. <li><a href="#study">产学研合作需求</a></li>
  58. <li>/</li>
  59. <!-- <li><a href="#capital">研产资金需求</a></li> -->
  60. <li><a href="#personnel">技术人才需求</a></li>
  61. </ol>
  62. </div>
  63. </div>
  64. </div>
  65. </div>
  66. <!-- banner -->
  67. <!-- <div id="myCarousel" class="carousel slide">
  68. <img th:src="${portalHost+'/img/technology_trading_banner01.jpg'}" alt="First slide">
  69. </div> -->
  70. <div id="myCarousel" class="carousel" th:if="${#lists.size(dbannerlist) eq 1}">
  71. <!-- 轮播(Carousel)项目 -->
  72. <div class="carousel-inner" th:each="banner,bStatus:${dbannerlist}">
  73. <div class="item active">
  74. <a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  75. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  76. </div>
  77. </div>
  78. </div>
  79. <div id="myCarousel" class="carousel slide" th:if="${#lists.size(dbannerlist) > 1}">
  80. <!-- 轮播(Carousel)指标 -->
  81. <ol class="carousel-indicators"><!-- 循环圆点 -->
  82. <li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" class="active" th:each="banner,bStatus:${dbannerlist}" th:if="${bStatus.first}"></li>
  83. <li data-target="#myCarousel" th:attr="data-slide-to=${bStatus.index}" th:each="banner,bStatus:${dbannerlist}" th:unless="${bStatus.first}"></li>
  84. </ol>
  85. <!-- 轮播(Carousel)项目 -->
  86. <div class="carousel-inner" >
  87. <div class="item active" th:each="banner,bStatus:${dbannerlist}" th:if="${bStatus.first}">
  88. <!-- /portal/continueHigh /portal/militaryProject /portal/practicalPatent -->
  89. <a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  90. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  91. </div>
  92. <div class="item" th:each="banner,bStatus:${dbannerlist}" th:unless="${bStatus.first}">
  93. <a th:if="${banner.forwardUrl}!=null and ${banner.forwardUrl}!=''" th:href="|${basePath }${ banner.forwardUrl}"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  94. <a th:if="${banner.forwardUrl}==null or ${banner.forwardUrl}==''"><img th:src="|${avatarUploadHost}${banner.imgUrl}" th:alt="${banner.text}"></a>
  95. </div>
  96. </div>
  97. <!-- 轮播(Carousel)导航 -->
  98. <a class="carousel-control left" href="#myCarousel" data-slide="prev">&lsaquo;</a>
  99. <a class="carousel-control right" href="#myCarousel" data-slide="next">&rsaquo;</a>
  100. </div>
  101. <!-- 主体内容区域 -->
  102. <div class="container">
  103. <div class="demand-marq">
  104. <span></span>
  105. <marquee direction="left" behavior="scroll" scrollamount="10"
  106. loop="-1">
  107. <ul>
  108. <li>匿名***,查看了“雷管自动卡口编码、自动传输”</li>
  109. <li>匿名***,查看了“农产品加工项目”</li>
  110. <li>匿名***,查看了“凿岩台车自动控制系统研发”</li>
  111. <li>匿名***,查看了“信号处理技术等”</li>
  112. <li>匿名***,查看了“有机葡萄生产与保鲜”</li>
  113. <li>匿名***,查看了“集成控制技术开发”</li>
  114. <li>匿名***,查看了“注射用聚山梨酯80”</li>
  115. <li>匿名***,查看了“脱氧剂制造”</li>
  116. <li>匿名***,查看了“焊接自动化”</li>
  117. <li>匿名***,查看了“寻找关于土壤修复的技术”</li>
  118. </ul>
  119. </marquee>
  120. </div>
  121. <div class="newDemand">
  122. <div class="demandZnew">
  123. <a th:href="@{/portal/technologyTrading/demandList}">查看更多 >></a>
  124. </div>
  125. <ul>
  126. <li th:each="recentDemandList:${recentDemandList}">
  127. <a th:href="@{/portal/technologyTrading/demandDetail(id=${recentDemandList.id},type=${recentDemandList.dataCategory})}">
  128. <div th:switch="${recentDemandList.demandType}">
  129. <p>
  130. <p th:text="${#strings.abbreviate(recentDemandList.name,10)}"></p>
  131. <p class="colorWrite" th:text="${#strings.abbreviate(recentDemandList.problemDes,18)}"></p>
  132. <p>
  133. <span class="colorRed" th:case='0' th:text="企业技术需求"></span> <span
  134. class="colorRed" th:case='1' th:text="技术设备需求"></span> <span
  135. class="colorRed" th:case='2' th:text="产学研合作需求"></span> <span
  136. class="colorRed" th:case='3' th:text="研产资金需求"></span> <span
  137. class="colorRed" th:case='4' th:text="地区产业需求"></span> <span
  138. class="colorRed" th:case='5' th:text="技术人才需求"></span>
  139. <span class="colorBlur timeBefor"
  140. th:text="${recentDemandList.releaseDate}==null?'':${#dates.format(recentDemandList.releaseDate,'yyyy-MM-dd')}"></span></p>
  141. </p>
  142. </div>
  143. </a>
  144. </li>
  145. </ul>
  146. </div>
  147. <!-- hot -->
  148. <div class="row mainHot">
  149. <div class="col-md-6 mainLeft">
  150. <div>
  151. <span class="hot">HOT</span>
  152. <ol class="crumbNav crumbNavLeft">
  153. <li><a th:href="@{/portal/technologyTrading/demandList(name=人工智能)}">人工智能</a></li>
  154. <li><a th:href="@{/portal/technologyTrading/demandList(name=区块链)}">区块链</a></li>
  155. <li><a th:href="@{/portal/technologyTrading/demandList(name=环保)}">环保</a></li>
  156. <li><a th:href="@{/portal/technologyTrading/demandList(name=金属材料)}">金属材料</a></li>
  157. <li><a th:href="@{/portal/technologyTrading/demandList(name=软件开发)}">软件开发</a></li>
  158. </ol>
  159. </div>
  160. <span class="hr"></span>
  161. <div class="demandTxt row">
  162. <div class="col-md-5">
  163. <img th:src="${portalHost+'/img/newMenu/demand-3.png'}" alt="">
  164. </div>
  165. <div class="col-md-7" th:each="u2:${urgentDemand2}">
  166. <a th:href="@{/portal/technologyTrading/demandDetail(id=${u2.id},type=${u2.dataCategory})}">
  167. <div>
  168. <p th:switch="${u2.demandType}">
  169. <span class="talents" th:case='0' th:text="企业技术需求"></span>
  170. <span class="talents" th:case='1' th:text="技术设备需求"></span>
  171. <span class="talents" th:case='2' th:text="产学研合作需求"></span>
  172. <span class="talents" th:case='3' th:text="研产资金需求"></span>
  173. <span class="talents" th:case='4' th:text="地区产业需求"></span>
  174. <span class="talents" th:case='5' th:text="技术人才需求"></span>
  175. <span class="name" th:text="${u2.name}"></span>
  176. </p>
  177. <p>
  178. <p class="problemDes" th:text="${u2.problemDes}"></p>
  179. <span class="colorTime" th:if="${u2.validityPeriod}==null" th:text="无期限"></span>
  180. <span class="colorTime" th:if="${u2.validityPeriod}!=null" th:text="${#dates.format(u2.validityPeriod,'yyyy-MM-dd')+'到期'}"></span>
  181. <span class="colorOrange" th:if="${u2.demandType}==5" th:text="${u2.fundForPersonnel}==null?'人才:面议':${'人才:¥'+u2.fundForPersonnel+'万'}"></span>
  182. <span class="colorOrange" th:if="${u2.demandType}==3" th:text="${u2.fundForCrowd}==null?'期望资金:面议':${'期望资金:¥'+u2.fundForCrowd}+'万'"></span>
  183. </p>
  184. </div>
  185. </a>
  186. </div>
  187. </div>
  188. <div class="talentsTxt row">
  189. <ol>
  190. <li th:each="u3:${urgentDemand3}">
  191. <a th:href="@{/portal/technologyTrading/demandDetail(id=${u3.id},type=${u3.dataCategory})}">
  192. <p class="introduceP">
  193. <div th:switch="${u3.demandType}">
  194. <span class="talents" th:case='0' th:text="企业技术需求"></span>
  195. <span class="talents" th:case='1' th:text="技术设备需求"></span> <span
  196. class="talents" th:case='2' th:text="产学研合作需求"></span> <span
  197. class="talents" th:case='3' th:text="研产资金需求"></span> <span
  198. class="talents" th:case='4' th:text="地区产业需求"></span> <span
  199. class="talents" th:case='5' th:text="技术人才需求"></span>
  200. <span th:text="${u3.name}"></span>
  201. <span class="colorOrange" th:if="${u3.demandType}==3 and ${u3.researchType}==null">用途:未知</span>
  202. <span class="colorOrange" th:if="${u3.demandType}==3 and ${u3.researchType}!=null" th:text="${u3.researchType}==0?'用途:研发':'用途:扩大再生产'"></span>
  203. <span class="colorOrange" th:if="${u3.demandType}==5" th:text="${u3.fundForPersonnel}==null?'人才:¥0.00元/月':${'人才:¥'+u3.fundForPersonnel+'元/月'}"></span>
  204. <span class="colorOrange" th:if="${u3.demandType}==3" th:text="${u3.fundForCrowd}==null?'期望资金:面议':${'期望资金:¥'+u3.fundForCrowd+'万'}"></span>
  205. </div>
  206. </p>
  207. <p class="introduceP">
  208. <span th:text="${u3.problemDes}"></span>
  209. <span class="colorTime" th:if="${u3.validityPeriod}!=null" th:text="${#dates.format(u3.validityPeriod,'yyyy-MM-dd')+'到期'}"></span>
  210. </p>
  211. </a>
  212. </li>
  213. </ol>
  214. </div>
  215. </div>
  216. <div class="col-md-6">
  217. <div>
  218. <span class="hot">HOT</span>
  219. <ol class="crumbNav crumbNavRight">
  220. <li><a th:href="@{/portal/technologyTrading/demandList(name=人工智能)}">人工智能</a></li>
  221. <li><a th:href="@{/portal/technologyTrading/demandList(name=区块链)}">区块链</a></li>
  222. <li><a th:href="@{/portal/technologyTrading/demandList(name=环保)}">环保</a></li>
  223. <li><a th:href="@{/portal/technologyTrading/demandList(name=金属材料)}">金属材料</a></li>
  224. <li><a th:href="@{/portal/technologyTrading/demandList(name=软件开发)}">软件开发</a></li>
  225. </ol>
  226. </div>
  227. <span class="hr"></span>
  228. <div class="demandTxt row">
  229. <div class="col-md-5">
  230. <img th:src="${portalHost+'/img/newMenu/demand-4.png'}" alt="">
  231. </div>
  232. <div class="col-md-7" th:each="h2:${hotDemand2}">
  233. <a th:href="@{/portal/technologyTrading/demandDetail(id=${h2.id},type=${h2.dataCategory})}">
  234. <p>
  235. <div th:switch="${h2.demandType}">
  236. <span class="talents" th:case='0' th:text="企业技术需求"></span>
  237. <span class="talents" th:case='1' th:text="技术设备需求"></span>
  238. <span class="talents" th:case='2' th:text="产学研合作需求"></span>
  239. <span class="talents" th:case='3' th:text="研产资金需求"></span>
  240. <span class="talents" th:case='4' th:text="地区产业需求"></span>
  241. <span class="talents" th:case='5' th:text="技术人才需求"></span>
  242. <span class="name" th:text="${h2.name}"></span>
  243. </p>
  244. <p>
  245. <p class="problemDes" th:text="${h2.problemDes}"></p>
  246. <span class="colorOrange" th:if="${h2.demandType}==5" th:text="${h2.fundForPersonnel}==null?'人才:¥0.00元/月':${'人才:¥'+h2.fundForPersonnel}+'元/月'"></span>
  247. <span class="colorOrange" th:if="${h2.demandType}==3" th:text="${h2.fundForCrowd}==null?'期望资金:面议':${'期望资金:¥'+h2.fundForCrowd}+'万'"></span>
  248. <span class="colorTime"> <img th:src="${portalHost+'/img/newMenu/demand-5.jpg'}" alt=""></span>
  249. </p>
  250. </div>
  251. </a>
  252. </div>
  253. </div>
  254. <div class="talentsTxt row">
  255. <ol>
  256. <li th:each="h3:${hotDemand3}">
  257. <a th:href="@{/portal/technologyTrading/demandDetail(id=${h3.id},type=${h3.dataCategory})}">
  258. <p class="introduceP">
  259. <div th:switch="${h3.demandType}">
  260. <span class="talents" th:case='0' th:text="企业技术需求"></span>
  261. <span class="talents" th:case='1' th:text="技术设备需求"></span>
  262. <span class="talents" th:case='2' th:text="产学研合作需求"></span>
  263. <span class="talents" th:case='3' th:text="研产资金需求"></span>
  264. <span class="talents" th:case='4' th:text="地区产业需求"></span>
  265. <span class="talents" th:case='5' th:text="技术人才需求"></span>
  266. <span th:text="${h3.name}"></span>
  267. <span class="colorOrange" th:if="${h3.researchType}==null and ${h3.demandType}==3">用途:未知</span>
  268. <span class="colorOrange" th:if="${h3.demandType}==3 and ${h3.researchType}!=null" th:text="${h3.researchType}==0?'用途:研发':'用途:扩大再生产'"></span>
  269. <span class="colorOrange" th:if="${h3.demandType}==5" th:text="${h3.fundForPersonnel}==null?'人才:¥0.00元/月':${'人才:¥'+h3.fundForPersonnel+'元/月'}"></span>
  270. <span class="colorOrange" th:if="${h3.demandType}==3" th:text="${h3.fundForCrowd}==null?'期望资金:面议':${'期望资金:¥'+h3.fundForCrowd+'万'}"></span>
  271. </div>
  272. </p>
  273. <p class="introduceP" >
  274. <span th:text="${h3.problemDes}"></span>
  275. <img th:src="${portalHost+'/img/newMenu/demand-5.jpg'}" alt="">
  276. </p>
  277. </a>
  278. </li>
  279. </ol>
  280. </div>
  281. </div>
  282. </div>
  283. <div class="imgs">
  284. <img th:src="${portalHost+'/img/newMenu/demand-7.png'}" alt="">
  285. </div>
  286. <div class="enterprise" id="technology">
  287. <h4>
  288. 企业技术需求 <a th:href="@{/portal/technologyTrading/demandList}">查看更多 > </a>
  289. </h4>
  290. <div class="row">
  291. <div class="colMd2">
  292. <img th:src="${portalHost+'/img/newMenu/demand-8.png'}" alt="">
  293. </div>
  294. <div class="imgGroup colMd10">
  295. <ul>
  296. <li th:each="companyDemandList:${companyDemandList}">
  297. <a th:href="@{/portal/technologyTrading/demandDetail(id=${companyDemandList.id},type=${companyDemandList.dataCategory})}">
  298. <img
  299. th:src="${companyDemandList.pictureUrl}==null?${portalHost+'/img/initPic/demandInit.jpg'}:${avatarUploadHost +companyDemandList.pictureUrl}"
  300. alt="">
  301. <p th:text="${companyDemandList.name}"></p>
  302. </a>
  303. </li>
  304. </ul>
  305. </div>
  306. </div>
  307. </div>
  308. </div>
  309. <!-- 地区产业需求 -->
  310. <!-- <div class="areaDemand" id="industry"> -->
  311. <!-- <div class="container"> -->
  312. <!-- <h3> -->
  313. <!-- <img th:src="${portalHost+'/img/newMenu/demand-13.jpg'}" alt=""> -->
  314. <!-- </h3> -->
  315. <!-- </div> -->
  316. <!-- <div class="fullImg"> -->
  317. <!-- <img th:src="${portalHost+'/img/newMenu/demand-16.jpg'}" alt="" /> -->
  318. <!-- <div class="fullImgTxt container"> -->
  319. <!-- <ul class="row"> -->
  320. <!-- <li class="col-md-3" th:each="areaDemand,iterStat:${areaDemandList}"> -->
  321. <!-- <a th:href="@{/portal/technologyTrading/demandDetail(id=${areaDemand.id},type=${areaDemand.dataCategory})}"> -->
  322. <!-- <div class="warpImg"> -->
  323. <!-- <div th:if="${iterStat.even}" class="btnAreaBj"> -->
  324. <!-- <span class="btnArea" th:text="${areaDemand.name}"></span> -->
  325. <!-- </div> -->
  326. <!-- <div class="introduction"> -->
  327. <!-- <p th:text="${areaDemand.problemDes}"></p> -->
  328. <!-- </div> -->
  329. <!-- <div th:if="${iterStat.odd}" class="btnAreaBj"> -->
  330. <!-- <span class="btnArea" th:text="${areaDemand.name}"></span> -->
  331. <!-- </div> -->
  332. <!-- <div class="btnSee"> -->
  333. <!-- <span>立即查看产业需求</span> -->
  334. <!-- </div> -->
  335. <!-- </div> -->
  336. <!-- </a> -->
  337. <!-- </li> -->
  338. <!-- </ul> -->
  339. <!-- </div> -->
  340. <!-- </div> -->
  341. <!-- </div> -->
  342. <div class="container">
  343. <div class="study" id="study">
  344. <h4>
  345. 产学研合作需求 <a th:href="@{/portal/technologyTrading/demandList}">查看更多 > </a>
  346. </h4>
  347. </div>
  348. <div class="row studyTxt">
  349. <div class="colSm10">
  350. <ul class="row">
  351. <li th:each="plsdemand:${proLearnStudyDemandList}">
  352. <a th:href="@{/portal/technologyTrading/demandDetail(id=${plsdemand.id},type=${plsdemand.dataCategory})}">
  353. <div class="imgLeft">
  354. <img th:if="${plsdemand.pictureUrl}==null" th:src="${portalHost+'/img/initPic/demandInit.jpg'}" alt="">
  355. <img th:if="${plsdemand.pictureUrl}!=null" th:src="${avatarUploadHost+plsdemand.pictureUrl}" alt="">
  356. </div>
  357. <div class="imgRight">
  358. <h5 th:text="${plsdemand.name}"></h5>
  359. <p th:text="${plsdemand.problemDes}"></p>
  360. <span th:if="${plsdemand.industryCategory1}!=null" th:text="${plsdemand.industryCategory1}"></span>
  361. <span th:if="${plsdemand.industryCategory2}!=null" th:text="${plsdemand.industryCategory2}"></span>
  362. </div>
  363. </a>
  364. </li>
  365. </ul>
  366. </div>
  367. <div class="colSm2">
  368. <img th:src="${portalHost+'/img/newMenu/demand-18.jpg'}" alt="">
  369. </div>
  370. </div>
  371. <!-- <div class="study capital" id="capital"> -->
  372. <!-- <h4> -->
  373. <!-- 研产资金需求 <a th:href="@{/portal/technologyTrading/demandList}">查看更多 > </a> -->
  374. <!-- </h4> -->
  375. <!-- </div> -->
  376. <!-- <div class="capitalMain row"> -->
  377. <!-- <div class="col-sm-2"> -->
  378. <!-- <img th:src="${portalHost+'/img/newMenu/demand-19.jpg'}" alt=""> -->
  379. <!-- </div> -->
  380. <!-- <div class="col-sm-10"> -->
  381. <!-- <ol class="row"> -->
  382. <!-- <li class="col-sm-3" th:each="fundDemand:${fundDemandList}"> -->
  383. <!-- <a th:href="@{/portal/technologyTrading/demandDetail(id=${fundDemand.id},type=${fundDemand.dataCategory})}"> -->
  384. <!-- <div class="capital-administration"> -->
  385. <!-- <div class="capitalBj"> -->
  386. <!-- <h4 th:text="${fundDemand.name}"></h4> -->
  387. <!-- <p th:text="${fundDemand.problemDes}"></p> -->
  388. <!-- <div class="float-left"> -->
  389. <!-- <p>期望资金</p> -->
  390. <!-- <p th:text="${fundDemand.fundForCrowd}==null?'期望资金:面议':${'¥'+fundDemand.fundForCrowd+'万'}"></p> -->
  391. <!-- </div> -->
  392. <!-- <div class="float-right"> -->
  393. <!-- <p>资金用途</p> -->
  394. <!-- <p th:if="${fundDemand.researchType}==null">未知用途</p> -->
  395. <!-- <p th:if="${fundDemand.researchType}!=null" th:text="${fundDemand.researchType}==0?'研发':'扩大再生产'"></p> -->
  396. <!-- </div> -->
  397. <!-- </div> -->
  398. <!-- <a th:href="@{/portal/technologyTrading/demandDetail(id=${fundDemand.id},type=${fundDemand.dataCategory})}">立即查看</a> -->
  399. <!-- </div> -->
  400. <!-- </a> -->
  401. <!-- </li> -->
  402. <!-- </ol> -->
  403. <!-- </div> -->
  404. <!-- </div> -->
  405. <div class="study capital" id="personnel">
  406. <h4>
  407. 技术人才需求 <a th:href="@{/portal/technologyTrading/demandList}">查看更多 > </a>
  408. </h4>
  409. </div>
  410. <div class="technology row">
  411. <div class="colSm2">
  412. <img th:src="${portalHost+'/img/newMenu/demand-21.jpg'}" alt="">
  413. </div>
  414. <div class="colSm10">
  415. <ol class="row">
  416. <li th:each="personnelDemand:${personnelDemandList}">
  417. <a th:href="@{/portal/technologyTrading/demandDetail(id=${personnelDemand.id},type=${personnelDemand.dataCategory})}">
  418. <div>
  419. <h4 >
  420. <span th:text="${personnelDemand.name}"></span>
  421. <span class="titleBorder">人才</span> <span class="money" th:text="${personnelDemand.fundForPersonnel}==null?'面议':${'¥'+personnelDemand.fundForPersonnel+'万'}"></span>
  422. </h4>
  423. <p th:text="${personnelDemand.problemDes}"></p>
  424. <span class="float-right">招募中</span>
  425. </div>
  426. </a>
  427. </li>
  428. </ol>
  429. </div>
  430. </div>
  431. <div class="demandFootImg">
  432. <img th:src="${portalHost+'/img/newMenu/demand-22.jpg'}" alt="">
  433. </div>
  434. </div>
  435. <footer>
  436. <div th:replace="common::copyright"></div>
  437. <div th:replace="common::login"></div>
  438. </footer>
  439. <div th:replace="common::footer(~{::script})">
  440. <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
  441. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  442. <script type="text/javascript" th:src="${portalHost+'/newMenu/demand.js'}"></script>
  443. </div>
  444. </body>
  445. </html>