/* ---------------------------------------------------------- */ /* */ /* 分页 */ /* */ /* */ /* ---------------------------------------------------------- */ .pager{text-align: center;font-size: 14px; background:#eee; padding:1rem 0;} .pager a{padding: 5px 15px;height: 24px; line-height: 24px; display: inline-block;margin:0 2px; color:#111;} .pager span.current,.pager a:hover{display: inline-block;padding: 5px 15px; color:#fff;height: 24px; line-height: 24px; background:#0265d7;} @media only screen and (max-width: 640px) { .pager .pageOp{display: none;} }