|
|
| 第13行: |
第13行: |
|
| |
|
| {| class="wikitable" style="width:100%; margin-top:15px;" | | {| class="wikitable" style="width:100%; margin-top:15px;" |
| ! 页面标题 !! 最后更新 | | ! 最新内容 !! 更新公告 |
| {{#dpl:
| | |
| | namespace =
| |
| | order = descending
| |
| | ordermethod = lastedit
| |
| | count = 10
| |
| | includepage = {#dpl.dpl}
| |
| | format = |,| [[%PAGE%]] || %DATE% \n|,
| |
| }}
| |
| |}
| |
| </div> | | </div> |
|
| |
|
| </div> | | </div> |
|
| |
| <!-- 隐藏页面标题和默认 Logo 的 CSS -->
| |
| <style>
| |
| /* 隐藏页面主标题 */
| |
| .firstHeading, #firstHeading {
| |
| display: none !important;
| |
| }
| |
|
| |
| /* 隐藏默认的左上角 Logo */
| |
| #p-logo {
| |
| display: none !important;
| |
| }
| |
|
| |
| /* 调整主内容区域的上边距 */
| |
| .mw-body {
| |
| margin-top: 0 !important;
| |
| }
| |
|
| |
| /* 如果需要隐藏整个左侧边栏,取消下面的注释 */
| |
| /*
| |
| #mw-panel {
| |
| display: none !important;
| |
| }
| |
| .mw-body {
| |
| margin-left: 0 !important;
| |
| }
| |
| */
| |
|
| |
| /* 卡片悬停效果 */
| |
| .nav-card {
| |
| box-shadow: 0 4px 6px rgba(0,0,0,0.1);
| |
| }
| |
|
| |
| /* 响应式设计 */
| |
| @media (max-width: 768px) {
| |
| .nav-cards {
| |
| grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
| |
| }
| |
| .nav-card a {
| |
| font-size: 14px !important;
| |
| }
| |
| }
| |
| </style>
| |