19 lines
168 B
Stylus
19 lines
168 B
Stylus
|
/* 分页器 */
|
||
|
.paginator {
|
||
|
|
||
|
padding-bottom 40px
|
||
|
|
||
|
.page-number {
|
||
|
display none !important
|
||
|
}
|
||
|
|
||
|
a.prev {
|
||
|
float left
|
||
|
}
|
||
|
|
||
|
a.next {
|
||
|
float right
|
||
|
}
|
||
|
|
||
|
}
|