1
2
3
4
5
6
7
8
/*风格1*/
.PagerStyle1 { }
.PagerStyle1 .normalFontColor { color: #666666; }
.PagerStyle1 .allPageNumberFontColor { color: #333;  }
.PagerStyle1 .indexPageNumberFontColor { color: red; font-weight: 700; }
.PagerStyle1 a { padding: 4px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; margin-right: 2px; color: #FFF; }
.PagerStyle1 a:hover { color: #fff; background: #ffa501; border-color: #ffa501; text-decoration: none; }
.PagerStyle1 .nowNumber { color: red;padding: 4px 8px;  margin-right:3px; border:1px solid #ddd; color:red;}