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