最佳答案
如果我理解正确你可以这样写:
原文链接:https://www.f2er.com/css/427525.html.parent{
position:relative;
width:100px;
height:100px;
}
.dynamicDiv{
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
}