Add ccweb app icons

This commit is contained in:
shiyue
2026-06-24 17:34:27 +08:00
parent 5511a9d7e6
commit 785cf79025
10 changed files with 38 additions and 15 deletions

View File

@@ -811,12 +811,10 @@ body {
.login-logo {
width: 64px; height: 64px;
margin: 0 auto 16px;
background: var(--accent);
color: #fff;
border-radius: 16px;
display: flex; align-items: center; justify-content: center;
font-size: 24px; font-weight: 800;
letter-spacing: -1px;
display: block;
object-fit: contain;
filter: drop-shadow(0 10px 18px rgba(0, 20, 34, 0.24));
}
.login-box h2 {
font-size: 24px;
@@ -4245,11 +4243,9 @@ html[data-divider-time='hide'] .msg-bubble .agent-message-divider span {
.force-change-panel .login-logo {
width: 56px; height: 56px;
margin: 0 auto 12px;
background: var(--accent);
color: #fff;
border-radius: 14px;
display: flex; align-items: center; justify-content: center;
font-size: 20px; font-weight: 800;
display: block;
object-fit: contain;
}
.force-change-panel h2 {
font-size: 22px;