<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pager a{
	display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    color: #999;
    margin-right: 6px;
    text-align: center;
}
.pager a.all{
	display: inline-block;
    width: 65px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 14px;
    color: #999;
    margin-right: 6px;
    text-align: center;
}
.pager a.cur{
	color: #fff;
	background: #2e8ae6;
	border-color: #2e8ae6;
}</pre></body></html>