[安装帮助]
小技巧---阅读页添加返回顶部按钮
有木有发现看完一章小说,想重头看不能直接返回顶部,需要拖动进度条。这个情况反馈给作者大大后,立马表示下个版本会解决,同时放出应急处理方案:
打开 ...\themes\default\reader.ftl 在页脚 </#macro>上面加下下面的代码即可
<div id="full2" style="width:37px; height:22px; position:fixed; left:50%; top:425px; margin-left:493px; z-index:100; text-align:center; cursor:pointer;">
<a class="get_top" alt="返回顶部"></a>
</div>
<div id="full" style="width:37px; height:22px; position:fixed; left:50%; top:562px; margin-left:493px; z-index:100; text-align:center; cursor:pointer;">
<a class="get_bottom" alt="跳至页尾"></a>
</div>
<script src="/themes/default/js/news_top.js" type="text/javascript"></script>
快去试试吧~~
演示:www.8sxs.com