pbootcms模板分页条样式:
.pagebar .pagination {
display: flex;
justify-content: center;
margin-top: 10px;
}
.pagination a {
background: #fff;
border: 1px solid #ccc;
color: #333;
font-size: 14px;
padding: 6px 8px;
margin: 0 2px;
border-radius: 3px;
}
.pagination a:hover {
color: #4fc08d;
border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
color: #fff;
background: #4fc08d;
border: 1px solid #4fc08d;
}
pbootcms模板分页条代码:
{pboot:if({page:rows}>0)}
<nav aria-label=”page navigation” class=”my-4″>
<div class=”pagination justify-content-center”>
<a class=”page-item page-link” href=”{page:index}”>INDEX</a>
<a class=”page-item page-link” href=”{page:pre}”>PRE</a>
{page:numbar}<!– 数字条,小屏幕时自动隐藏–>
<a class=”page-item page-link” href=”{page:next}”>NEXT</a>
<a class=”page-item page-link” href=”{page:last}”>LAST</a>
</div>
</nav>
{else}
<div class=”text-center my-5 text-secondary”>NO DATA!</div>
{/pboot:if}
插件下载说明
未提供下载提取码的插件,都是站长辛苦开发,需收取费用!想免费获取辛苦开发插件的请绕道!
织梦二次开发QQ群
本站客服QQ号:3149518909(点击左边QQ号交流),群号(383578617) 如果您有任何织梦问题,请把问题发到群里,阁主将为您写解决教程!
转载请注明: 织梦模板 » pbootcms模板通用分页代码及样式