更多操作
无编辑摘要 |
无编辑摘要 |
||
第19行: | 第19行: | ||
.landmark-background { | .landmark-background { | ||
position: absolute; | |||
top: 0; | |||
right: 0; | |||
bottom: 0; | |||
left: 0; | |||
border-radius: 8px; | border-radius: 8px; | ||
} | } |
2023年9月19日 (二) 21:59的版本
#home-landmark {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.landmark-flexcontainer {
display: flex;
flex-direction: column;
margin-top: 8px;
padding-top: 4px;
border-top: 1px solid #ddd !important;
}
.landmark-card {
width: 100%;
position: relative;
}
.landmark-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 8px;
}
.landmark-foreground {
position: absolute;
bottom: 0px;
}