position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
height: 500px;
margin-bottom: -250px;
opstion absolute怎么垂直居中
阅读 96
2023-02-17
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
height: 500px;
margin-bottom: -250px;
相关推荐
精彩评论(0)