<!DOCTYPE html>
<html lang="zh-CN"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kole UI · 分页 Pagination（普通 H5）</title>
<link rel="stylesheet" href="../.design_library/kole-ui/colors_and_type.css"><link rel="stylesheet" href="Pagination.css">
<style>.demo{padding:24px;background:var(--kole-color-page-bg);font-family:var(--kole-font-family)}.demo h1{margin:0 0 4px;font-size:20px;color:var(--kole-color-text-title)}.sub{margin:0 0 20px;color:var(--kole-color-text-secondary);font-size:12px}.demo-block{padding:16px;margin-bottom:16px;background:var(--kole-color-card-bg);border:1px solid var(--kole-color-border);border-radius:var(--kole-radius-large)}.demo-block h2{margin:0 0 12px;font-size:14px;color:var(--kole-color-text-title)}.row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.demo-note{margin:12px 0 0;color:var(--kole-color-text-secondary);font-size:12px}</style></head>
<body><div class="demo"><h1>分页 Pagination（纯 H5）</h1><p class="sub">在表格或卡片列表底部浏览大数据集，支持页码、总数、每页条数和跳转。</p><div class="demo-block"><h2>默认与常用变体</h2><div class="row kole-pagination"><div class="kole-pagination-pager" aria-label="分页"><button class="kole-pagination-page" type="button" data-prev>上一页</button><button class="kole-pagination-page is-current" type="button">1</button><button class="kole-pagination-page" type="button">2</button><button class="kole-pagination-page" type="button" data-next>下一页</button><span class="kole-pagination-desc">共 128 条</span></div></div></div><div class="demo-block"><h2>状态与使用场景</h2><div class="row kole-pagination"><div class="kole-pagination-surface" style="padding:12px">在表格或卡片列表底部浏览大数据集，支持页码、总数、每页条数和跳转。</div><span class="kole-pagination-desc">支持键盘焦点、状态反馈和令牌化样式。</span></div><p class="demo-note">零运行时依赖；数据请求、权限和国际化由宿主接入方决定。</p></div></div><script></script></body></html>