CSS样式 鼠标状态
- /*正常鼠标 */
- cursor:auto;
- /*十字鼠标 */
- cursor:crosshair;
- /*默认鼠标 */
- cursor:default;
- /*手*/
- cursor:pointer;
- /*移动鼠标 */
- cursor:move;
- /*改变大小鼠标 */
- cursor:e-resize,ne-resize,nw-resize,n-resize,se-resize,sw-resize,s-resize,w-resize;
- /*文字鼠标 */
- cursor:text;
- /*等待鼠标 */
- cursor:wait;
- /*求助鼠标 */
- cursor:help;