/*repeater 分页样式*/ #LB_Navgetion { } /*样式位置*/ .RepeaterNumberPanel { } /*当前选中*/ .RepeaterNumberList_Now { display: inline-block; width: 28px; height: 28px; text-align: center; line-height: 27px; vertical-align: top; background-color: #1679d4; border: 1px #1679d4 solid; color: #fff; margin-left:5px; margin-right:5px; } /*页码*/ .RepeaterNumberList { display: inline-block; width: 28px; height: 28px; text-align: center; line-height: 27px; border: 1px #c9c9c9 solid; vertical-align: top; color: #000; margin-left:5px; margin-right:5px; } .RepeaterNumberList a span { display:block; width:28px; height:28px; background:#fff; border:1px solid #ddd; text-align:center; line-height:28px; } /*鼠标滑过*/ .RepeaterNumberList :hover { } /*上、下一页*/ .RepeaterNumberList_Page { display: inline-block; width: 28px; height: 28px; text-align: center; line-height: 27px; border: 1px #c9c9c9 solid; vertical-align: top; color: #000; margin-left:5px; margin-right:5px; } .RepeaterNumberList_Page:hover { } /*第几页*/ .RepeaterList { height: 34px; margin-left:10px; vertical-align:top; }