首页 > 同一个div下两个input不对齐?

同一个div下两个input不对齐?

Dome如下https://jsfiddle.net/y4okbek1/11/
遇到过文字与图片不在一行的情况,
但是两个input不在一起还是第一次见,话说两个基线应该是一样的,为什么还会出现这种情况?


给button加个文字。


跟type有关系


input {
    float: left;
}


vertical-align:baseline
Align the baseline of the box with the baseline of the parent box. If the box doesn't have a baseline, align the bottom of the box with the parent's baseline.

所以说button里面没有文字的话他就会把元素底部和父元素的baseline对齐啦(:3」∠)

【热门文章】
【热门文章】