摘要: .app { background-color: #000; padding: 20px; } .btn { width: 80px; height: 30px; border-radius: 8px; color: #fff; background-color: steelblue; margin 阅读全文
posted @ 2021-09-22 18:17 ~LemonWater 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 获取伪元素 返回一个CSSStyleDeclaration 对象(只读) let btnBefore = window.getComputedStyle(document.querySelector('.btn-item'),':before'); //读取伪元素的某个样式 console.log( 阅读全文
posted @ 2021-09-22 16:31 ~LemonWater 阅读(412) 评论(0) 推荐(0) 编辑