软件介绍:css修改input输入框中光标的颜色不改变字体的颜色代码input{ color: #fff; caret-color: red;}
css修改input输入框中光标的颜色不改变字体的颜色代码
input{
color: #fff;
caret-color: red;
}