如果把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;
}
高度不用指定就好了