Home.css:修订间差异
来自失传媒体中文维基
更多操作
状态:未填写 | 类型:未填写
| 第13行: | 第13行: | ||
justify-content: center; | justify-content: center; | ||
background: var(--color-surface-1); | background: var(--color-surface-1); | ||
} | |||
.other-sites .site { | |||
position: relative; | |||
cursor: pointer; | |||
display: block; | |||
width: 50px; | |||
height: 50px; | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
background-position: center; | |||
margin-bottom: 30px; | |||
margin-top: 30px; | |||
transition: all 0.3s ease; | |||
} | } | ||
2026年4月7日 (二) 23:46的版本
.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;
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-bottom: 30px;
margin-top: 30px;
transition: all 0.3s ease;
}