设置标题

This commit is contained in:
CN-JS-HuiBai
2026-04-06 18:05:35 +08:00
parent 2024523b46
commit d958aa8d74

View File

@@ -220,18 +220,20 @@ body {
.header-left { .header-left {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 24px; gap: 20px;
} }
.logo { .logo {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 12px; gap: 12px;
height: 40px;
} }
.logo-icon { .logo-icon {
width: 32px; width: 32px;
height: 32px; height: 32px;
flex-shrink: 0;
} }
.logo-text { .logo-text {
@@ -1557,16 +1559,19 @@ input:checked+.slider:before {
#logoIconContainer { #logoIconContainer {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: flex-start;
width: 32px; height: 36px;
height: 32px; width: auto;
max-width: 250px;
flex-shrink: 0;
} }
.logo-icon-img { .logo-icon-img {
width: 100%;
height: 100%; height: 100%;
width: auto;
object-fit: contain; object-fit: contain;
border-radius: var(--radius-sm); border-radius: var(--radius-sm);
max-width: 100%;
} }
.modal-close { .modal-close {
@@ -1966,6 +1971,12 @@ input:checked+.slider:before {
} }
#logoIconContainer { #logoIconContainer {
width: auto;
height: 30px;
max-width: 180px;
}
.logo-icon {
width: 26px; width: 26px;
height: 26px; height: 26px;
} }