发布时间:2025-12-09 12:04:18 浏览次数:1
```
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title><style>.flex-box{display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-start;justify-items: center; }.box {padding:20px;flex-grow: 1; background: #2b2b2b; color: #fff; text-align: center; vertical-align: middle; margin:10px }.box:hover{opacity: 0.8;}.default{cursor: default;}.n-resize { cursor: n-resize; }.e-resize { cursor: e-resize; }.w-resize { cursor: w-resize; }.ew-resize{cursor: ew-resize;}.s-resize { cursor: s-resize; }.ne-resize { cursor: ne-resize; }.nw-resize { cursor: nw-resize; }.sw-resize { cursor: sw-resize; }.se-resize { cursor: se-resize; }.nesw-resize { cursor: nesw-resize; }.not-allowed { cursor: not-allowed; }.move { cursor: move; }.crosshair { cursor: crosshair; }.zoom-in { cursor: zoom-in; }.zoom-out { cursor: zoom-out; }.progress { cursor: progress; }.pointer { cursor: pointer; }.progress {cursor: progress; }.wait{cursor:wait;}.text{cursor: text;}.vertical-text{cursor: vertical-text;}.initial{cursor: initial;}.grab{cursor: grab;}.grabing{cursor: grabbing;}.help{cursor: help;}</style></head><body><p ><p >default</p><p >n-resize</p><p >e-resize</p><p >w-resize</p><p >ew-resize</p><p >s-resize</p><p >ne-resize</p><p >nw-resize</p><p >nesw-resize</p><p >sw-resize</p><p >se-resize</p><p >not-allowed</p><p >crosshair</p><p >zoom-in</p><p >zoom-out</p><p >pointer</p><p >move</p><p >progress</p><p >wait</p><p >text</p><p >vertical-text</p><p >initial</p><p >grab</p><p >grabing</p><p >help</p></p></body></html>