Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
验证字段后,如何更改标签的验证颜色?当一个字段被验证时,它看起来像这样......
我希望标签“用户名”在成功验证后成为标准黑色,我查看了 js 文件和 css 文件,但不确定在哪里更改颜色。以前有没有人遇到过这个问题,如果是这样,你是如何改变颜色的以及在哪里改变颜色?
当状态有效时,它会添加 has-success 类,
它会在 bootstrap.css 中找到
只需更新以下 css :
.has-成功 .form-control
.has-success .input-group-addon