有没有可能用更少的资源做到这一点?
a { &:after { background: red; } &:hover { &:after { background: blue; } } }
当鼠标悬停在a上时,我无法让:after更改颜色
a
:after
https://stackoverflow.com/questions/16796570
相似问题