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.
有没有办法在谷歌浏览器中快速复制被检查元素的所有 css 代码?
我发现在设计时,有时更容易通过检查即时更改 css 以找出正确的像素距离,而不是更改代码并刷新页面。
这种能力真的存在吗?
感谢 steveax 的评论,我能够找到答案,我将与您分享
编辑检查的元素后,转到源选项卡并选择定义该元素的适当 CSS,编辑后的属性将出现在那里,您可以定期复制。
显然,直接从样式窗口复制会更舒服..