时间:2021-07-01 10:21:17 帮助过:37人阅读
div.father {
border: 1px solid black;
align-items: center;
justify-content: center;
display: flex;
height: 300px;
width: 300px;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
}
div.son {text-align:right;
padding: 20px 20px 0 0;
border: 1px solid black;
height: 100px;
width: 100px;
}