balibabu
feat: layout the knowledge list page and modify the page switching button in the header (#48)
af3ef26
// @import '~@/less/variable.less'; | |
.knowledge { | |
padding: 48px 60px; | |
} | |
.topWrapper { | |
display: flex; | |
justify-content: space-between; | |
align-items: flex-start; | |
padding-bottom: 72px; | |
.title { | |
font-family: Inter; | |
font-size: 30px; | |
font-style: normal; | |
font-weight: @fontWeight600; | |
line-height: 38px; | |
color: rgba(16, 24, 40, 1); | |
} | |
.description { | |
font-family: Inter; | |
font-size: 16px; | |
font-style: normal; | |
font-weight: 400; | |
line-height: 24px; | |
color: rgba(71, 84, 103, 1); | |
} | |
.topButton { | |
font-family: Inter; | |
font-size: 14px; | |
font-style: normal; | |
font-weight: @fontWeight600; | |
line-height: 20px; | |
} | |
.filterButton { | |
display: flex; | |
align-items: center; | |
.topButton(); | |
} | |
} | |