|
@@ -47,7 +47,7 @@
|
|
|
|
|
|
<div class="data_common_ad" >
|
|
|
<div class="banners" th:each="item,status:${banner1}">
|
|
|
- <a target="_blank" th:href="${item.url}"><img th:src="${item.img}" style="border-style: none;height:80px"></a>
|
|
|
+ <img th:src="${item.img}" style="border-style: none;height: calc(100vw / 1440 * 60)">
|
|
|
</div>
|
|
|
|
|
|
<div class="data_big_title" th:if="${not #lists.isEmpty(bizZdArticle) and bizZdArticle[0] != null}">
|