调整布局

This commit is contained in:
Qiu 2025-06-02 20:22:31 +08:00
parent 3930dbe5a3
commit 65f214ada1
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
.aiChatButton {
position: fixed;
bottom: 30px;
right: 300px;
bottom: 150px;
right: 160px;
display: flex;
align-items: center;
padding: 10px 16px;
background-color: #6366f1;
background-color: var(--ifm-color-primary);
color: white;
border: none;
border-radius: 24px;
@ -22,7 +22,7 @@
}
.aiChatButton:hover {
background-color: #4f46e5;
background-color: var(--ifm-color-primary-dark);
box-shadow: 0 6px 16px rgba(99, 102, 241, 0.5);
transform: translateY(-2px);
}