画像1スパンとdivは垂直にセンタリングできません。 divにテキストを追加すると、spanとdivは中心垂直です。 のような画像2.why?
.bc {
background-color:red;
display:inline-block;
height:30px;
line-height:30px;
width:400px;
}
.tips {
height:30px;
line-height:30px;
}
<span class="tips">SO</span><div class="bc"></div>
ここにあなたのコードを共有してください(動作するスニペットを作成してください)また、問題についてより具体的にしてください –
ok.next time i will – dykily