thinkphp3.2.3 分页样式,参考官网效果

/* 分页 */
.page .current,.page a,.page a:hover,.page span{display:inline-block;margin-right:2px;padding:0 10px;height:25px;line-height:25px;vertical-align:middle}
.page a,.page span{color:#404548;border:1px solid #D7DBDC;background-color:#F6FFFF}
.page .current,.page a:hover{text-decoration:none;color:#FFF;background-color:#337ab7;vertical-align:middle}
.page .next,.page .prev{font-family:"宋体"}

你可能感兴趣的:(thinkphp3.2.3 分页样式,参考官网效果)