css 去掉input默认样式

 

这段必须写在html内

<style type="text/css">
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#fff;
}
</style>

posted @ 2017-08-21 17:51  szchenrong  阅读(371)  评论(0)    收藏  举报