feat: 添加项目库组件并优化搜索页面样式和功能

新增项目库组件item-project,包含学校、专业、学费等信息的展示
优化搜索页面样式,调整分类项宽度和间距
修复搜索页面滚动定位问题,完善分页和URL参数处理
添加本地开发服务器脚本serve.ps1
更新public.css和public.less样式文件
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-11-20 19:11:48 +08:00
parent c9e229a5cd
commit 40d06c180f
14 changed files with 558 additions and 124 deletions

View File

@@ -16,6 +16,9 @@
padding-top: 39px;
padding-bottom: 38px;
margin-right: 20px;
position: sticky;
top: 10px;
.avatar-box {
position: relative;
margin-bottom: 20px;
@@ -165,7 +168,7 @@
a {
text-decoration: none;
}
.bi-url {
text-decoration: underline;
color: #04b0d5;