make logo look better

This commit is contained in:
Ebenezer
2026-04-01 14:03:40 +08:00
parent 5135e411df
commit 8e68631e2c
7 changed files with 36 additions and 34 deletions

View File

@@ -101,15 +101,16 @@
}
.logo-icon {
width: 44px;
height: 44px;
background: white;
border-radius: 10px;
display: flex;
width: 3rem;
height: 3rem;
align-items: center;
justify-content: center;
overflow: hidden;
padding: 4px;
border-radius: 0.75rem;
background: #fff;
padding: 0.25rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.logo-icon img {
@@ -371,7 +372,7 @@
<div class="login-page">
<div class="login-header">
<div class="logo">
<div class="logo-icon"><img src="LatestLogo.png" alt="有维商学"></div>
<div class="logo-icon"><img src="favicon-base.png" alt="有维商学 YOU WIN SUCCESS ACADEMY"></div>
有维商学
</div>
</div>