dedecms列表分页样式css修改

今天在使用DedeCms分页时,发现无法正确显示,查看了源码后发现分页是自带了li标签,找到源码修改修改文件位置

/include/arc.listview.class.php和/include/arc.archives.class.php

把这两个文件的中的 <li> ,</li>和<li class=\"thisclass\">全部删除。


<style type="text/css">

.g_page{ width:100%; overflow:hidden; height:22px; text-align:center; margin-top:10px;}
.g_page a{ display:inline-block; _display:inline; zoom:1; border:1px solid #ccc; height:20px; line-height:20px;   padding:0 5px;  margin:0 5px 0 0;}
.g_page .current{ text-decoration:none;}
</style>

<div> {dede:pagelist listsize='2' listitem='info,index,end,pre,next,pageno'/} </dd>

</P></DIV>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/8034c58bb395b64807b026c121850db5.html