CSS 小记

来源:互联网 发布:linux sendto 编辑:程序博客网 时间:2024/05/20 03:08

DIV 悬浮 根据滚动条移动:

.divText{     width:100%;     height:30px;     margin:0 auto;     overflow:hidden;     position: fixed;     bottom:50;     right:0;}