|
@@ -13,14 +13,14 @@
|
|
<div class="search auto-input" id="topSearch">
|
|
<div class="search auto-input" id="topSearch">
|
|
<div class="search-info">
|
|
<div class="search-info">
|
|
<label>
|
|
<label>
|
|
- <input class="keyword label-keyword" type="search" placeholder="搜索文章" autocomplete="off" />
|
|
|
|
|
|
+ <input class="keyword label-keyword" v-model="keywords" type="text" placeholder="搜索文章" autocomplete="off" />
|
|
</label>
|
|
</label>
|
|
<a class="searchBtn icon" href="javascript:void(0);">搜索</a>
|
|
<a class="searchBtn icon" href="javascript:void(0);">搜索</a>
|
|
</div>
|
|
</div>
|
|
<div class="keywords">
|
|
<div class="keywords">
|
|
- <div th:each="label,count : ${labels}" th:if="${count.index} le 7">
|
|
|
|
|
|
+ <div th:each="label,count : ${labels}" th:if="${count.index} le 9">
|
|
<a th:labelId="${label.id}" th:href="'/info/label-' + ${label.id} + '-1.html'" th:text="${label.name}" th:class="${labelId==label.id}?'label-active':''"></a>
|
|
<a th:labelId="${label.id}" th:href="'/info/label-' + ${label.id} + '-1.html'" th:text="${label.name}" th:class="${labelId==label.id}?'label-active':''"></a>
|
|
- <span th:if="${count.index} le 6"> / </span>
|
|
|
|
|
|
+ <span th:if="${count.index} le 9"> / </span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -45,7 +45,7 @@
|
|
<a class="searchBtn icon" href="javascript:void(0);" @click="handlerH5Search">搜索</a>
|
|
<a class="searchBtn icon" href="javascript:void(0);" @click="handlerH5Search">搜索</a>
|
|
</div>
|
|
</div>
|
|
<div class="keywords">
|
|
<div class="keywords">
|
|
- <div th:each="label,count : ${labels}" @click.stop="show = !show" th:if="${count.index} le 7">
|
|
|
|
|
|
+ <div th:each="label,count : ${labels}" @click.stop="show = !show" th:if="${count.index} le 9">
|
|
<a th:href="'/info/label-' + ${label.id} + '-1.html'" th:text="${label.name}"></a>
|
|
<a th:href="'/info/label-' + ${label.id} + '-1.html'" th:text="${label.name}"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -64,13 +64,6 @@
|
|
|
|
|
|
<!--导航栏-->
|
|
<!--导航栏-->
|
|
<div class="nav">
|
|
<div class="nav">
|
|
-<!-- <div class="h5-head">-->
|
|
|
|
-<!-- <a class="index" href="/"><img src="/img/info/mall.png"></a>-->
|
|
|
|
-<!--<!– <a class="hotWord" href="javascript:void(0);">热搜词</a>–>-->
|
|
|
|
-<!-- </div>-->
|
|
|
|
-<!-- <div class="logo">-->
|
|
|
|
-<!-- <a href="/" target="_blank"><img src="/img/base/logo_article@2x.png"/></a>-->
|
|
|
|
-<!-- </div>-->
|
|
|
|
<div class="type">
|
|
<div class="type">
|
|
<div class="type-content" th:if="${articleType}">
|
|
<div class="type-content" th:if="${articleType}">
|
|
<!-- <a class="home" href="/" target="_blank">商城</a> -->
|
|
<!-- <a class="home" href="/" target="_blank">商城</a> -->
|