xiguosong的gravatar头像
xiguosong 2015-02-05 12:05:58

sdcms首页怎么把两个资讯区块的内容分别开?求解

我在后台新建了一个区块并复制了资讯列表的代码,也改了对应的ID,但为什么还是两个区块的内容会互窜并内容相同,要怎么修改才可以把内容分开显示各自区块的内容?代码如下

<div class="pc_header mt10"><span><a href="{sdcms.getcateurl(2)}">更多>></a></span><img src="{webroot}theme/default/images/dot.gif" width="13" height="13" />美食动态</div>
     <div class="pc_body p15">
              <ul class="topnews">
                  {sdcms:rs top="6" field="id,title,style,createdate,isurl,url,classid" table="sd_model_pro" join="left join sd_content on sd_model_pro.cid=sd_content.id"  where="islock=1" order="ontop desc,id desc"}
                  {rs:eof}<li><span>·</span>没有资料</li>{/rs:eof}
                  <li><span>·</span><a href="{$rs[link]}" title="{$rs[title]}">{sdcms.cutstr($rs[title],28,1)}</a></li>
                  {/sdcms:rs}
              </ul>
          </div>


    <div class="pc_header"><span><a href="{sdcms.getcateurl(3)}">更多>></a></span><img src="{webroot}theme/default/images/dot.gif" width="13" height="13" />饮食健康</div>
     <div class="pc_body p15">
              <ul class="topnews">
                  {sdcms:rs top="6" field="id,title,style,createdate,isurl,url,classid" table="sd_model_news" join="left join sd_content on sd_model_news.cid=sd_content.id"  where="islock=1" order="ontop desc,id desc"}
                  {rs:eof}<li><span>·</span>没有资料</li>{/rs:eof}
                  <li><span>·</span><a href="{$rs[link]}" title="{$rs[title]}">{sdcms.cutstr($rs[title],28,1)}</a></li>
                  {/sdcms:rs}
              </ul>
          </div>
所有回答列表(1)
沙漠鱼的gravatar头像
沙漠鱼  LV12 2015年2月5日

用float= right、 left就可以

相关问答
最近浏览
偷颗菜抱回家  LV14 2015年3月2日
yltume@  LV9 2015年2月28日
james1124  LV8 2015年2月28日
雨、小雨  LV8 2015年2月26日
buy616  LV20 2015年2月7日
chengbing  LV3 2015年2月6日
遇见,  LV36 2015年2月6日
过客  LV12 2015年2月6日
527948645  LV2 2015年2月6日
Smart_咚咚  LV13 2015年2月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友