自定义input默认placeholder样式

input::input-placeholder {
color: #fb4747;
} input::-webkit-input-placeholder {
color: #fb4747;
} input:-ms-input-placeholder {
color: #fb4747;
} input:-moz-placeholder {
color: #fb4747;
} input::-moz-placeholder {
color: #fb4747;
} input:focus::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0);
} input:focus::-moz-input-placeholder {
color: rgba(0, 0, 0, 0);
}

  

上一篇:maven多模块启动required a bean of type com.xxx.xxx.service that could not be found.


下一篇:How to solve the error "Field service in com.xx.xxx.xxxx required a bean of type 'com.aa.bb.cc' that could not be found."