wangzhe 3 月之前
父節點
當前提交
3a15039d59
共有 1 個文件被更改,包括 11 次插入9 次删除
  1. 11 9
      src/main/resources/templates/www/tuiyijunren/index.html

+ 11 - 9
src/main/resources/templates/www/tuiyijunren/index.html

@@ -128,15 +128,17 @@
         <div id="carousel" class="twjr_div_list">
             <ul>
                 <#cms_content_list siteId="${site.siteId}" categoryId="1229" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="3" titleLen="24" var="bean">
-                    <li aos="fade-up" aos-duration="500" style="overflow: scroll">
-                        <img src="${bean.thumb!}" alt="${bean.title!}"/>
-                        <a class="text" href="${bean.url!}">
-                            <h5>${bean.title!}</h5>
-                            <p><span>联系人:${bean.author!}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span>咨询电话:${bean.author!}</span></p>
-                            <span>${bean.description!}</span>
-                        </a>
-                        <a class="more">查看详细</a>
-                    </li>
+                    <a href="${bean.url!}">
+                        <li aos="fade-up" aos-duration="500">
+                            <img src="${bean.thumb!}" alt="${bean.title!}"/>
+                            <a class="text" href="${bean.url!}">
+                                <h5>${bean.title!}</h5>
+                                <p><span>联系人:${bean.author!}</span>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span>咨询电话:${bean.author!}</span></p>
+                                <span>${bean.description!}</span>
+                            </a>
+                            <a class="more">查看详细</a>
+                        </li>
+                    </a>
                 </#cms_content_list>
 
                 <!--<li aos="fade-up" aos-duration="500"><img src="${resPath}/tuiyijunren/images/twjr_img2.png"/> <a-->