Files
2012-12-01 18:16:12 +08:00

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