📅  最后修改于: 2022-03-11 14:47:40.948000             🧑  作者: Mango
代码示例1
#first {
width: 100px;
height: 100px;
background: red;
}
#first #second{
width: 50%;
height: 50%;
background: green;
}