时间:2021-07-01 10:21:17 帮助过:43人阅读
1:贴着下边框
调一下font-size:14px; 或者line-height:20px等等
2:文字垂直方向居中试试,想要实现有可能需要多个属性在一起才可以
style="text-align:center; vertical-align:middle;line-height:20px;height:20px;"
3:参考
input::-moz-focus-inner{ border: 0;padding: 0;}/*针对Firefox*/
.comment_btn{
height:26px;
line-height:22px;/*针对IE*/
width:68px;
}
input设置padding
给input设置 css height line-height 两个保持一致就能垂直居中