标签:pad 1.5 height 修改 ott wrap tom san 12px
修改palceholder内文字的css样式
::-webkit-input-placeholder{
color: red;
font-size: 20px;
line-height: 50px;
}
修改class名为test1的元素palceholder内文字css样式
.test1::-webkit-input-placeholder{
color: red;
font-size: 20px;
line-height: 50px;
}
标签:pad 1.5 height 修改 ott wrap tom san 12px
原文地址:http://www.cnblogs.com/xbj-2016/p/6950787.html