feat: 首页调整

This commit is contained in:
rd
2025-08-20 18:17:23 +08:00
parent 0c941b0c66
commit 6e3158cdb4
19 changed files with 446 additions and 131 deletions

View File

@ -1,43 +1,7 @@
.home-wrap {
.chat-wrap {
border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
background: rgba(255, 255, 255, 0.9);
.cts {
color: var(--Text-1, #737478);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
}
.main-chat-wrap {
.title {
color: var(--Text-1, #211f24);
text-align: center;
font-family: $font-family-medium;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 48px;
.s1 {
background: linear-gradient(90deg, #6d4cfe 38.12%, #b93bf0 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
:deep(.ant-sender) {
.submit-btn {
background: linear-gradient(125deg, #6d4cfe 32.25%, #3ba1f0 72.31%),
linear-gradient(113deg, #6d4cfe 0%, #b93bf0 100%);
}
}
:deep(.expandable-tags-container) {
.tag-list {
row-gap: 6px;
column-gap: 12px;
}
}
}
.history-conversation-btn {
border-radius: 8px 0 0 8px;
border-top: 1px solid #eabaff;