首页:修订间差异
来自云鼎政务网
更多操作
无编辑摘要 |
无编辑摘要 标签:已被回退 |
||
| 第3行: | 第3行: | ||
css | css | ||
@media only screen and (max-width: 768px) { | @media only screen and (max-width: 768px) { | ||
body { | body { | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
#content { | #content { | ||
max-width: 100% !important; | max-width: 100% !important; | ||
padding: 0 15px !important; | padding: 0 15px !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
} | } | ||
#mw-panel { | #mw-panel { | ||
display: none !important; | display: none !important; | ||
} | } | ||
#mw-head { | #mw-head { | ||
width: 100% !important; | width: 100% !important; | ||
padding: 0 10px !important; | padding: 0 10px !important; | ||
} | } | ||
img, table, .mw-parser-output table { | img, table, .mw-parser-output table { | ||
max-width: 100% !important; | max-width: 100% !important; | ||
height: auto !important; | height: auto !important; | ||
} | } | ||
.mw-code, pre { | .mw-code, pre { | ||
overflow-x: auto !important; | overflow-x: auto !important; | ||
max-width: 100% !important; | max-width: 100% !important; | ||
} | } | ||
2026年1月5日 (一) 13:17的版本

云鼎共和国,简称云国,是一个共和国。 css @media only screen and (max-width: 768px) {
body {
margin: 0 !important;
padding: 0 !important;
}
#content {
max-width: 100% !important;
padding: 0 15px !important;
margin: 0 !important;
}
#mw-panel {
display: none !important;
}
#mw-head {
width: 100% !important;
padding: 0 10px !important;
}
img, table, .mw-parser-output table {
max-width: 100% !important;
height: auto !important;
}
.mw-code, pre {
overflow-x: auto !important;
max-width: 100% !important;
}