更多操作
创建页面,内容为“#home-landmark { display: flex; flex-direction: column; justify-content: space-between; }” |
小无编辑摘要 |
||
第3行: | 第3行: | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: space-between; | justify-content: space-between; | ||
} | |||
.landmark-grid { | |||
display: grid; | |||
grid: auto-flow / repeat(1, 100%); | |||
margin-top: 8px; | |||
padding-top: 4px; | |||
border-top: 1px solid #ddd !important; | |||
} | } |