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