.home-layout { | |
min-height: 100vh; | |
background-color: #f0f2f5; | |
} | |
.home-header { | |
background-color: #001529; | |
padding: 0 24px; | |
height: 64px; | |
} | |
.home-content { | |
padding: 24px 0; | |
} | |
.post-card { | |
background: #fff; | |
border-radius: 8px; | |
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); | |
} |