style: optimize header style
This commit is contained in:
parent
3af22f08d0
commit
abd2d8185e
|
@ -34,12 +34,15 @@ $logo-title-font-size = 2.2rem;
|
|||
}
|
||||
|
||||
.left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.logo-title {
|
||||
font-size: $logo-title-font-size;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1px;
|
||||
color: var(--first-text-color);
|
||||
transition();
|
||||
|
||||
+keep-tablet() {
|
||||
font-size: $logo-title-font-size * 0.9;
|
||||
|
@ -167,7 +170,6 @@ $logo-title-font-size = 2.2rem;
|
|||
.menu-bar-middle {
|
||||
width: 18px;
|
||||
height: 2.6px;
|
||||
//margin: 6px 0;
|
||||
position: relative;
|
||||
background: var(--default-text-color);
|
||||
transition();
|
||||
|
@ -306,11 +308,16 @@ $logo-title-font-size = 2.2rem;
|
|||
|
||||
.header-content {
|
||||
|
||||
.logo-title {
|
||||
transform: scale(0.8);
|
||||
.left {
|
||||
transform: scale(0.88);
|
||||
transform-origin: left top;
|
||||
transition();
|
||||
}
|
||||
|
||||
.right {
|
||||
|
||||
.pc {
|
||||
|
||||
.menu-list {
|
||||
.menu-item {
|
||||
a:hover {
|
||||
|
@ -326,6 +333,10 @@ $logo-title-font-size = 2.2rem;
|
|||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.header-drawer {
|
||||
|
|
Loading…
Reference in New Issue