Home.css
来自失传媒体中文维基
更多操作
状态:未填写 | 类型:未填写
.other-sites {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-items: center;
justify-content: center;
background: rgba(var(--lightblock-background-color));
}
.site.lostmeida-cn {
--img: url(https://lostmedia.wdfiles.com/local--files/start/cn-logo-2.svg)
}
.other-sites .site {
position: relative;
cursor: pointer;
display: block;
width: 50px;
height: 50px;
background-image: var(--img);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
margin-bottom: 30px;
margin-top: 30px;
transition: all 0.3s ease;
}