打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

首页:修订间差异

来自云鼎政务网
LZY留言 | 贡献
无编辑摘要
LZY留言 | 贡献
无编辑摘要
标签已被回退
第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;
   }