摘要:
.app { background-color: #000; padding: 20px; } .btn { width: 80px; height: 30px; border-radius: 8px; color: #fff; background-color: steelblue; margin 阅读全文
摘要:
获取伪元素 返回一个CSSStyleDeclaration 对象(只读) let btnBefore = window.getComputedStyle(document.querySelector('.btn-item'),':before'); //读取伪元素的某个样式 console.log( 阅读全文