码迷,mamicode.com
首页 > 其他好文 > 详细

设置input标签的placeholder的样式

时间:2018-11-21 19:38:06      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:inpu   input   NPU   color   row   ref   explorer   net   firefox   

设置input样式代码:

input::-webkit-input-placeholder{ /*WebKit browsers*/

color: red;

}

input::-moz-input-placeholder{ /*Mozilla Firefox*/

color: red;

}

input::-ms-input-placeholder{ /*Internet Explorer*/ 

color: red;

}

设置input标签的placeholder的样式

标签:inpu   input   NPU   color   row   ref   explorer   net   firefox   

原文地址:https://www.cnblogs.com/init-007/p/9996809.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!