|
|
@@ -15,16 +15,16 @@
|
|
|
<div id="all_achievement">
|
|
|
<div class="detail">
|
|
|
<div class="detail_top">
|
|
|
- <div class="detail_topimg">
|
|
|
+<!-- <div class="detail_topimg">
|
|
|
<a href="#"><img
|
|
|
th:src="${portalHost + '/img/detail_facebook.jpg'}" alt="" /></a> <a
|
|
|
href="#"><img
|
|
|
th:src="${portalHost + '/img/detail_weixin.jpg'}" alt="" /></a> <a
|
|
|
href="#"><img th:src="${portalHost + '/img/detail_weibo.jpg'}"
|
|
|
alt="" /></a>
|
|
|
- </div>
|
|
|
+ </div>-->
|
|
|
<div class="detail_toptitle">
|
|
|
- <a href="#">技术交易</a> <a href="#">技术专利</a> <a href="#"
|
|
|
+ <a href="#">技术交易 ></a> <a href="#">技术专利 ></a> <a href="#"
|
|
|
class="a_detail">专利详情</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -62,9 +62,11 @@
|
|
|
</div>
|
|
|
<div class="fine" >
|
|
|
<div class="fine_title">精品专利</div>
|
|
|
- <div th:each="reboutiqueachievement:${reboutiqueachievement}">
|
|
|
+ <div th:each="reboutiqueachievement:${reboutiqueachievement}" class="pointer">
|
|
|
<img th:src="${avatarUploadHost+reboutiqueachievement.technicalpictureurl}" alt="" />
|
|
|
<p th:text="${reboutiqueachievement.name}"></p>
|
|
|
+ <p th:text="${reboutiqueachievement.id}" class="achievementId"></p>
|
|
|
+ <p th:text="${reboutiqueachievement.ownerType}" class="achievementTyp"></p>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -84,7 +86,7 @@
|
|
|
<p th:text="${achievementdetail.categoryS}?${achievementdetail.categoryS}:暂无分类信息">发明专利</p>
|
|
|
</div>
|
|
|
<div>
|
|
|
- <h5>最近更新</h5>
|
|
|
+ <h5>最近更新:</h5>
|
|
|
<p th:text="${achievementdetail.releaseDateS}?${achievementdetail.releaseDateS}:暂无该信息">2017-09-17</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -103,17 +105,19 @@
|
|
|
<img th:src="${avatarUploadHost+reachievementlist.technicalpictureurl}" alt="" />
|
|
|
<div class="list_text">
|
|
|
<p>
|
|
|
- 行业:<span th:text="${reachievementlist.field}?${reachievementlist.field}:暂无分类信息"></span>
|
|
|
+ 行业:<span th:text="${reachievementlist.fieldAS}?${reachievementlist.fieldAS}:暂无分类信息"></span>
|
|
|
</p>
|
|
|
<p >
|
|
|
名称:<span th:text="${reachievementlist.name}?${reachievementlist.name}:未知"></span>
|
|
|
</p>
|
|
|
<p >
|
|
|
- 类型<span th:text="${reachievementlist.ownerTypeS}?${reachievementlist.ownerTypeS}:个人所有"></span>
|
|
|
+ 类型:<span th:text="${reachievementlist.ownerTypeS}?${reachievementlist.ownerTypeS}:个人所有"></span>
|
|
|
</p>
|
|
|
<p >
|
|
|
交易方式:<span th:text="${reachievementlist.transferModeS}?${reachievementlist.transferModeS}:暂无"></span>
|
|
|
</p>
|
|
|
+ <p class="likeId" th:text="${reachievementlist.id}"></p>
|
|
|
+ <p class="likeType" th:text="${reachievementlist.ownerType}"></p>
|
|
|
<a href="#">了解详情</a>
|
|
|
</div>
|
|
|
<div class="star">
|