input{
color: red;/*输入文字、光标颜色*/
-webkit-text-fill-color: blue;/*输入文字、placeholder颜色*/
caret-color: yellow;/*光标颜色*/
}
相关文章