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

Home.css

来自失传媒体中文维基
HW留言 | 贡献2026年4月7日 (二) 23:48的版本

页面于 20小时前前HW 建立

页面于 7小时前HW 编辑

状态:未填写 | 类型:未填写

.page-header-info {
	display: none !important;
}

.recent-article {
	max-height: 40vh;
	overflow-y: auto;
}
.other-sites {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	justify-items: center;
	justify-content: center;
	background: var(--color-surface-1);
}

.other-sites .site {
  position: relative;
  cursor: pointer;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
    margin-bottom: 30px;
    margin-top: 30px;
  transition: all 0.3s ease;
}

.other-sites .site  img{
  width: 50px;
  height: 50px;
}