更多操作
无编辑摘要 |
无编辑摘要 |
||
第4行: | 第4行: | ||
justify-content: space-between; | justify-content: space-between; | ||
} | } | ||
. | .creator-grid { | ||
display: grid; | display: grid; | ||
grid: auto-flow 48px / repeat(2, 50%) | grid: auto-flow 48px / repeat(2, 50%) | ||
} | |||
.creator-container { | |||
margin: 10px; | |||
} | |||
.creator-title { | |||
display: flex; | |||
} | |||
.creator-pic { | |||
border-radius: 50%; | |||
} | } |