






















.project-list-ul {
display: grid;
margin-top: 5px;
grid-template-columns: repeat(7, minmax(0,1fr));
grid-template-rows: max-content;
height: calc(100% - 40px);
width: 100%;
gap: 24px;
}
.content-list {
position: absolute;
padding-left: 24px;
padding-right: 24px;
width: 100%;
}
@media screen and (max-width: 1920px) {
.project-list-ul {
grid-template-columns: repeat(5, minmax(0,1fr));
}
}
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。