先上代码:
<input type="text" placeholder="测试"/>
input{
font-size: 25px;
font-weight: 600;
color: #666666;
height: 30px;
line-height: 30px;
}
input::-webkit-input-placeholder{
color: #999;
font-size: 12px;
line-height: 20px;
padding-bottom: 10px;
}
效果如图:
相信大家已经明白我的意思了——如何让placeholder="测试"文字垂直居中?我试了各种能想到的方法,都不行,最后放弃了,写了一个伪输入框
去掉input::-webkit-input-placeholder中的line-height属性
补充
亲自试了下好像不可以,换种方法的话可以用positoon