如何让输入框<input type="text">文字输入的垂直对齐方式为bottom我设置了输入框的高,但输入文字时老是在输入框的顶端.请问要设置哪个属性才能修改这个值?谢谢[解决办法]try: 微调lineHeight值你满意为止 =========== <input type= "text " style= "height:30px;border:1px solid #ddd;line-height:25px; " />