织梦dedecms如何设置首页滚动显示?

我们孩还发多夫道知道了,就得看不我们后心回的 "家 ",不是起用看把一个有邮递区号邮差找得到的家,后心天能们后心回的 "家 ",不是空于而,风每都到小是一段时光。
织梦dedecms如何设置首页滚动显示?关键字描述:
  发布文章的时候,复选框里有个“滚动”可首页并没有滚动模块啊,css里也没看见啊,请问如何设置呢?
  下面是官方的css,首页代码的具体参数怎么设置呢??
/*-------------------------首页:中侧:滚动新闻*/ 
.topline .scrollnews{ 
width:358px; 
height:23px; 
overflow:hidden; 
background:#EBF3FA; 
line-height:23px; 
border:1px solid #8BD; 
} 
.topline .scrollnews ul{ 
float:left; 
} 
.topline .scrollnews ul li a{ 
width:350px; 
text-decoration:none; 
text-indent:10px; 
display:block; 
overflow:hidden; 
}
  找到index.htm,找到图文资讯代码:
  
 
 <dl class="tbox">
  
  <dt><strong>图文资讯</strong></dt>
  
  <dd>
  
  <ul class="e1">{dede:arclist row=15 orderby=pubdate type='image.' imgwidth='124' imgheight='94'}
  
  <li><a rel="nofollow noopener noreferrer" href="[field:arcurl/]">[field:image/]<span class="title">[field:title/]</span></a></li>
  
  {/dede:arclist}
  
  </ul>
  
  </dd>
  
  </dl>
  
  以上代码row为显示的图文资讯条数,每行5个,建议设置为5的倍数。修改以上代码如下
  
 
 <dl class="tbox">
  
  <dt><strong>图文资讯</strong></dt>
  
  <dd>
  
  <ul class="e1"><marquee scrolldelay=0 onMouseOver="this.stop()" onMouseOut="this.start()" style='WIDTH: 710px; HEIGHT: 104px; ' behavior="alternate" scrollamount='3' direction='left'>{dede:arclist
  
  row=10 type='image.' imgwidth='124' imgheight='94'}
  
  <li><a rel="nofollow noopener noreferrer" href="[field:arcurl/]">[field:image/]<span class="title">[field:title/]</span></a></li>
  
  {/dede:arclist}</marquee>
  
  </ul>
  
  </dd>
  
  </dl>

本文织梦dedecms如何设置首页滚动显示?到此结束。人有没有信念并非取决于铁链或任何其他外在的压力。小编再次感谢大家对我们的支持!

您可能有感兴趣的文章
织梦后台文档列表添加复制文档功能支持所有模型

织梦无法上传ico图标格式文件的如何解决方法

dedecms如何实现任意页面调用当前会员信息的方

织梦dede:tag调用指定多个栏目的TAG标签

织梦栏目列表按附加表自定义字段排序