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.
添加padding-top到body等于工具栏高度的元素(40px)
padding-top
body
:target { display:block; padding-top: 20px; }
这会将目标元素的行为更改为块并应用填充。请注意,如果您仅在块级元素(示例)上使用,display:block则没有必要。id
display:block
id
另请注意,如果您链接到句子中间的单词,这肯定不起作用。在这种情况下,您将不得不使用 JavaScript。