fix: 统一导航栏所有 72px → 56px
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- nav-item 高度 - nav-cont top - login-in 高度 - login-menu top - css/common.css nav-header 高度
This commit is contained in:
@@ -119,7 +119,7 @@ body {
|
|||||||
color: rgba(220, 228, 240, 0.9);
|
color: rgba(220, 228, 240, 0.9);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 72px;
|
height: 56px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -215,7 +215,7 @@ body {
|
|||||||
/* 菜单栏 - 背景由 nav-mega-menu.css 统一管理 */
|
/* 菜单栏 - 背景由 nav-mega-menu.css 统一管理 */
|
||||||
.nav-cont {
|
.nav-cont {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 72px;
|
top: 56px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -288,7 +288,7 @@ body {
|
|||||||
.nav-header .login-in {
|
.nav-header .login-in {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 72px;
|
height: 56px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
@@ -333,7 +333,7 @@ body {
|
|||||||
display: none;
|
display: none;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 72px;
|
top: 56px;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 168px;
|
width: 168px;
|
||||||
background: rgba(14, 16, 26, 0.98);
|
background: rgba(14, 16, 26, 0.98);
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ header:hover {
|
|||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
height: 70px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-header .nav-left {
|
.nav-header .nav-left {
|
||||||
|
|||||||
Reference in New Issue
Block a user