-
Notifications
You must be signed in to change notification settings - Fork 0
css
DoDoG edited this page Oct 21, 2019
·
1 revision
偽元素修改
<style>
.thumbs_up_color:before {
color: red
}
</style>
<a class='thumbs_up_color'></a>
在 browser 可以看到的都是真正的元素
底端