|
@@ -23,43 +23,43 @@
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
-<div class="info-banner PcBanner" th:if="${isSearch} and ${articleImages}">
|
|
|
- <div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1" >
|
|
|
- <a th:href="${type.jumpLink}">
|
|
|
- <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="sider-banner">
|
|
|
- <div th:each="type: ${articleImages}" th:if="${type.levelType} == 2">
|
|
|
- <a th:href="${type.jumpLink}">
|
|
|
- <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="info-Notice" id="infoNotice">
|
|
|
- <div class="notice-title">
|
|
|
- <div>公告</div>
|
|
|
- <div>
|
|
|
- <a href="/info/articlerecommendation-3-1.html?isNotice">更多 ></a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="notice-content" v-cloak>
|
|
|
- <ul class="notice-content-list">
|
|
|
- <li class="notice-content-li" v-for="(list ,index) in newsList" :key="index" @click="hanldDetails(list.id)">
|
|
|
- {{ list.title }}
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-</div>
|
|
|
-<div class="info-banner AppBanner" th:if="${isSearch}">
|
|
|
- <div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1" >
|
|
|
+<!--<div class="info-banner PcBanner" th:if="${isSearch} and ${articleImages}">-->
|
|
|
+<!-- <div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1" >-->
|
|
|
+<!-- <a th:href="${type.jumpLink}">-->
|
|
|
+<!-- <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />-->
|
|
|
+<!-- </a>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- <div class="sider-banner">-->
|
|
|
+<!-- <div th:each="type: ${articleImages}" th:if="${type.levelType} == 2">-->
|
|
|
+<!-- <a th:href="${type.jumpLink}">-->
|
|
|
+<!-- <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />-->
|
|
|
+<!-- </a>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- <div class="info-Notice" id="infoNotice">-->
|
|
|
+<!-- <div class="notice-title">-->
|
|
|
+<!-- <div>公告</div>-->
|
|
|
+<!-- <div>-->
|
|
|
+<!-- <a href="/info/articlerecommendation-3-1.html?isNotice">更多 ></a>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- <div class="notice-content" v-cloak>-->
|
|
|
+<!-- <ul class="notice-content-list">-->
|
|
|
+<!-- <li class="notice-content-li" v-for="(list ,index) in newsList" :key="index" @click="hanldDetails(list.id)">-->
|
|
|
+<!-- {{ list.title }}-->
|
|
|
+<!-- </li>-->
|
|
|
+<!-- </ul>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!-- </div>-->
|
|
|
+<!--</div>-->
|
|
|
+<div class="info-banner AppBanner" th:if="${isSearch} and ${articleImages}">
|
|
|
+ <div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1 and ${type.headAppBanner}" >
|
|
|
<a th:href="${type.jumpLink}">
|
|
|
<img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" />
|
|
|
</a>
|
|
|
</div>
|
|
|
<div class="sider-banner">
|
|
|
- <div th:each="type: ${articleImages}" th:if="${type.levelType} == 2" >
|
|
|
+ <div th:each="type: ${articleImages}" th:if="${type.levelType} == 2 and ${type.headAppBanner}" >
|
|
|
<a th:href="${type.jumpLink}">
|
|
|
<img th:src="${type.headAppBanner}" style="width: 100%;height: 100%;" />
|
|
|
</a>
|
|
@@ -81,6 +81,20 @@
|
|
|
</div>
|
|
|
<div class="h5-notice-more"><a href="/info/articlerecommendation-3-1.html?isNotice">更多 ></a></div>
|
|
|
</div>
|
|
|
+ <div class="info-banner PcBanner" th:if="${isSearch} and ${articleImages}">
|
|
|
+ <div class="banner" th:each="type: ${articleImages}" th:if="${type.levelType} == 1 and ${type.headPcBanner}" >
|
|
|
+ <a th:href="${type.jumpLink}">
|
|
|
+ <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="sider-banner">
|
|
|
+ <div th:each="type: ${articleImages}" th:if="${type.levelType} == 2 and ${type.headPcBanner}">
|
|
|
+ <a th:href="${type.jumpLink}">
|
|
|
+ <img th:src="${type.headPcBanner}" style="width: 100%;height: 100%;" />
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!-- 精选文章推荐-->
|
|
|
<div class="featured-Articles" id="featured-Articles" th:if="${isSearch}">
|
|
|
<div class="featured-title">
|
|
@@ -214,6 +228,21 @@
|
|
|
<!-- </div>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="info-Notice" id="infoNotice" th:if="${isSearch}" v-cloak>
|
|
|
+ <div class="notice-title">
|
|
|
+ <div>公告</div>
|
|
|
+ <div>
|
|
|
+ <a href="/info/articlerecommendation-3-1.html?isNotice">更多 ></a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="notice-content" v-cloak>
|
|
|
+ <ul class="notice-content-list">
|
|
|
+ <li class="notice-content-li" v-for="(list ,index) in newsList" :key="index" @click="hanldDetails(list.id)">
|
|
|
+ {{ list.title }}
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!--侧边栏Ross广告图-->
|
|
|
<div v-if="isPC && isRossShow" class="article-right-ross" :class="isRossShow ? 'show' : 'none'">
|
|
|
<a href="/supplier-1378.html" v-if="isPC"><img src="/img/ross/ross-image@1x.jpg" alt="深圳艾斯佰丽生物科技有限公司"></a>
|