LOGO尺寸调整: - 767px:100px x 24px(原来90px x 20px) - 575px:90px x 22px(原来80px x 18px) - 360px:80px x 20px(原来70px x 16px) 注册按钮显示确保: - 保持 display: flex !important 确保在移动端显示 - 确保 .no-login 有 order: 4 放在最右侧 - 所有移动端样式都使用 !important 优先级 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2506,8 +2506,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#index .nav-header .nav-left .nav-icon img {
|
#index .nav-header .nav-left .nav-icon img {
|
||||||
width: 90px;
|
width: 100px;
|
||||||
height: 20px;
|
height: 24px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3049,8 +3049,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#index .nav-header .nav-left .nav-icon img {
|
#index .nav-header .nav-left .nav-icon img {
|
||||||
width: 80px;
|
width: 90px;
|
||||||
height: 18px;
|
height: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#index .nav-right {
|
#index .nav-right {
|
||||||
@@ -3536,8 +3536,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#index .nav-header .nav-left .nav-icon img {
|
#index .nav-header .nav-left .nav-icon img {
|
||||||
width: 70px;
|
width: 80px;
|
||||||
height: 16px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#index .nav-right .nav-text-link {
|
#index .nav-right .nav-text-link {
|
||||||
|
|||||||
Reference in New Issue
Block a user