表单--控制光标颜色
程序员文章站
2022-06-01 08:43:01
...
input textarea 控制光标颜色---caret-color
//代码:
<input type="text" class="input-text"/>
<textarea rows="10" cols='30' class="input-text"/>
//样式:
.input-text{caret-color:#890}
大家也可以查看该篇文章:
https://www.w3cplus.com/css/caret-color.html
作者写的要详细的多多~~~