ECShop——回到顶部
在themes/模板文件夹/library/page_footer.lbi文件,在末尾加入如下代码即可实现:
- <style>
- .to_top{width:20px;height:59px;right:40px;position:fixed;bottom:50px;_position:absolute;_top:expression_r(eval_r(document.documentElement.scrollTop+document.documentElement.clientHeight-134))}
- style>
- <a href="#" class="to_top" title="返回顶部"><img src="http://pan.baidu.com/s/1gdl4pJ9" width="20" height="59" />a>

