网硕互联技术交流社区

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 2851|回复: 0

织梦网站翻页代码

[复制链接]

主题

帖子

0

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
0
发表于 2017-7-28 14:31:03 | 显示全部楼层 |阅读模式

首先,需要在分页列表模板中插入分页列表标签:

  1. <div class="page">
  2.                 {dede:pagelist listitem="index,end,pre,next,pageno" listsize="10"/}
  3.             </div>
复制代码



分页列表样式。
  1. //*分页样式CSS*//
  2. .page{height:24px; line-height:24px; text-align:center; margin-top:30px; clear:both;}
  3. .page li{display:inline; padding:5px 10px; border:1px solid #ddd; margin-right:5px;}
  4. .page li a{color: #555;}
  5. .page li a:hover{background:#f5f5f5; color:#0064c4;}
  6. .page li.thisclass{background:#9A9FA5; color: #fff;}
  7. .page li.thisclass a{text-decoration:none; cursor:default; border-color:#0064c4; color: #fff;}
  8. .page .pageinfo strong{font-weight:normal;}
复制代码

最终效果图如下:
WX20170728-143151.png



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|网硕互联技术交流社区

GMT+8, 2024-4-24 10:45 , Processed in 0.225350 second(s), 21 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表