例子:
html部分:
<img src = "../1.jpg" id = "img1">
CSS部分:
#img1{ cursor: zoom-in; //放大图标 cursor: zoom-out; //缩小图标 }
效果图:
放大图标:
缩小图标: