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.

42 lines
943 B

1 year ago
// markdown使css
.markdown-container
display: flex
flex-direction: row
justify-content: space-between
gap: 16px
1 year ago
.article-title
font-size: 3em
1 year ago
.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
1 year ago
align-self: flex-start
.info-box
margin-left: -1.6em
line-height: 1.6em
.time-info, .stat-info
font-size: 14px
.big
font-size: 16px
.author
font-size: 16px
font-weight: bold