问题 当鼠标滑过网页的某些按键时,往往会变成小手。
解决
//在需要悬停增加小手显示的class处增加如下设置即可 .a-b-c { cursor: pointer; } <div class="a-b-c"></div>