【发布时间】:2017-09-07 01:11:21
【问题描述】:
我有以下代码,但底部没有显示,我不知道为什么。
这是不显示的部分:
<div class="tribeconversation">
<div class="tribeconvo">Joeyc: hey everyone</div>
<div class="tribeconvo">JakeP97: hello joey</div>
<div class="tribeconvo">Joeyc: oi m8, whats up</div>
<div class="tribeconvo">TheKid: LOL hey JakeP</div>
<div class="tribeconvo">Joeyc: RIP</div>
</div>
【问题讨论】:
-
不确定是否与
display: inline-block的项目有关 -
嗯,
font-size: 0;也许? -
LMAO 太多的编码让我脑筋急转弯。谢谢大家!