<style>
#heada{
height:50px;
font-size:14px;
}
</style>
</head>
<body>
<div id="heada" style="background-color:red">
<div class="container" style=" line-height:50px;">
<div >
<p >文本</p>
</div>
<div style="text-align:right">
<p>右对齐文本</p>
</div>
<div class="col-lg-1 col-md-1 col-sm-1 col-xs-1">
<button type="button" style="height:100%; width:100px;">退出</button>
</div>
</div>
</div>
</body>
如代码我用bootstrap的css库里面的container包裹后,要如何才能让按钮高度自适应我设置的heada的高度,我div没有设置高度。我不知道该怎么操作
相关分类