首页头部初步

This commit is contained in:
禺狨
2023-03-23 17:52:59 +08:00
parent 872f5baca8
commit d72e35ed67
2 changed files with 18 additions and 0 deletions

View File

@@ -23,5 +23,15 @@
height: 40px;
}
}
.department-name {
font-size: 14px;
font-weight: 400;
color: rgba(0, 0, 0, 0.45);
line-height: 24px;
background: #f6f6f6;
border-radius: 8px 4px 8px 4px;
padding: 0 8px;
margin-right: 16px;
}
}
}