Zeroclanzhang(讨论 | 贡献) 无编辑摘要 标签:已被回退 |
Zeroclanzhang(讨论 | 贡献) 无编辑摘要 标签:手工回退 |
||
第1行: | 第1行: | ||
#home-featured { | #home-featured { | ||
overflow: hidden; | |||
} | } | ||
#home-featured .home-card__background a { | #home-featured .home-card__background a { | ||
display: block; | |||
height: 100%; | |||
} | } | ||
#home-featured .home-card__background:after { | #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 top, #000, transparent ); | |||
border-radius: 0 0 8px 8px; | |||
content: ''; | |||
} | } | ||
#home-featured .home-card__foreground { | #home-featured .home-card__foreground { | ||
pointer-events: none; | |||
right: 15px; | |||
bottom: 15px; | |||
left: 15px; | |||
} | } |
2023年12月11日 (一) 17:10的版本
#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 top, #000, transparent );
border-radius: 0 0 8px 8px;
content: '';
}
#home-featured .home-card__foreground {
pointer-events: none;
right: 15px;
bottom: 15px;
left: 15px;
}