fix(样式): 修复移动端布局问题并优化样式

修复移动端搜索页面的布局问题,优化响应式设计
调整头部导航栏的z-index防止遮挡
统一处理签到组件的显示逻辑
修复搜索推荐框宽度问题
优化媒体查询断点设置
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-24 18:54:19 +08:00
parent 826700970d
commit f2469a1a3b
12 changed files with 445 additions and 308 deletions

View File

@@ -218,6 +218,7 @@
}
#search .search-no .recommend-box .hot-box {
width: 100%;
min-width: 0;
background-color: #ffffff;
border: 1px solid #e9eef2;
border-radius: 10px;
@@ -248,7 +249,8 @@
margin-right: 5px;
}
#search .search-no .recommend-box .read-box {
width: 291px;
width: 100%;
min-width: 0;
background-color: #ffffff;
border: 1px solid #e9eef2;
border-radius: 10px;