feat(响应式布局): 优化移动端头部导航和用户信息展示
调整媒体查询断点至480px和768px,优化小屏幕下的布局 添加移动端导航菜单显示逻辑和用户信息展示 新增关闭按钮功能及登录状态判断
This commit is contained in:
@@ -2133,6 +2133,19 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.head-more {
|
||||
display: none;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
.head-top {
|
||||
.head-more {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hot-tag {
|
||||
@@ -2411,6 +2424,7 @@ td {
|
||||
.head-more-right {
|
||||
width: 84px;
|
||||
height: 30px;
|
||||
display: none;
|
||||
|
||||
.information-box {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user