<div class="parent">
<div class="left-child">
<img src="logo.jpg" alt="logo">
</div>
<div class="right-child">
<form action="#">
<input type="text" value="search">
</form>
</div>
</div>
当徽标高度增加时,我想垂直居中right-child
表格。left-child
有人能帮我吗?
PS:Logo由用户上传。所以我不知道徽标的高度。