Html
    Css
    Js

    
                        
.div {
	height:2000px;
}
._top {
	position:fixed;
	right:0;
	bottom:30%;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	width:50px;
	height:50px;
	border:1px solid #CCC;
	display:none;
	background-color:#333;
	color:aliceblue;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.4.2
 立即下载

向下滚动显示返回顶部

0