导师搜索标签

This commit is contained in:
2026-07-09 10:47:14 +08:00
parent ed959e6e6d
commit 38e3957da2
8 changed files with 225 additions and 174 deletions
+34 -3
View File
@@ -63,17 +63,48 @@
margin-top: 0.02rem;
}
// 推荐搜索标签
&__quick-tags {
display: flex;
align-items: center;
gap: 0.08rem;
margin-right: 0.16rem;
flex-wrap: wrap;
}
&__quick-label {
font-size: 0.13rem;
color: $text-middle;
white-space: nowrap;
}
&__quick-tag {
font-size: 0.12rem;
color: $accent;
border: 0.012rem solid $accent;
border-radius: 0.04rem;
padding: 0.03rem 0.08rem;
cursor: pointer;
white-space: nowrap;
background: #fff;
transition: background 0.15s;
&:hover {
background: #EDF9FA;
}
}
// 搜索框
&__search-wrap {
position: relative;
display: flex;
align-items: center;
width: 2.8rem;
width: 3rem;
background: $bg-white;
border: 1px solid $border-color;
border-radius: 0.2rem;
border-radius: 0.08rem;
padding: 0 0.12rem;
height: 0.36rem;
height: 0.32rem;
&:focus-within {
border-color: $accent;