|
|
@@ -116,8 +116,24 @@
|
|
|
<a th:href="${basePath + '/portal/technologyTrading/demand.html'}">MORE+</a>
|
|
|
</div>
|
|
|
<div class="demand_cont">
|
|
|
- <div th:each="item:${demandList}">
|
|
|
- <a th:href="@{/portal/technologyTrading/demandDetail(id=${item.productId},type=${item.ownerType})}">
|
|
|
+ <div>
|
|
|
+ <a th:each="item:${demandList}" th:class="${demandList.odd}?'odd':'even'"
|
|
|
+ th:href="@{/portal/technologyTrading/demandDetail(id=${item.productId},type=${item.ownerType})}">
|
|
|
+ <div>
|
|
|
+ <div class="demand_img">
|
|
|
+ <img th:src="${avatarUploadHost + item.coverImg}" alt="" />
|
|
|
+ <div>
|
|
|
+ <h5 th:text="${item.name}"></h5>
|
|
|
+ <p><span><img th:src="${portalHost + '/img/index_er4.png'}"/></span>长沙</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <p class="demand_p" th:text="${item.problem_des}"></p>
|
|
|
+ </div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <a th:each="item:${demandList}" th:class="${demandList.even}?'even':'odd'"
|
|
|
+ th:href="@{/portal/technologyTrading/demandDetail(id=${item.productId},type=${item.ownerType})}">
|
|
|
<div>
|
|
|
<div class="demand_img">
|
|
|
<img th:src="${avatarUploadHost + item.coverImg}" alt="" />
|