|
|
@@ -74,7 +74,7 @@
|
|
|
|
|
|
<!-- 主体内容区域 -->
|
|
|
<div class="container">
|
|
|
- <div class="indexNav">
|
|
|
+ <!-- <div class="indexNav">
|
|
|
<ul>
|
|
|
<li>
|
|
|
<a th:href="@{/portal/service/patent}">
|
|
|
@@ -91,13 +91,13 @@
|
|
|
<img th:src="${portalHost+'/img/index/index_icon3.png'}" alt="">
|
|
|
<p>知识产权交易</p></a>
|
|
|
</li>
|
|
|
- <!-- <li>
|
|
|
+ <li>
|
|
|
<a th:href="@{/portal/service/serviceIndex}">
|
|
|
<img th:src="${portalHost+'/img/index/index_icon4.png'}" alt="">
|
|
|
<p>知识产权维权</p></a>
|
|
|
- </li> -->
|
|
|
+ </li>
|
|
|
</ul>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<h3 class="title">热门申请</h3>
|
|
|
<div>
|
|
|
<img th:src="${portalHost+'/img/index/index_hotBj.png'}" alt="">
|
|
|
@@ -231,7 +231,7 @@
|
|
|
<a th:href="@{/portal/thinkTank/policyList?type=1}"><span class="line"></span><span>></span></a>
|
|
|
|
|
|
</h4>
|
|
|
- <img th:src="(${policys[0].titleImg}==null)?${portalHost+'/img/index/index_new2.jpg'}:${avatarUploadHost+policys[0].titleImg}" alt="">
|
|
|
+ <img th:src="(${policys[0].titleImg}==null or ${policys[0].titleImg} == '')?${portalHost+'/img/index/index_new2.jpg'}:${avatarUploadHost+policys[0].titleImg}" alt="">
|
|
|
<ul>
|
|
|
<li th:each="p,pStatus:${policys}" th:if="${pStatus.index}==0">
|
|
|
<a th:href="@{/portal/news/newsDetail(id=${p.id},type=0)}">
|
|
|
@@ -282,7 +282,7 @@
|
|
|
<a th:href="@{/portal/news/newsDetail(id=${sc.id},type=1)}">
|
|
|
<div class="time">
|
|
|
<span th:text="${#dates.format(sc.releaseDate,'MM-dd')}">03-12</span>
|
|
|
- <span th:text="${#dates.format(sc.releaseDate,'yyyy')}">2018</span>
|
|
|
+ <span th:text="${#dates.format(sc.releaseDate,'yyyy')}">2018</span>
|
|
|
</div>
|
|
|
<p th:text="${sc.title}"></p>
|
|
|
</a>
|