2018-04-04 10:39:21 +00:00
|
|
|
.prev-next-nav {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
2019-01-12 03:33:27 +00:00
|
|
|
width: ~'calc(100% - 194px - 64px)';
|
2018-04-04 10:39:21 +00:00
|
|
|
margin-left: 64px;
|
|
|
|
font-size: 14px;
|
|
|
|
border-top: 1px solid @site-border-color-split;
|
|
|
|
|
|
|
|
> .prev-page,
|
|
|
|
> .next-page {
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
line-height: 72px;
|
|
|
|
height: 72px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .next-page {
|
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chinese {
|
|
|
|
margin-left: 0.5em;
|
|
|
|
}
|
|
|
|
}
|