Code first:
<input type="text" placeholder=""/>
input{
font-size: 25px;
font-weight: 600;
color: -sharp666666;
height: 30px;
line-height: 30px;
}
input::-webkit-input-placeholder{
color: -sharp999;
font-size: 12px;
line-height: 20px;
padding-bottom: 10px;
}
effect is shown in figure
I believe you already know what I mean-how to center the placeholder= "test" text vertically? I tried every method I could think of, but it didn"t work. I finally gave up and wrote a pseudo input box