Files
lingji-work-fe/src/views/home/style.scss

61 lines
1.5 KiB
SCSS
Raw Normal View History

.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%);
}
}
: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;
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% */
}
}
}