{module catid=$catid order=updatetime page=1 return=rs}
<div class="productxinxi"style="text-align:center; float:left;margin-right:12px" >
<a class="imagefocus" href="{$rs.url}" rel="lightbox[plants]" title="JGZX3-CNC-10000 铝型材龙门三轴数控加工中心">
<img src="{dr_thumb($rs.thumb)}" data-source="/uFile/75858/product/2019612143717234.jpg" alt="{$rs.title}" width="290" border="0">
</a>
<a href="{$rs.url}" class="bold" title="{$rs.title}">{$rs.title}</a>
</div>
{/module}
循环三次换行,该怎么改,求助大佬
{module catid=$catid order=updatetime page=1 return=rs} <div class="productxinxi" style="text-align:center; float:left; margin-right:{if ($key_rs+1)%3==0}0{else}12{/if}px"> <a class="imagefocus" href="{$rs.url}" rel="lightbox[plants]" title="{$rs.title}"> <img src="{dr_thumb($rs.thumb)}" data-source="{dr_thumb($rs.thumb)}" alt="{$rs.title}" width="290" border="0"> </a> <a href="{$rs.url}" class="bold" title="{$rs.title}">{$rs.title}</a> </div> {/module}