首页 > css如何设置input里的光标变为白色,以及placeholder也变白色,同时保证兼容性友好?

css如何设置input里的光标变为白色,以及placeholder也变白色,同时保证兼容性友好?

如题


input::-moz-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder { color: #fff; }
【热门文章】
【热门文章】