placeholder字体颜色怎么设置修改
input::
-webkit-input-placeholder{
color:
#000}
input:
-moz-placeholder{
color:
#000}//fox1.8
input::
-moz-placeholder{
color:
#000}//fox1.9
input:
-ms-input-placeholder{
color:
#000}
input如何设置透明度,文字不透明
input{
background:none;
background:rgba(255,255,255,.5)
}
转载请注明原文地址: https://www.6miu.com/read-66907.html