标签:mamicode asc javascrip ima class info 高度 图片 display
<style>
.box{
display: -webkit-box;
-webkit-box-orient: vertical;
height: 200px;
background: #000;
}
.box2{
display:-webkit-box;
-webkit-box-flex:1;
background: yellow;
}
</style>

<div class="box">
<p>12123123</p>
<div class="box2">
13231
</div>
</div>
标签:mamicode asc javascrip ima class info 高度 图片 display
原文地址:https://www.cnblogs.com/anxiaoyu/p/10975326.html