.key{
background: #f00;
width: 144px;
display: flex;
justify-items: center;
align-items: center;
justify-content: center;
// top: 50%;
// transform: translateY(-50%)
}
.list{
height:90px;
background: #a1f5bf;
flex: 1;
}
key和list会等高
key中的子元素会上下左右居中