feat: 添加移动端适配和优化组件样式

refactor: 重构CSS和LESS文件结构
style: 调整搜索页和公共样式
fix: 修复组件图片路径问题
docs: 更新组件文档和注释
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-23 19:13:01 +08:00
parent 2fd55c3e61
commit 826700970d
26 changed files with 2130 additions and 343 deletions

View File

@@ -199,6 +199,8 @@
}
.search-no {
padding-bottom: 30px;
.earth-icon {
width: 239px;
height: 180px;
@@ -343,12 +345,12 @@
#search {
.search-box {
width: auto !important;
margin: 0 10px 20px;
// margin: 0 10px 20px;
height: 40px !important;
}
.classify {
margin-left: 10px;
margin-right: 10px;
// margin-left: 10px;
// margin-right: 10px;
}
.matter {
@@ -436,5 +438,6 @@
@media screen and (max-width: 450px) {
#search .classify .item {
padding: 0 5px;
margin-right: 5px !important;
}
}