|
@@ -16,7 +16,7 @@
|
|
|
<#cms_pagination siteId="${site.siteId}" categoryId="${categoryId}" page="${page}" moreNum="6" var="page">
|
|
|
<#cms_content_list pageNumber="${page.current}" siteId="${site.siteId}" categoryId="${categoryId}" orderBy="3" isHot="0" hasChild="0" isRecommend="0" size="4" titleLen="22" var="bean">
|
|
|
<a class="news_list_div clearfix" href="${bean.url!}">
|
|
|
- <img src="${bean.thumb!}" alt="${bean.title!}"/>
|
|
|
+ <img src="${bean.thumb!}" alt="${bean.title!}" style="width: 150px !important;"/>
|
|
|
<div class="news_list_text">
|
|
|
<h2>${bean.title!}</h2>
|
|
|
<h2>${bean.category.categoryId!}</h2>
|