css 去掉input默认样式
这段必须写在html内
<style type="text/css">
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#fff;
}
</style>
这段必须写在html内
<style type="text/css">
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#fff;
}
</style>