<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>鼠标形状css样式</title> </head> <body> <div><a href="javascript:void(0);" title="cursor:hand" style="cursor:hand;">hand 手型</a></div> <div><a href="javascript:void(0);" title="cursor:pointer" style="cursor:pointer;">pointer 手型</a></div> <div><a href="javascript:void(0);" title="cursor:crosshair" style="cursor:crosshair;">crosshair 十字型</a></div> <div><a href="javascript:void(0);" title="cursor:help" style="cursor:help;">help 问号</a></div> <div><a href="javascript:void(0);" title="cursor:text" style="cursor:text;">text 文本</a></div> <div><a href="javascript:void(0);" title="cursor:wait" style="cursor:wait;">wait 等待</a></div> <div><a href="javascript:void(0);" title="cursor:default" style="cursor:default;">default 默认</a></div> <div><a href="javascript:void(0);" title="cursor:e-resize" style="cursor:e-resize;">e-resize 向右箭头</a></div> <div><a href="javascript:void(0);" title="cursor:ne-resize" style="cursor:ne-resize;">ne-resize 向右上的箭头</a></div> <div><a href="javascript:void(0);" title="cursor:n-resize" style="cursor:n-resize;">n-resize 向上的箭头</a></div> <div><a href="javascript:void(0);" title="cursor:nw-resize" style="cursor:nw-resize;">nw-resize 左上的箭头</a></div> <div><a href="javascript:void(0);" title="cursor:w-resize" style="cursor:w-resize;">w-resize 向左的箭头</a></div> <div><a href="javascript:void(0);" title="cursor:sw-resize" style="cursor:sw-resize;">sw-resize 向左下的箭头</a></div> <div><a href="javascript:void(0);" title="cursor:s-resize" style="cursor:s-resize;">s-resize 向下的箭头</a></div> <div><a href="javascript:void(0);" title="cursor:se-resize" style="cursor:se-resize;">se-resize 向右下的箭头</a></div> <div><a href="javascript:void(0);" title="cursor:row-resize" style="cursor:row-resize;">row-resize</a></div> <div><a href="javascript:void(0);" title="cursor:col-resize" style="cursor:col-resize;">col-resize</a></div> <div><a href="javascript:void(0);" title="cursor:-webkit-grab" style="cursor:-webkit-grab;">-webkit-grab</a></div> <div><a href="javascript:void(0);" title="cursor:grab" style="cursor:grab;">grab</a></div> <div><a href="javascript:void(0);" title="cursor: move !important" style="cursor: move !important;">move</a></div> <div><a href="javascript:void(0);" title="cursor: not-allowed" style="cursor: not-allowed;">not-allowed</a></div> </body> </html>
时间: 2024-10-06 15:43:08