Mark
Mark 新起点
css中使用如下属性即可满足固定位置
imgbutton {
position:fixed;
right:2%;
bottom:5%;
z-index:999;
}
要发表评论,您必须先登录。