让input输入的文字和placeholder的提示文字颜色不一样
展开阅读全文

先附加input的文字颜色,再附加placeholder的颜色

<style>
input{color:#ffffff}
input-placeholder{color:#464646}
</style>