|
@@ -257,15 +257,28 @@
|
|
|
<span>-坚持追求卓越 成就职业巅峰-</span>
|
|
|
</div>
|
|
|
<div class="yzgw_list clearfix">
|
|
|
- <#cms_content_list siteId="${site.siteId}" categoryId="1223" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="6" titleLen="12" var="bean">
|
|
|
+ <#cms_content_list siteId="${site.siteId}" categoryId="1223" orderBy="2" isHot="0" hasChild="0" isRecommend="0" size="6" titleLen="10" var="bean">
|
|
|
<a class="yzgw_list_div" aos="fade-up" href="${bean.url!}">
|
|
|
<h1>
|
|
|
- ${bean.title!}
|
|
|
+ <span style="overflow:hidden !important;
|
|
|
+ text-overflow: ellipsis !important;
|
|
|
+ -webkit-line-clamp: 1 !important;
|
|
|
+ display: inline !important;
|
|
|
+ -webkit-box-orient: vertical !important;">${bean.title!}</span>
|
|
|
<!--<b>5K-8K</b>-->
|
|
|
- <b>${bean.content}</b>
|
|
|
+ <b style="overflow:hidden !important;
|
|
|
+ text-overflow: ellipsis !important;
|
|
|
+ -webkit-line-clamp: 1 !important;
|
|
|
+ display: inline !important;
|
|
|
+ -webkit-box-orient: vertical !important;">${bean.content}</b>
|
|
|
</h1>
|
|
|
<!--<h4><span class="address">长春-南关</span><span>五险一金</span><span>周末双休</span></h4>-->
|
|
|
- <h4><span class="address">${bean.keywords!}</span></h4>
|
|
|
+ <h4><span class="address" style="height: 40px !important;
|
|
|
+ overflow:hidden !important;
|
|
|
+ text-overflow: ellipsis !important;
|
|
|
+ -webkit-line-clamp: 1 !important;
|
|
|
+ display: -webkit-box !important;
|
|
|
+ -webkit-box-orient: vertical !important;">${bean.keywords!}</span></h4>
|
|
|
<!--<h4><span class="address">长春-南关 五险一金 周末双休</span></h4>-->
|
|
|
<!--<h5>长春动画学院</h5>-->
|
|
|
<h5>${bean.author!}</h5>
|