优化首页搜索与讲解详情语言切换
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-09 15:01:33 +08:00
parent 68336fb443
commit eac4b74bdc
2 changed files with 82 additions and 43 deletions

View File

@@ -796,11 +796,24 @@ defineExpose({
}
.home-back-icon {
font-size: 30px;
line-height: 30px;
display: flex;
width: 18px;
height: 18px;
align-items: center;
justify-content: center;
font-size: 0;
line-height: 0;
font-weight: 600;
color: #151713;
transform: translateX(-1px);
}
.home-back-icon::before {
content: '';
width: 10px;
height: 10px;
border-left: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: translateX(2px) rotate(45deg);
}
.home-fullscreen-title {