2025-08-19 18:01:30 +08:00
|
|
|
.home-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%);
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-08-20 10:16:59 +08:00
|
|
|
:deep(.expandable-tags-container) {
|
|
|
|
|
.tag-list {
|
|
|
|
|
row-gap: 6px;
|
|
|
|
|
column-gap: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-08-19 18:01:30 +08:00
|
|
|
}
|
|
|
|
|
.history-conversation-btn {
|
|
|
|
|
border-radius: 8px 0 0 8px;
|
|
|
|
|
border-top: 1px solid #eabaff;
|
|
|
|
|
border-bottom: 1px solid #eabaff;
|
|
|
|
|
border-left: 1px solid #eabaff;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
right: 0;
|
|
|
|
|
transform: translateY(-50%);
|
|
|
|
|
.s1 {
|
|
|
|
|
color: var(--Text-1, #211f24);
|
|
|
|
|
|
|
|
|
|
font-family: $font-family-regular;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
line-height: 18px; /* 180% */
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|