Template:Col-begin/styles.css - 知沅教育出版社偶梦课程教研所

Template:Col-begin/styles.css

鹤訓讨论 | 贡献2025年8月13日 (三) 01:08的版本 (建立内容为“@media all and (max-width:720px) { table.multicol > tr > td, table.multicol > tbody > tr > td { display:block !important; width:100% !important; padding:0…”的新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
@media all and (max-width:720px) {
	table.multicol > tr > td,
	table.multicol > tbody > tr > td {
		display:block !important;
		width:100% !important;
		padding:0 !important;
	}
}
table.multicol {
	border: 0;
	border-collapse: collapse;
	background-color: transparent;
	color: inherit;
	padding: 0;
}
table.multicol > tr > td,
table.multicol > tbody > tr > td {
	vertical-align: top!important;
}