为表结构化网站创建移动css或创建适当的结构?

时间:2016-08-29 12:20:47

标签: html css

有人要我创建this website的移动版本。 移动网站对我来说是一个新主题,我想知道我是否应该在旧结构上使用媒体标签。整个网站是一个很大的桌子......甚至可以用桌面网站的css来做到这一点吗?

我正在获得这样的css规则,在我看来这不是要走的路:

@media only screen and (max-device-width: 480px) {

    body > table:nth-child(1) > tbody > tr:nth-child(2) > td > table > tbody > tr:nth-child(1) {
        display:none;
    }
}

0 个答案:

没有答案