<button class="btn">确认</button>
.btn:avtive {
background: red; //点击后的颜色
}
CSS点击改变颜色
最新推荐文章于 2024-07-19 17:13:16 发布
<button class="btn">确认</button>
.btn:avtive {
background: red; //点击后的颜色
}