JClockH xc(讨论 | 贡献) 小无编辑摘要 |
JClockH xc(讨论 | 贡献) 小无编辑摘要 |
||
| 第11行: | 第11行: | ||
display: block; | display: block; | ||
content: ""; | content: ""; | ||
} | |||
#home-content .home-card__foreground__intro { | |||
pointer-events: none; | |||
height: 100%; | |||
width: 100%; | |||
display: flex; | |||
align-items: center; | |||
padding: 0 10px; | |||
color: inherit; | |||
font-weight: inherit; | |||
} | } | ||
2023年8月15日 (二) 20:07的版本
#home-content {
margin-top: 1.25em;
}
#home-content .home-card__background:after {
position: absolute;
pointer-events: none;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
content: "";
}
#home-content .home-card__foreground__intro {
pointer-events: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 10px;
color: inherit;
font-weight: inherit;
}
#home-content .home-card__foreground {
pointer-events: none;
height: 100%;
width: 100%;
display: flex;
align-items: center;
padding: 0 15px;
color: #fff;
font-weight: 400;
}