* {
margin:0;
padding:0;
}
#pageBox {
width:30%;
height:30px;
line-height:30px;
}
#pageBox span {
display:inline-block;
width:60px;
height:24px;
line-height:24px;
text-align:center;
color:#fff;
background:#8E24AA;
border-radius:5px;
}
#pageNav {
display:inline-block;
}
#pageNav a {
display:inline-block;
width:24px;
height:24px;
line-height:24px;
text-align:center;
color:#6157e9;
text-decoration:none;
border-radius:5px;
}
#pageNav a.active,#pageNav a:hover {
background:#6157e9;
color:#eeeeee;
}
#prev:hover {
cursor:pointer;
}
#next:hover {
cursor:pointer;
}
更新时间:2022-05-30 01:46:32
本功能主要实现了table的动态分页,并且还附加了编辑和删除功能,