HTML 选择器

c56 div:nth-of-type(1) {
    margin-left: 12px;
    margin-top: 25px;
}


.c56 div:nth-of-type(2) {
    margin-top: -352px;
    margin-left: 250px;
}
原文地址:https://www.cnblogs.com/JBLi/p/10598265.html