# cursor

cursor用于调整鼠标指针样式

# resize

div {
  cursor: n-resize;
  cursor: e-resize;
  cursor: s-resize; 
  cursor: w-resize;
  cursor: ne-resize;
  cursor: nw-resize;
  cursor: se-resize;
  cursor: sw-resize;
  cursor: ew-resize;
  cursor: ns-resize;
  cursor: nesw-resize;
  cursor: nwse-resize;
}
上次更新: 2/13/2025, 3:29:47 AM