User:Star0/sandbox 2/styles.css:修订间差异

来自Arcaea中文维基
无编辑摘要
(测试)
第6行: 第6行:
}
}


@media all and ( max-width: 720px ) {
 
td.sidepic {
td.sidepic {
    display: none;
    display: none;
    }
    }


td.autowidth {
.autowidth {
    width:100%;
    width:100%;
    }
    }
}

2020年12月5日 (六) 23:05的版本

@media all and ( min-width: 720px ) {
td.toppic {
    display: none;
    }

}


td.sidepic {
    display: none;
    }

.autowidth {
    width:100%;
    }