打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。
Xp00000000留言 | 贡献2025年4月10日 (四) 15:15的版本

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
.infobox{
	padding-left: 13px;
}

@media (max-width: 510px) {
  .citizen-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .infobox {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    order: 1;
  }
  
  .citizen-section > p {
    width: 100%;
    margin-top: 20px;
    order: 2;
  }
  
}