demandDetail.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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 + '/technologyTrading/demandDetail.css'}" rel="stylesheet">
  9. </head>
  10. <body>
  11. <header>
  12. <div th:replace="common::nav('technologyTrading','demand')"></div>
  13. </header>
  14. <div id="all_achievement">
  15. <div class="detail">
  16. <div class="detail_top">
  17. <!-- <div class="detail_topimg">
  18. <a href="#"> <img th:src="${portalHost + '/img/detail_facebook.jpg'}" alt="" /></a>
  19. <a href="#"> <img th:src="${portalHost + '/img/detail_weixin.jpg'}" alt="" /></a>
  20. <a href="#"> <img th:src="${portalHost + '/img/detail_weibo.jpg'}" alt="" /></a>
  21. </div> -->
  22. <div class="detail_toptitle" th:each="demand:${demand}">
  23. <a href="#">技术交易&nbsp;&nbsp;></a> <a href="#">技术需求&nbsp;&nbsp;></a> <a href="#"class="a_detail" th:text="${demand.name}">关于超细颗粒金属碳化物的制造技术</a>
  24. </div>
  25. </div>
  26. <div class="detail_center">
  27. <div class="detail_centerimg" th:each="demand:${demand}">
  28. <div class="big_text">
  29. <h3 th:text="${demand.name}"></h3>
  30. </div>
  31. <div class="big_img">
  32. <img th:src= "${avatarUploadHost+demand.pictureUrl}"alt="" />
  33. </div>
  34. <div class="basic">
  35. <div>
  36. <h5>名称:</h5>
  37. <p th:text="${demand.name}?${demand.name}:暂无名称"></p>
  38. </div>
  39. <div>
  40. <h5>联系人:</h5>
  41. <p th:text="${demand.employerName}?${demand.employerName}:未公开"></p>
  42. </div>
  43. <div>
  44. <h5>联系人地址:</h5>
  45. <p th:text="${demand.employerAddress}?${demand.employerAddress}:未公开"></p>
  46. </div>
  47. <div class="inline_span">
  48. <span>行业:</span> <span th:text="${demand.industryCategoryAS}?${demand.industryCategoryAS}:暂无行业分类"></span>
  49. </div>
  50. <div class="inline_span" >
  51. <span>需求预算:</span> <span th:text="${demand.fixedbudget}?${demand.fixedbudget}:价格面议"></span>
  52. </div>
  53. <div class="inline_span">
  54. <span>有效日期:</span> <span th:text="${demand.validityPeriodS}?${demand.validityPeriodS}:永久"></span>
  55. </div>
  56. <!-- <span> <img src="../../img/detail_img5.jpg" alt="" /> <span>8</span></span> -->
  57. <div class="detail_btn">我要咨询</div>
  58. </div>
  59. <div class="fine">
  60. <div class="fine_title">精品需求</div>
  61. <div th:each="reboutiquedemand:${reboutiquedemand}" class="pointer">
  62. <img th:src="${avatarUploadHost+reboutiquedemand.pictureUrl}" alt="" />
  63. <p th:text="${reboutiquedemand.name}"></p>
  64. <p th:text="${reboutiquedemand.id}" class="demandId"></p>
  65. <p th:text="${reboutiquedemand.dataCategory}" class="demandTyp"></p>
  66. </div>
  67. </div>
  68. </div>
  69. <div class="detail_centertext">
  70. <div class="text_right" th:each="demand:${demand}">
  71. <div>问题描述</div>
  72. <p th:text="${demand.problemDes}?${demand.problemDes}:Sorry还没有相关描述"></p>
  73. </div>
  74. </div>
  75. </div>
  76. <div class="detail_bottom">
  77. <div class="line">猜你喜欢</div>
  78. <div class="main_introduce">
  79. <ul>
  80. <li th:each="redemandlist:${redemandlist}"><img th:src="${avatarUploadHost+redemandlist.pictureUrl}" alt="" />
  81. <div class="list_text">
  82. <p>
  83. 行业:<span th:text="${redemandlist.industryCategoryAS}?${redemandlist.industryCategoryAS}:暂无行业分类"></span>
  84. </p>
  85. <p >
  86. 名称:<span th:text="${redemandlist.name}?${redemandlist.name}:暂无名称"></span>
  87. </p>
  88. <p>
  89. 类型:<span th:text="${redemandlist.demandTypeS}?${redemandlist.demandTypeS}:暂无分类"></span>
  90. </p>
  91. <p class="money">
  92. 预算:<span th:text="${redemandlist.fixedbudget}?${redemandlist.fixedbudget}:价格面议"></span>
  93. </p>
  94. <p th:text="${redemandlist.id}" class="demandId"></p>
  95. <p th:text="${redemandlist.dataCategory}" class="demandTyp"></p>
  96. <a href="#">了解详情</a>
  97. </div>
  98. <div class="star">
  99. <p>精品:</p>
  100. <ol>
  101. <li></li>
  102. <li></li>
  103. <li></li>
  104. <li></li>
  105. <li></li>
  106. </ol>
  107. </div></li>
  108. </ul>
  109. </div>
  110. </div>
  111. </div>
  112. </div>
  113. <footer>
  114. <div th:replace="common::copyright"></div>
  115. </footer>
  116. <div th:replace="common::footer(~{::script})">
  117. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  118. <script type="text/javascript"
  119. th:src="${portalHost + '/technologyTrading/demandDetail.js'}"></script>
  120. </div>
  121. </body>
  122. </html>