查看源码 {pboot:if({page:rows}>0)} <div class="pages"> <a href="{page:pre}"> << </a> {page:numbar} <a href="{page:next}"> >> </a> <a class="pagecount">{page:current}/{page:count}</a> </div> {else} <div class="text-center my-5 text-secondary">未查询到任何数据!</div> {/pboot:if} /*菜 鸟 吧分页样式*/ .pages{padding: 20px 0;width:100%;text-align: center;clear: both;} .pages a,.pages span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #f9f9f9;border: 1px solid #f2f2f2;} .pages a:hover{display:inline-block;color: #fff;background: #dc0b01;border-color: #dc0b01;box-shadow: 0 0 14px rgba(0, 0, 0, .2);} .pages span{display:inline-block;color: #666;} .pages a.page-num-current{display:inline-block;color: #fff;background: #dc0b01;border-color: #dc0b01;box-shadow: 0 0 14px rgba(0, 0, 0, .2);} .text-secondary{text-align: center; padding:10px 0} |