caret-color可以自定义鼠标闪烁色,只能用在 表单元素内,例如 input里面

例如:

html:
<input type="" name="" id="" value="" />

css:
input{caret-color: red;}

兼容:除ie之外都可以尝试