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.
有没有办法在不更改line-height包含它的元素的情况下更改文本选择突出显示的高度?
line-height
谢谢。
如果你只用 CSS 来做这件事,答案是否定的。
在选择器中使用 ::selection 的规则中只能使用一小部分 CSS 属性:颜色、背景、背景颜色和文本阴影。请注意,特别是 background-image 被忽略,就像任何其他属性一样。 https://developer.mozilla.org/en-US/docs/CSS/::selection