完成多样导航

This commit is contained in:
2023-01-19 13:29:10 +08:00
parent 1ccb619633
commit faf5a7c8fc
2 changed files with 43 additions and 2 deletions

View File

@@ -18,15 +18,32 @@
}
&__title {
font-size : 16px;
font-size : 15px;
font-weight: 400;
}
&__content {
margin-top: 5px;
margin-top: 10px;
color : #bbb;
font-size : 14px;
}
}
&__right {
display : flex;
align-items : center;
justify-content: flex-end;
color : #bbb;
&__item {
margin-left: 5px;
}
}
&:not(:last-child) {
border-bottom: 1px solid #eee;
}
}
}