// 文章和页面皆为markdown渲染而来,因此使用同一套css .markdown-container display: flex flex-direction: row justify-content: space-between gap: 16px .content width: 73%; display: flex; flex-direction: row; gap: 12px .article-container background-color: rgb(231, 225, 199) height: fit-content padding: 4px 64px display: flex flex-direction: column gap: 16px width: 100% // overflow-y: scroll overflow-x: hidden justify-content: space-between font-size: 18px .side-information width: 24% position: sticky top: 16px align-self: flex-start