猿问

如何用css让一个div盒子随内容高度自适应

如果把height给成auto或者min-height底部就会出现空白

.errors{    width: 390px;    min-height: 210px;    background:white;    position: fixed;    top: 0;    right: 0;    bottom: 0;    left: 120px;    z-index: 100;    margin: 150px auto;    color: black;
}

拉风的咖菲猫
浏览 4455回答 1
1回答

郎朗坤

想自适应高度肯定是不能写死的,出现空白的原因是你同时写了top和bottom
随时随地看视频慕课网APP

相关分类

Html5
我要回答