Skip to content
DoDoG edited this page Oct 21, 2019 · 1 revision

偽元素修改

<style>
 .thumbs_up_color:before {
    color: red
 } 
</style>

<a class='thumbs_up_color'></a>

在 browser 可以看到的都是真正的元素

Clone this wiki locally