0

有没有办法让 Visual Studio 2012nth-child在设计视图中正确呈现选择器?以下选择器均未转换为设计视图。

    table tr td:last-child {
        width:35px;
    }

    table tr td:nth-child(2) {
        width:35px;
    }

奇怪的是,first-child选择器被识别并正确显示。在 IDE 中工作时,我可以使用任何扩展来改进 CSS 翻译吗?

4

0 回答 0