织梦分页标签{dede:pagelist istitem="index,pre,next,end,option,info," listsize="5"/},{dede:prenext get='pre'/},{dede:prenext get='next'/}。默认样式和使用模板css样式布局不一样,这时又不想重写样式,我们可以修改织梦标签模板样式来实验分页样式使用模板css样式。修改列表页样式:在cms根目录下include里面找到列表页处理文件arc.listview.class.php。打开文件搜索函数 GetPageListST() 静态分页和GetPageListDM()动态分页。这里我们可以看到这是模板样式,2。class=”currpage” 是在当前页是要加这个类样式,我们默认标签样式是
2在arc.listview.class.php里默认的是样式,修改好更新下栏目就OK了,内容页的修改如上面写的一样,在arc.archives.class.php里面找到GetPreNext( )函数修改里面样式。{dede:pagelist listitem="info,index,end,pre,next,pageno,option" listsize="5"/}
.fenye{
margin-top:20px;
}
.pagelist li{
float:left;
padding-right:15px;
}
.pagelist .thisclass{
color:red;
}