输入框的字体颜色

input{
    color:red;
}

输入框的光标颜色

input{
    caret-color:red;
    /*caret-color: transparent; 透明*/
}
分类: 前端开发

0 条评论

发表回复

Avatar placeholder

您的电子邮箱地址不会被公开。 必填项已用*标注