|
|
@@ -481,12 +481,12 @@
|
|
|
<div class="line02"></div>
|
|
|
</div>
|
|
|
<!-- 热门城市 -->
|
|
|
- <div style="display: flex;margin-top: 10px;align-items: center">
|
|
|
+ <div 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>
|
|
|
<div style="color:#7E7F7F;margin-bottom: 9px;">
|
|
|
- <div style="overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;width: 60vw;">
|
|
|
+ <div style="overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;width: 60vw;height: 60px">
|
|
|
<!-- <div class="swiper-slide links" style="display:flex" >-->
|
|
|
<span class="spanLink" th:each="city:${popularCities}" style="padding: 0 4px;display: inline-block">
|
|
|
<a style="color:#7E7F7F;font-size: 12px;" th:href="${city.url}" ><span th:text="${city.name}"></span></a>
|