Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在这个网站上工作。
出于某种原因,在右侧的最后一个块中,我的按钮漂浮在 div 之外(尽管它没有高度)。谁能帮我弄清楚为什么?
这个选择器#see-more-button-container-lists有一个负数margin-bottom。尝试使用margin-bottom:15px. 也是如此#see-more-button-container-lists:hover。
#see-more-button-container-lists
margin-bottom
margin-bottom:15px
#see-more-button-container-lists:hover
将 css for see-more-button-container-listsfrom更改margin-bottom: -15px为margin-bottom: 15px。
see-more-button-container-lists
margin-bottom: -15px
margin-bottom: 15px