[#-- 图文列表 picWidth: 图片宽度;【按百分比计算(如为24.9;即每个图片占总宽度的24.9%,每行可放四张图片)】不能为空。 picHeight: 每行图片显示高度;【按像素px计算】不能为空。 picFloat: 图片是否左浮动;【0:否;1:是】不能为空。 rightPadding: 图片右边距;【按像素px计算】不能为空。 showTitleStyle:显示标题样式;【0:不显示;1:显示】不能为空 useShortTitle: 是否使用简短标题;【0:不使用;1:使用】不能为空 titLen: 标题长度;【英文字母按半个计算】为空则不截断 target: 是否新窗口打开;【0:原窗口;1:新窗口】不能为空 --] [#if imgType?? && (imgType?string=="1"||imgType?string=="2")] [#if imgType?string=="2"] [#if ctt.imgUrl2??][#assign imgUrl=ctt.imgUrl2/][#else][#assign imgUrl=site.defImg/][/#if] [#else] [#if ctt.imgUrl??][#assign imgUrl=ctt.imgUrl/][#else][#assign imgUrl=site.defImg/][/#if] [/#if] [#else] [#if typeId?? && typeId?string!=""] [#if ctt.imgUrl2??][#assign imgUrl=ctt.imgUrl2/][#else][#assign imgUrl=site.defImg/][/#if] [#else] [#if ctt.imgUrl??][#assign imgUrl=ctt.imgUrl/][#else][#assign imgUrl=site.defImg/][/#if] [/#if] [/#if]
  • ${ctt.tit?html} [#if !noTitle?? || noTitle!="1"] [#if useShortTitle=='1'][#assign tit=ctt.stit/][#else][#assign tit=ctt.tit/][/#if]

    [#if showTitleStyle=='1'] [@text_cut s=tit len=titLen append=append/] [#else] [@text_cut s=tit len=titLen append=append/][#rt/] [/#if]

    人气: 评论: [/#if]