< a href="" class="test">链接内容</a>
.test {
color:#eeffee;
}
.test:hover {
color:#ff0000;
}
网页实现鼠标经过文字后更改颜色
最新推荐文章于 2022-06-09 15:11:02 发布
< a href="" class="test">链接内容</a>
.test {
color:#eeffee;
}
.test:hover {
color:#ff0000;
}