2023年政策修订增补工作正在进行中,欢迎参与!
Template:Multicol/styles.css
跳转到导航
跳转到搜索
@media all and (max-width:720px) {
table.multicol > tr > td,
table.multicol > tbody > tr > td {
display:block !important;
width:auto !important;
}
}
table.multicol {
border: 0;
border-collapse: collapse;
background-color: transparent;
padding: 0;
table-layout: fixed;
}
table.multicol > tr > td,
table.multicol > tbody > tr > td {
vertical-align: top!important;
}
/* [[Category:在模板名字空间下的CSS页面]] */