前提高度不设定或者auto,min-heigth都不适应,底部会出现空白。
.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;
}
把bottom:0 去掉