|
|
@@ -378,14 +378,14 @@
|
|
|
</div>
|
|
|
</th:block>
|
|
|
<!-- 底部 -->
|
|
|
-<th:block th:fragment="copyright">
|
|
|
- <div class="contentDown" style="height:540px">
|
|
|
+<th:block th:fragment="copyright(key)">
|
|
|
+ <div class="contentDown" >
|
|
|
<div class="container">
|
|
|
<!-- 友情链接 -->
|
|
|
- <div class="down_left">
|
|
|
+ <div class="down_left" th:if="${key}=='index'">
|
|
|
<p>友情链接</p>
|
|
|
</div>
|
|
|
- <div style="color:#7E7F7F">
|
|
|
+ <div style="color:#7E7F7F" th:if="${key}=='index'">
|
|
|
<div style="overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;width: 66vw;">
|
|
|
<!-- <div class="swiper-slide links" style="display:flex" >-->
|
|
|
<span class="spanLink" th:each="link:${links}" style="padding: 0 2px;display: inline-block">
|
|
|
@@ -481,7 +481,7 @@
|
|
|
<div class="line02"></div>
|
|
|
</div>
|
|
|
<!-- 热门城市 -->
|
|
|
- <div style="display: flex;margin-top: 10px;align-items: unset">
|
|
|
+ <div th:if="${key}=='index'" style="display: flex;margin-top: 10px;align-items: unset">
|
|
|
<div class="down_left">
|
|
|
<p style="text-align: center;font-size: 17px;width: 80px">热门城市</p>
|
|
|
</div>
|
|
|
@@ -497,7 +497,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="mobail_link">
|
|
|
+ <div class="mobail_link" th:if="${key}=='index'">
|
|
|
<!-- 友情链接 -->
|
|
|
<div class="links">
|
|
|
<div class="container">
|
|
|
@@ -524,8 +524,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 热门城市 -->
|
|
|
- <div class="links" style="padding-bottom: 20px;">
|
|
|
- <div class="container">
|
|
|
+ <div class="links" style="padding-bottom: 20px;">
|
|
|
+ <div class="container" th:if="${key=='index'}">
|
|
|
<h2 class="item-title" style="font-size: 18px;text-align: center;"><a style="color:white">热门城市</a></h2>
|
|
|
<div style="color:#7E7F7F;">
|
|
|
<div style="overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;">
|