tips03-placeholder 属性

Posted norazhang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tips03-placeholder 属性相关的知识,希望对你有一定的参考价值。

主要是要处理兼容性问题
input::-webkit-input-placeholder{ color:red; font-size:14px; }
input:-moz-placeholder{ color:red; font-size:14px;}
input::-moz-placeholder{ color:red;font-size:14px; }
input:-ms-input-placeholder{ color:red; font-size:14px; }

以上是关于tips03-placeholder 属性的主要内容,如果未能解决你的问题,请参考以下文章

python tips:描述符descriptor

python tips:类与实例的属性问题

python tips:类的动态绑定

tips

python tips:类的绑定方法(bound)和非绑定方法(unbound)

wap开发tips