跳至内容
Mark
Mark 新起点
标签:
固定位置
html实现图片固定在右下角
css中使用如下属性即可满足固定位置
imgbutton {
position:fixed;
right:2%;
bottom:5%;
z-index:999;
}