(创建页面,内容为“#home-nav { margin-top: 0.8rem; } #home-nav .home-card__background:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; background: linear-gradient(to right,#000,transparent); content: ""; } #home-nav .home-card__foreground { height: 100%; width: 100%; display: flex; align-items: center; padding: 0 15px; color: #fff; font-weight: 500; }”) |
小无编辑摘要 标签:已被回退 |
||
第10行: | 第10行: | ||
display: block; | display: block; | ||
background: linear-gradient(to right,#000,transparent); | background: linear-gradient(to right,#000,transparent); | ||
content: | height:100%; | ||
width:100%; | |||
content:' '; | |||
} | } | ||
2024年4月30日 (二) 14:30的版本
#home-nav {
margin-top: 0.8rem;
}
#home-nav .home-card__background:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background: linear-gradient(to right,#000,transparent);
height:100%;
width:100%;
content:' ';
}
#home-nav .home-card__foreground {
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 15px;
color: #fff;
font-weight: 500;
}