改变输入光标的颜色

CSS代码:
input {
    color: #333;
    caret-color: red;
}
HTML代码:
<input value="文字内容">

你可能感兴趣的:(h5)