当前位置:首页 > 网站应用 > 正文内容

css中鼠标样式大全

cjw1232年前 (2023-11-01)网站应用2520
<p>请把鼠标移动文字上,看看效果吧</p>
<div style="cursor: pointer;">手形</div> 
<div style="cursor: move;">移动</div> 
<div style="cursor: progress;">正在执行</div> 
<div style="cursor: crosshair;">十字形</div> 
<div style="cursor: text;">文本编辑I</div> 
<div style="cursor: help;">帮助</div> 
<div style="cursor: wait;">等待</div> 
<div style="cursor: inherit;">文本编辑I</div> 
<div style="cursor: auto;">自动(遇到文本变I,遇到链接变手形,遇到可扩展边缘变向各方向拉伸形状……)</div> 
<div style="cursor: default;">默认(箭头)</div> 
<div style="cursor: e-resize;">向右变形(东east)</div> 
<div style="cursor: ne-resize;">向右上变形</div> 
<div style="cursor: nw-resize;">向左上变形</div> 
<div style="cursor: n-resize;">向上变形(北north)</div> 
<div style="cursor: se-resize;">向右下变形</div> 
<div style="cursor: sw-resize;">向左下变形</div> 
<div style="cursor: s-resize;">向下变形(南south)</div> 
<div style="cursor: w-resize;">向左变形(西western)</div>


扫描二维码推送至手机访问。

版权声明:本文由追求完美发布,如需转载请注明出处。

本文链接:https://cjw123.com/blog/?id=32

标签: css
分享给朋友:

相关文章

html meta标签屏蔽搜索引擎的用法

html页面中的 meta 标签可以用来识别搜索引擎的蜘蛛类型,可以规定meta标签所在的html页面是否被蜘蛛抓取,下面是这个meta标签的用法,大家可以借鉴一下。搜索引擎的 meta 标签的解析下面是meta标签对搜索引擎的解析<meta name='robot...

google谷歌翻译镜像网站

查找外文资料对于外语不好的那必须要借助翻译工具,各家翻译工具各有不同,想要使用google谷歌翻译,奈何无法访问,那么如何在国内使用谷歌翻译?google谷歌翻译镜像网站有哪些?https://translate.yunkuerp.cn/https://translate.renwole.com/h...

灯光追踪

<!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">...

流星雨源码特效

<!DOCTYPE html> <html>   <head>     <meta charset="utf-8" />  ...

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。