Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 |
||
第16行: | 第16行: | ||
display: block; | display: block; | ||
height: 100%; | height: 100%; | ||
background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent); | |||
border-radius: 0 0 8px 8px; | border-radius: 0 0 8px 8px; | ||
content: ''; | content: ''; |
2023年12月11日 (一) 18:49的版本
#home-featured {
overflow: hidden;
}
#home-featured .home-card__background a {
display: block;
height: 100%;
}
#home-featured .home-card__background:after {
position: absolute;
pointer-events: none;
right: 0;
bottom: 0;
left: 0;
display: block;
height: 100%;
background: linear-gradient(to right, rgba(255, 255, 255, 0.8), transparent);
border-radius: 0 0 8px 8px;
content: '';
}
#home-featured .home-card__foreground {
top: unset;
}
#home-featured .home-card__header {
color: #000;
}