mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-10 13:35:52 +10:00
31 lines
477 B
Stylus
31 lines
477 B
Stylus
#pagenavi
|
|
font-family font-title
|
|
height 15 + 10px
|
|
position relative
|
|
margin-bottom 50px
|
|
a
|
|
background color-main01
|
|
color #fff
|
|
display block
|
|
line-height 15px
|
|
opacity 0.7
|
|
padding 5px 15px
|
|
border-radius 15px
|
|
transition 0.3s
|
|
&:hover
|
|
opacity 1
|
|
|
|
&:before, &:after
|
|
font-family font-icon
|
|
|
|
|
|
.prev
|
|
&:before
|
|
content "\f053"
|
|
padding-right 15px
|
|
|
|
|
|
.next
|
|
&:after
|
|
content "\f054"
|
|
padding-left 15px |