Html
    Css
    Js

    
                        
.Btn1_Buy {
	widthL:100px;
	height:30px;
	border:1px solid #ccc;
	border-radius:2px;
}
#vnSixBox {
	widthL:300px;
	height:100px;
	border:1px solid #ccc;
	border-radius:2px;
	margin-top:500px;
}
#vnSixBox img {
	margin-right:2%;
	margin-left:1%;
	margin-top:1%;
}

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

点击按钮定位锚点

点击按钮可以定位到页面指定位置,运用css3的动画animate的scrolltop属性即可。

0