JClockH xc(讨论 | 贡献) 小无编辑摘要 |
JClockH xc(讨论 | 贡献) 小无编辑摘要 |
||
| 第20行: | 第20行: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
padding: 0 | padding: 0 17px; | ||
color: # | color: #fff; | ||
font-weight: 400; | font-weight: 400; | ||
} | } | ||
2023年8月13日 (日) 01:58的版本
#home-nav {
margin-top: 0.8rem;
}
#home-nav .home-card__background:after {
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background: linear-gradient(to right,#000,transparent);
content: "";
}
#home-nav .home-card__foreground {
pointer-events: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 17px;
color: #fff;
font-weight: 400;
}