CB2-20200827ONU\Administrator
2021-10-08 d789099e9dc45e7fa3ee0eb73ee97f80b1963466
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;}