text 更改光标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 更改光标相关的知识,希望对你有一定的参考价值。

body {
	cursor: pointer;
  	cursor: url(https://presser.demo.site/wp-content/uploads/2018/02/cursor-hover.svg) 1 1, auto;
}

.cursor:hover {
	cursor: pointer;
  	cursor: url(https://presser.demo.site/wp-content/uploads/2018/02/cursor-active.svg) 1 1, auto;
}

.cursor-btn {
	display: flex;
    justify-content: center;
	margin-top: 3%;
} 

以上是关于text 更改光标的主要内容,如果未能解决你的问题,请参考以下文章

如何自动更改光标位置?

React Native Text Input Android 光标/插入符号和文本光标颜色

使用 jQuery(兼容 IE6)在 textareas 中捕获“光标位置更改”事件

拖放时更改鼠标光标

如何在Cordova iOS项目中更改文本字段光标颜色

如何更改我的非输入标签的反应?