css将div层固定显示在页面底部不随滚动条滚动


复制代码
代码如下:

#totop
{
position:fixed;
right:10px;
bottom:10px;
width:100px;
height:100px;
}