jquery实现前端假分页伪分页效果代码
代码语言:html
所属分类:布局界面
代码描述:jquery实现前端假分页伪分页效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <style type="text/css"> body,html{font-family: "microsoft yahei"} .main { width: 971px; zoom: 1; margin: 100px auto; } .main h2{ text-align: center; font-size:28px; color:#666; text-align: center; } .page_btn { padding-top: 40px; text-align: center; } .page_btn a { cursor: pointer; padding: 10px 17px; border: solid 1px #dbdbdb; font-size: 14px; } .num { padding: 0 10px; } .page_btn a:hover,.page-item:hover{ color: #fff; background: #e84c3d; border: 1px solid #e84c3d; } .page-item { padding: 10px 17px; text-decoration: none; background-color: #ffffff; border: 1px solid #dbdbdb; color: #666666; margin: 0 3px; font-size: 14px; cursor: pointer; } .page-item.current { color: #fff; background: #e84c3d; cursor: pointer; border: 1px solid #e84c3d; } table { border-spacing: 0; border-collapse: collapse; } .table-integral thead { background: #f7f7f7; height: 35px; text-align: center; line-height: 35px; font-size: 14px; color: #333; } .table-integral td { border: 1px solid #e5e5e5; border-collapse: collapse; } .table-integr.........完整代码请登录后点击上方下载按钮下载查看
网友评论0