This commit is contained in:
李志鹏
2026-04-20 11:28:05 +08:00
parent 8d28482783
commit fa8aaac950

View File

@@ -82,6 +82,7 @@
background: #ffffff; background: #ffffff;
padding: 0 9rem; padding: 0 9rem;
border-bottom: 0.1rem solid #c4c4c4; border-bottom: 0.1rem solid #c4c4c4;
user-select: none;
> .left { > .left {
> .logo { > .logo {
width: auto; width: auto;
@@ -89,17 +90,22 @@
} }
} }
> .right { > .right {
> * {
cursor: pointer;
}
> .icon { > .icon {
width: 2.4rem; width: 2.4rem;
height: 2.4rem; height: 2.4rem;
cursor: pointer; }
> .login {
font-family: Kaisei Opti;
font-size: 1.6rem;
} }
> .profile { > .profile {
width: 4rem; width: 4rem;
height: 4rem; height: 4rem;
border-radius: 50%; border-radius: 50%;
background: #f5f5f5; background: #f5f5f5;
cursor: pointer;
} }
} }
> .center, > .center,
@@ -118,7 +124,6 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
> .nav-item { > .nav-item {
height: 100%; height: 100%;
user-select: none;
cursor: pointer; cursor: pointer;
display: flex; display: flex;
align-items: center; align-items: center;