CSS 行与块

<body>

<div class="back" style="width:100%;">
<!-----1----------------------------------------- -->
<div class="root1" style="width:1000px;height:200px"> 
<div class="div1" style="display:inline-block;width:30%;height:100%">
<img class="timg" style="width:100%;height:100%" src="1.jpg">
</div>
<div class="div2" style="display:inline-block;width:30%;height:100%">小q</div> 
</div>


<br><br><br><br><br>
<!-----2------------------------------------------ -->
<div class="root2" style="width:1000px;height:200px ;background-color:black"> 
<div class="div1" style="display:inline-block;width:30%;height:100% ;background-color:blue">
<!--img class="timg" style="width:100%;height:100%" src="1.jpg" -->
</div>
<div class="div2" style="display:inline-block;width:30%;height:100% ;background-color:red">小q</div> 
</div>

<!---------------------------------------------- -->
</div>

</body>

https://img.mukewang.com/5b8cf1150001140702680289.jpg

为什么 红色部分不  跟在 蓝色的后面


FFIVE
浏览 653回答 1
1回答

狐的传说

因为&nbsp;height:100%
打开App,查看更多内容
随时随地看视频慕课网APP