CSS案例,DIV固定在页面底部,不随滚动条的滚动。

.div{spa     position: fixed;     left: 0;     bottom: 0;     width: 100%;     height: 49px;     line-height: 49px;     z-index: 1010;it }io
相关文章
相关标签/搜索