|
|
@@ -95,7 +95,7 @@
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
- <div class="cont cont_top1" th:if="${#lists.size(achievementList) ge 2}">
|
|
|
+ <div class="cont cont_bottom1" th:if="${#lists.size(achievementList) ge 2}">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[1].productId},type=${achievementList[1].ownerType})}">
|
|
|
<div class="img">
|
|
|
<img th:src="${portalHost+'/img/index_two.png'}" alt="" />
|
|
|
@@ -107,7 +107,7 @@
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
- <div class="cont cont_top1" th:if="${#lists.size(achievementList) ge 3}">
|
|
|
+ <div class="cont cont_top2" th:if="${#lists.size(achievementList) ge 3}">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[2].productId},type=${achievementList[2].ownerType})}">
|
|
|
<div class="img">
|
|
|
<img th:src="${portalHost+'/img/index_three.png'}" alt="" />
|
|
|
@@ -119,7 +119,7 @@
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
- <div class="cont cont_top1" th:if="${#lists.size(achievementList) ge 4}">
|
|
|
+ <div class="cont cont_bottom2" th:if="${#lists.size(achievementList) ge 4}">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[3].productId},type=${achievementList[3].ownerType})}">
|
|
|
<div class="img">
|
|
|
<img th:src="${portalHost+'/img/index_four.png'}" alt="" />
|
|
|
@@ -131,7 +131,7 @@
|
|
|
</div>
|
|
|
</a>
|
|
|
</div>
|
|
|
- <div class="cont cont_top1" th:if="${#lists.size(achievementList) ge 5}">
|
|
|
+ <div class="cont cont_top3" th:if="${#lists.size(achievementList) ge 5}">
|
|
|
<a th:href="@{/portal/technologyTrading/achievementDetail(id=${achievementList[4].productId},type=${achievementList[4].ownerType})}">
|
|
|
<div class="img">
|
|
|
<img th:src="${portalHost+'/img/index_five.png'}" alt="" />
|