You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

29 lines
696 B

// 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