JClockH xc(讨论 | 贡献) 小无编辑摘要 |
JClockH xc(讨论 | 贡献) 小无编辑摘要 |
||
| 第1行: | 第1行: | ||
#home-nav .home-card__background { | |||
position: absolute; | |||
top: -20px; | |||
right: 0; | |||
bottom: 0; | |||
left: 0; | |||
background: #242a31; | |||
border-radius: 10px; | |||
} | |||
#home-nav .home-card__background img{ | #home-nav .home-card__background img{ | ||
background-position: center center; | background-position: center center; | ||
2023年8月17日 (四) 21:03的版本
#home-nav .home-card__background {
position: absolute;
top: -20px;
right: 0;
bottom: 0;
left: 0;
background: #242a31;
border-radius: 10px;
}
#home-nav .home-card__background img{
background-position: center center;
}
#home-nav .home-card__background:after {
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
content: "";
}
#home-nav .home-card__foreground {
pointer-events: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 15px;
color: #fff;
font-weight: 400;
}