thinkphp使用CSS美化分页
/* TP8自定义分页美化 */
.pagination {display: flex;justify-content: center;align-items: center;gap: 6px;margin: 30px 0;flex-wrap: wrap;
}.pagination a,
.pagination span {display: inline-flex;align-items: center;justify-content: center;min-width: 36px;heigh…
2026/6/26 2:45:07