div+css怎么让悬浮的按钮拉到最底下不遮住内容

2025-06-26 23:41:25
推荐回答(1个)
回答1:

不想让按钮遮住内容的话,可以给内容这层div添加如: margin-bottom:100px 或者 padding-bottom:100px,这个像素值>=按钮 栏的高度