js|jquery 分页兼容i7,i8浏览器





分页



#pre,
#next,
.page {
cursor: pointer;
color: #333333;
display: inline-block;
}
#total,
#pre,
#next {
display: inline-block;
color: #333333;
font-size: 13px;
}
.page,
#pre,
#next {
margin-left: 5px;
padding: 5px;
border: 1px solid #eee;
min-width: 31px;
text-align: center;
}
.dot {
margin-left: 5px;
}
.active {
background-color: #0a698f;
color: #fff;
}





前一页

1
2
3
...
4
5
6

后一页
共1条数据




【js|jquery 分页兼容i7,i8浏览器】

    推荐阅读