.image-preview {
|
width: 100%;
|
height: 100%;
|
overflow: hidden;
|
border-radius: 8px;
|
}
|
.image-preview-drag-area {
|
position: relative;
|
width: 100%;
|
height: 100%;
|
overflow: hidden;
|
}
|
.image-preview-drag-area > div {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
transform-origin: center;
|
}
|
.image-preview-image {
|
display: block;
|
max-width: 100%;
|
max-height: 100%;
|
object-fit: contain;
|
user-select: none;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
@media screen and (max-width: 675px) {
|
.body-mobile .hyc-custom-photo-view .t-dialog__position,
|
.share-from-app-box .hyc-custom-photo-view .t-dialog__position {
|
height: 100%;
|
}
|
.body-mobile .hyc-custom-photo-view .t-dialog,
|
.share-from-app-box .hyc-custom-photo-view .t-dialog {
|
max-width: 100%;
|
height: 100%;
|
padding: 0;
|
}
|
.body-mobile .hyc-custom-photo-view .t-dialog__body,
|
.share-from-app-box .hyc-custom-photo-view .t-dialog__body {
|
padding: 0;
|
height: 100%;
|
}
|
.body-mobile .hyc-custom-photo-view-control,
|
.share-from-app-box .hyc-custom-photo-view-control {
|
top: 24px;
|
right: 14px;
|
}
|
.body-mobile .text2image-preview,
|
.share-from-app-box .text2image-preview {
|
position: relative;
|
width: 100vw;
|
height: 100%;
|
margin-top: 0;
|
}
|
.body-mobile .text2image-preview-pages,
|
.share-from-app-box .text2image-preview-pages {
|
color: #fff;
|
position: fixed;
|
top: 8vh;
|
left: 50%;
|
display: block;
|
transform: translateX(-50%);
|
}
|
.body-mobile .text2image-preview .arrow-left,
|
.share-from-app-box .text2image-preview .arrow-left,
|
.body-mobile .text2image-preview .arrow-right,
|
.share-from-app-box .text2image-preview .arrow-right {
|
display: none;
|
}
|
.body-mobile .text2image-preview .swiper,
|
.share-from-app-box .text2image-preview .swiper {
|
width: 100%;
|
height: 100%;
|
}
|
.body-mobile .text2image-preview .swiper-wrapper,
|
.share-from-app-box .text2image-preview .swiper-wrapper {
|
align-items: center;
|
}
|
.body-mobile .text2image-preview .swiper-slide,
|
.share-from-app-box .text2image-preview .swiper-slide {
|
text-align: center;
|
font-size: 18px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.body-mobile .text2image-preview .swiper-slide img,
|
.share-from-app-box .text2image-preview .swiper-slide img {
|
max-height: 375px;
|
}
|
.body-mobile .text2image-preview-image,
|
.share-from-app-box .text2image-preview-image {
|
margin: 0;
|
width: 100%;
|
height: auto;
|
max-width: 100%;
|
max-height: 100%;
|
padding-top: 8vh;
|
}
|
.body-mobile .text2image-preview-image img,
|
.share-from-app-box .text2image-preview-image img {
|
object-fit: contain;
|
max-width: 100%;
|
max-height: 375px;
|
}
|
.body-mobile .text2image-preview .t2i-operations,
|
.share-from-app-box .text2image-preview .t2i-operations {
|
display: flex;
|
justify-content: center;
|
column-gap: 8.53vw;
|
}
|
.body-mobile .text2image-preview .t2i-operations__right-items .icon-art_style,
|
.share-from-app-box .text2image-preview .t2i-operations__right-items .icon-art_style {
|
background: linear-gradient(106deg, #00d862 -11.92%, #00cdff 123.72%), rgba(0, 0, 0, 0.4);
|
}
|
.body-mobile .text2image-preview .t2i-operations__right-items .icon-art_style + span,
|
.share-from-app-box .text2image-preview .t2i-operations__right-items .icon-art_style + span {
|
display: none;
|
}
|
.body-mobile .text2image-preview .t2i-operations-item,
|
.share-from-app-box .text2image-preview .t2i-operations-item,
|
.body-mobile .text2image-preview .t2i-operations__right-items,
|
.share-from-app-box .text2image-preview .t2i-operations__right-items {
|
flex: none;
|
margin-right: 0;
|
flex-direction: column;
|
border: none;
|
height: auto;
|
width: auto;
|
background: none !important;
|
}
|
.body-mobile .text2image-preview .t2i-operations-item .icon,
|
.share-from-app-box .text2image-preview .t2i-operations-item .icon,
|
.body-mobile .text2image-preview .t2i-operations__right-items .icon,
|
.share-from-app-box .text2image-preview .t2i-operations__right-items .icon {
|
background-color: rgba(255, 255, 255, 0.14);
|
height: 32px;
|
width: 32px;
|
border-radius: 50%;
|
margin-bottom: 6px;
|
margin-right: 0;
|
text-align: center;
|
line-height: 32px;
|
}
|
.body-mobile .text2image-preview .t2i-operations-item span:last-of-type,
|
.share-from-app-box .text2image-preview .t2i-operations-item span:last-of-type,
|
.body-mobile .text2image-preview .t2i-operations__right-items span:last-of-type,
|
.share-from-app-box .text2image-preview .t2i-operations__right-items span:last-of-type {
|
color: rgba(255, 255, 255, 0.6);
|
}
|
.body-mobile .text2image-preview .t2i-operations-item--edit-prompt,
|
.share-from-app-box .text2image-preview .t2i-operations-item--edit-prompt {
|
display: none;
|
}
|
.body-mobile .text2image-preview-desc,
|
.share-from-app-box .text2image-preview-desc {
|
margin: 0;
|
margin-bottom: 6vh;
|
padding-top: 0;
|
gap: unset;
|
}
|
.body-mobile .text2image-preview-desc .mobile-control,
|
.share-from-app-box .text2image-preview-desc .mobile-control {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.body-mobile .text2image-preview-desc .mobile-control-type,
|
.share-from-app-box .text2image-preview-desc .mobile-control-type {
|
color: rgba(255, 255, 255, 0.6);
|
}
|
.body-mobile .text2image-preview-desc .mobile-control > div,
|
.share-from-app-box .text2image-preview-desc .mobile-control > div {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
flex-direction: column;
|
}
|
.body-mobile .text2image-preview-desc .mobile-control .icon-download,
|
.share-from-app-box .text2image-preview-desc .mobile-control .icon-download,
|
.body-mobile .text2image-preview-desc .mobile-control .inspiration-icon,
|
.share-from-app-box .text2image-preview-desc .mobile-control .inspiration-icon,
|
.body-mobile .text2image-preview-desc .mobile-control .t2i-operations-icon,
|
.share-from-app-box .text2image-preview-desc .mobile-control .t2i-operations-icon {
|
margin-bottom: 8px;
|
}
|
.body-mobile .text2image-preview-desc .mobile-control .mobile-gotoT2i,
|
.share-from-app-box .text2image-preview-desc .mobile-control .mobile-gotoT2i {
|
margin-left: 54px;
|
}
|
.body-mobile .text2image-preview-desc .mobile-control .t2i-operations-icon,
|
.share-from-app-box .text2image-preview-desc .mobile-control .t2i-operations-icon {
|
background: linear-gradient(106deg, #00d862 -11.92%, #00cdff 123.72%), rgba(0, 0, 0, 0.4);
|
}
|
.body-mobile .text2image-preview-desc-footer,
|
.share-from-app-box .text2image-preview-desc-footer {
|
margin-bottom: 0;
|
}
|
.body-mobile .text2image-preview-desc-title,
|
.share-from-app-box .text2image-preview-desc-title {
|
display: none;
|
}
|
.body-mobile .text2image-preview-desc-content,
|
.share-from-app-box .text2image-preview-desc-content {
|
display: none;
|
}
|
.hyc-component-multi-modal__file-list {
|
flex-direction: column;
|
}
|
}
|
@keyframes show {
|
from {
|
height: 0;
|
opacity: 0;
|
transform: translateY(20px);
|
}
|
to {
|
opacity: 1;
|
height: 48px;
|
transform: translateY(0);
|
}
|
}
|
@keyframes hide {
|
from {
|
height: 48px;
|
opacity: 1;
|
transform: translateY(0);
|
}
|
to {
|
opacity: 0;
|
height: 0;
|
transform: translateY(20px);
|
}
|
}
|
.image-ai {
|
border-top-left-radius: 16px;
|
padding: 2px;
|
background: linear-gradient(141.26deg, rgba(255, 255, 255, 0.05) 22.26%, rgba(159, 159, 159, 0) 46.34%);
|
position: relative;
|
}
|
.image-ai-tip {
|
position: absolute;
|
top: 7px;
|
display: flex;
|
transform: translateY(-100%);
|
}
|
.image-ai-tip-text {
|
font-size: 12px;
|
color: white;
|
position: absolute;
|
left: 30px;
|
top: 6px;
|
display: inline-block;
|
width: 110px;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
.image-ai-content {
|
border-top-left-radius: 14px;
|
padding: 16px;
|
background: linear-gradient(169.56deg, #3e403d 0%, #2a2a2a 8.01%, rgba(36, 36, 36, 0) 21.91%, rgba(33, 33, 33, 0) 96.77%);
|
}
|
.image-ai-content-title {
|
font-size: 20px;
|
margin-left: 4px;
|
background: linear-gradient(105.89deg, #00d862 -11.92%, #00cdff 123.72%);
|
-webkit-background-clip: text;
|
/* 背景裁剪到文本 */
|
-webkit-text-fill-color: transparent;
|
/* 使文本颜色透明 */
|
}
|
.image-ai-content-edit {
|
position: relative;
|
display: grid;
|
grid-template-columns: 1fr 1fr;
|
gap: 12px;
|
}
|
.image-ai-content-edit-item {
|
cursor: pointer;
|
padding: 12px 16px;
|
background: #383838;
|
border-radius: 8px;
|
}
|
.image-ai-content-edit-item-top {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.image-ai-content-edit-item-top-name {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.image-ai-content-edit-item-top-name span {
|
margin-left: 4px;
|
font-size: 14px;
|
max-width: 80px;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
.text2image-preview {
|
display: flex;
|
height: 90vh;
|
max-width: 1400px;
|
width: 100%;
|
position: relative;
|
margin: 0 auto;
|
}
|
.text2image-preview .arrow-left,
|
.text2image-preview .arrow-right {
|
height: 40px;
|
width: 40px;
|
background: #383838;
|
color: #fff;
|
border-radius: 50%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
cursor: pointer;
|
position: absolute;
|
}
|
.text2image-preview .arrow-left {
|
left: 12px;
|
}
|
.text2image-preview .arrow-right {
|
right: 12px;
|
}
|
.text2image-preview .arrow-disabled {
|
color: #666;
|
cursor: not-allowed;
|
}
|
.text2image-preview-tools {
|
width: 100%;
|
}
|
.text2image-preview-tools-left,
|
.text2image-preview-tools-right {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.text2image-preview-tools-right {
|
gap: 8px;
|
}
|
.text2image-preview-tools-image-list {
|
height: 0;
|
}
|
.text2image-preview-tools-image-list-show {
|
animation: show 0.1s forwards;
|
}
|
.text2image-preview-tools-image-list-hide {
|
animation: hide 0.1s forwards;
|
}
|
.text2image-preview-tools button .t-button__text {
|
color: var(--td-text-color-anti);
|
}
|
.text2image-preview-pages {
|
display: none;
|
}
|
.text2image-preview-image {
|
position: relative;
|
flex: 1;
|
padding: 0 64px;
|
border-radius: 8px;
|
overflow: hidden;
|
display: flex;
|
justify-content: center;
|
flex-direction: column;
|
align-items: center;
|
width: calc(85vw - 400px);
|
}
|
.text2image-preview-image > img {
|
object-fit: contain;
|
max-width: 100%;
|
max-height: 776px;
|
}
|
.text2image-preview-image-mobile-link {
|
position: absolute;
|
right: 10px;
|
top: 10px;
|
background: rgba(24, 24, 24, 0.6);
|
width: 24px;
|
height: 24px;
|
border-radius: 50%;
|
color: #fff;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.text2image-preview-desc {
|
display: flex;
|
flex-direction: column;
|
gap: 24px;
|
color: rgba(255, 255, 255, 0.9);
|
padding-top: 36px;
|
}
|
.text2image-preview-desc-title {
|
font-size: 20px;
|
font-style: normal;
|
font-weight: 600;
|
line-height: 32px;
|
}
|
.text2image-preview-desc-content {
|
width: 376px;
|
font-size: 16px;
|
font-style: normal;
|
font-weight: 500;
|
line-height: 24px;
|
}
|
.text2image-preview-desc-footer {
|
margin-bottom: 6vh;
|
}
|
.text2image-preview-desc-footer .t2i-operations-item {
|
color: #ffffff;
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
background: none;
|
}
|
@media screen and (max-width: 1292px) {
|
.image-ai {
|
display: none;
|
}
|
.text2image-preview {
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
margin-top: 20px;
|
}
|
.text2image-preview-image {
|
max-width: 100%;
|
height: 100%;
|
margin-bottom: 16px;
|
}
|
.text2image-preview-image img {
|
max-height: 500px;
|
}
|
.text2image-preview-desc {
|
width: calc(85vw - 100px);
|
margin-top: 0;
|
padding: 36px 64px 0;
|
}
|
.text2image-preview-desc-content {
|
width: 100%;
|
}
|
}
|
.text2ImageViewer.hyc-common-dialog {
|
background-color: rgba(0, 0, 0, 0.86);
|
}
|
.text2ImageViewer.hyc-common-dialog .hyc-common-dialog__body .hyc-common-dialog__content {
|
padding: 0;
|
font-size: 0;
|
}
|
.text2ImageViewer.hyc-common-dialog .hyc-common-dialog__wrapper {
|
color: #ffffff;
|
background-color: unset;
|
}
|
.text2ImageViewer.hyc-common-dialog .hyc-common-dialog__close {
|
background: none;
|
top: 0;
|
}
|
@media screen and (max-width: 820px) {
|
.text2ImageViewer .hyc-common-dialog__close {
|
top: -40px;
|
right: 0;
|
}
|
}
|
.agent-chat__speech-card__text {
|
margin-top: 8px;
|
}
|
.agent-chat__speech-card__card-list {
|
margin-top: 8px;
|
}
|
.agent-chat__speech-card__card-list .hyc-card-box-card-list__hd {
|
margin-bottom: 8px;
|
}
|
.agent-chat__speech-card__card-list .hyc-card-box-card-list__hd__l {
|
font-size: 16px;
|
line-height: 24px;
|
}
|
.agent-chat__speech-text .hyc-card-box-search-ref {
|
display: flex;
|
}
|
.agent-chat__speech-text .hyc-card-box-search-ref__content {
|
padding-bottom: 8px;
|
font-size: 16px;
|
line-height: 24px;
|
}
|
.agent-chat__speech-text .hyc-card-box-search-ref__content ul li:last-child {
|
margin-bottom: 0;
|
}
|
.agent-chat__speech-text .hyc-card-box-search-ref {
|
margin-bottom: 8px;
|
}
|
.agent-chat__speech-text__tip {
|
margin-top: 16px;
|
color: var(--text-text_tertiary);
|
font-size: 14px;
|
line-height: 22px;
|
}
|
.agent-chat__speech-ai-search-pro .agent-chat__speech-card__search-list {
|
margin-bottom: 16px;
|
}
|
.agent-chat__speech-outline .hyc-card-box-search-ref .hyc-card-box-search-ref__content {
|
padding-bottom: 8px;
|
}
|
.agent-chat__speech-outline .hyc-card-box-search-ref .hyc-card-box-search-ref__content ul li:last-child {
|
margin-bottom: 0;
|
}
|
.agent-chat__speech-outline .hyc-card-box-search-ref {
|
margin-bottom: 8px;
|
}
|
.hyc-component-reasoner__think-content .hyc-common-markdown-style {
|
color: var(--text-text_secondary);
|
}
|
.hyc-component-reasoner__text .hyc-common-markdown-style .katex .vlist-t {
|
overflow: auto;
|
scrollbar-width: none;
|
-ms-overflow-style: none;
|
}
|
.hyc-component-reasoner__text .hyc-common-markdown-style .katex .vlist-t::-webkit-scrollbar {
|
width: 0;
|
height: 0;
|
display: none;
|
}
|
.agent-share .hyc-card-box-search-ref__content__header-wrapper {
|
cursor: default;
|
}
|
.agent-share .hyc-card-box-search-ref__content__header-wrapper:hover .hyc-card-box-search-ref__content__header {
|
color: var(--yb-component-ref-list-header-color) !important;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.inspiration-image__content__fail {
|
width: 100%;
|
height: 100%;
|
background-color: #e7e7e7;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
color: rgba(0, 0, 0, 0.4);
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.image-preview-tools {
|
position: relative;
|
}
|
.image-preview-tools-image-list {
|
display: flex;
|
width: 100%;
|
align-items: center;
|
margin-top: 28px;
|
position: relative;
|
}
|
.image-preview-tools-image-list .swiper {
|
flex: 1;
|
}
|
.image-preview-tools-image-list .swiper-page {
|
height: 100%;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
cursor: pointer;
|
position: absolute;
|
top: 0;
|
z-index: 2;
|
}
|
.image-preview-tools-image-list .swiper-page-bg {
|
position: absolute;
|
top: 0;
|
width: 20px;
|
height: 100%;
|
}
|
.image-preview-tools-image-list .swiper-slide {
|
width: 44px;
|
height: 44px;
|
border-radius: 4px;
|
overflow: hidden;
|
cursor: pointer;
|
border: 1px solid transparent;
|
box-sizing: border-box;
|
}
|
.image-preview-tools-image-list .swiper-slide .t-image__wrapper,
|
.image-preview-tools-image-list .swiper-slide img {
|
height: 100%;
|
width: 100%;
|
}
|
.image-preview-tools-image-list .active {
|
border: 1px solid #20c57d;
|
}
|
.image-preview-tools-image-list .swiper-page__prev {
|
left: 10px;
|
left: 0;
|
}
|
.image-preview-tools-image-list .swiper-page__next {
|
right: 10px;
|
right: 0;
|
}
|
.image-preview-tools-image-list .swiper-page-icon {
|
width: 24px;
|
height: 24px;
|
color: #fff;
|
position: relative;
|
border-radius: 20px;
|
background: var(--background-page_background_1, #1D1D1D);
|
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
cursor: pointer;
|
width: 20px;
|
height: 20px;
|
}
|
.image-preview-tools-image-list .swiper-page-icon .iconfont {
|
font-size: 12px !important;
|
}
|
.image-preview-tools-image-list .swiper-page__bg {
|
height: 120px;
|
width: 30px;
|
}
|
.image-preview-tools-image-list .swiper-pagen-start-mask {
|
mask-image: linear-gradient(to right, black calc(100% - 4.55357143rem), transparent);
|
}
|
.image-preview-tools-image-list .swiper-page-end-mask {
|
mask-image: linear-gradient(to right, black calc(100% - 4.55357143rem), transparent);
|
mask-image: linear-gradient(to right, transparent, black 4.55357143rem, black calc(100% - 4.55357143rem), transparent);
|
}
|
.image-preview-tools-zoom .t-input-number .t-input-number__decrease,
|
.image-preview-tools-zoom .t-input-number .t-input-number__increase,
|
.image-preview-tools-zoom .t-input-number .t-input {
|
background: #383838;
|
border: none;
|
border-radius: 0;
|
}
|
.image-preview-tools-zoom .t-input-number .t-input-number__decrease:not(.t-is-disabled):hover,
|
.image-preview-tools-zoom .t-input-number .t-input-number__increase:not(.t-is-disabled):hover {
|
background: #4B4B4B;
|
}
|
.image-preview-tools-zoom .t-input-number .t-input-number__decrease {
|
border-radius: 0;
|
border-top-left-radius: 16px;
|
border-bottom-left-radius: 16px;
|
}
|
.image-preview-tools-zoom .t-input-number .t-input-number__increase {
|
border-radius: 0;
|
border-top-right-radius: 16px;
|
border-bottom-right-radius: 16px;
|
}
|
.image-preview-tools-zoom .t-input-number .t-input__wrap {
|
margin: 0 2px !important;
|
}
|
.image-preview-tools-zoom .t-input-number .t-input-number__decrease .t-icon,
|
.image-preview-tools-zoom .t-input-number .t-input-number__increase .t-icon,
|
.image-preview-tools-zoom .t-input-number .t-input input {
|
color: #fff;
|
}
|
.image-preview-tools-zoom .t-input-number .t-input input {
|
font-weight: 600;
|
}
|
.image-preview-tools-zoom .t-input-number .t-input--focused {
|
box-shadow: none;
|
}
|
.image-preview-tools-zoom .t-input-number .t-is-disabled:hover .t-icon {
|
color: #7d7d7d;
|
}
|
.image-preview-tools-reset,
|
.image-preview-tools-download,
|
.image-preview-tools-source,
|
.image-preview-tools-image-list-button {
|
background: #383838 !important;
|
border-radius: 16px !important;
|
border: none;
|
color: #fff;
|
font-size: 14px;
|
font-weight: 600;
|
}
|
.image-preview-tools-source-icon {
|
margin-right: 4px;
|
width: 16px;
|
height: 16px;
|
border-radius: 8px;
|
}
|
.image-preview-tools-source > span {
|
flex: 1;
|
display: inline-block;
|
max-width: 180px;
|
text-overflow: ellipsis;
|
overflow: hidden;
|
white-space: nowrap;
|
}
|
.image-preview-tools-image-list-button .t-button__text {
|
display: flex;
|
align-items: center;
|
}
|
.image-preview-tools-download svg,
|
.image-preview-tools-source svg {
|
margin-right: 4px;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.t2i-operations {
|
display: flex;
|
justify-content: space-between;
|
}
|
.t2i-operations__right-items {
|
display: flex;
|
align-items: center;
|
}
|
.t2i-operations-item {
|
display: flex;
|
padding: 4px 8px;
|
justify-content: center;
|
align-items: center;
|
margin-right: 10px;
|
border-radius: 4px;
|
background: #f3f3f3;
|
font-size: 12px;
|
cursor: pointer;
|
border: 1px solid #f3f3f3;
|
color: #616161;
|
}
|
.t2i-operations-item:hover {
|
color: #fff;
|
background: #20c57d1a;
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
}
|
.t2i-operations-item:last-child {
|
margin-right: 0;
|
}
|
.t2i-operations-item--colorful {
|
border: none !important;
|
padding: 1px;
|
background: linear-gradient(105.89deg, #00d862 -11.92%, #00cdff 123.72%) !important;
|
}
|
.t2i-operations-item--colorful > div {
|
padding: 4px 9px;
|
border-radius: 4px;
|
background-color: #242525;
|
display: flex;
|
align-items: center;
|
}
|
.t2i-operations-item--colorful > div span {
|
background: linear-gradient(105.89deg, #00d862 -11.92%, #00cdff 123.72%);
|
-webkit-background-clip: text;
|
-webkit-text-fill-color: transparent;
|
}
|
.t2i-operations-icon {
|
margin-right: 4px;
|
font-size: 16px;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.image-editor-dialog-header {
|
height: 82px;
|
background: rgba(24, 24, 24);
|
position: relative;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
padding-right: 480px;
|
}
|
.image-editor-dialog-header .image-editor-next-last-wrapper {
|
display: flex;
|
align-items: center;
|
gap: 24px;
|
color: #fff;
|
font-weight: 500;
|
}
|
.image-editor-dialog-header .image-editor-next-last-wrapper svg {
|
cursor: pointer;
|
}
|
.image-editor-dialog-header .image-editor-next-last-wrapper .next-last-btn-disabled {
|
color: #575757;
|
font-weight: 400;
|
cursor: not-allowed;
|
}
|
.image-editor-dialog-header .image-editor-next-last-wrapper .next-last-btn-disabled svg {
|
pointer-events: none;
|
}
|
.image-editor-dialog-header .image-editor-dialog-close-btn {
|
position: absolute;
|
right: 36px;
|
top: 50%;
|
transform: translateY(-50%);
|
z-index: 10000;
|
width: 110px;
|
height: 40px;
|
color: #fff;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
gap: 6px;
|
font-size: 14px;
|
font-weight: 600;
|
background: #383838;
|
border-radius: 90px;
|
cursor: pointer;
|
}
|
.image-editor-dialog-header .image-editor-dialog-close-btn:hover {
|
background: #4b4b4b;
|
}
|
.image-editor-wrapper {
|
display: flex;
|
width: 100%;
|
overflow: hidden;
|
background: rgba(24, 24, 24);
|
}
|
.image-editor-wrapper .image-editor-item {
|
flex: 1;
|
overflow: hidden;
|
height: 100%;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper {
|
height: calc(100vh - 82px);
|
width: 100%;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-image-preview {
|
flex: 1;
|
position: relative;
|
overflow: hidden;
|
padding: 0 10px;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-image-preview .image-preview {
|
border-radius: 0;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-image-preview .image-editor-item-image-generate-error {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
gap: 12px;
|
flex-direction: column;
|
color: rgba(255, 255, 255, 0.6);
|
background: rgba(0, 0, 0, 0.6);
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-image-preview .image-editor-item-image-generate-error .reload-btn {
|
color: #20c57d;
|
cursor: pointer;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-image-preview-expand img {
|
border-radius: unset !important;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
height: 82px;
|
box-sizing: border-box;
|
flex-shrink: 0;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-left {
|
display: flex;
|
align-items: center;
|
gap: 4px;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-left .image-editor-item-tools-drag-ntn {
|
background: #383838;
|
border-radius: 50%;
|
width: 32px;
|
height: 32px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
cursor: pointer;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-left .image-editor-item-tools-drag-ntn:hover {
|
background: #4b4b4b;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-center {
|
display: flex;
|
align-items: center;
|
gap: 8px;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-center .image-editor-item-tools-pre-img {
|
width: 40px;
|
height: 40px;
|
border-radius: 8px;
|
cursor: pointer;
|
position: relative;
|
overflow: hidden;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-center .image-editor-item-tools-pre-img img {
|
width: 100%;
|
height: 100%;
|
object-fit: cover;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-center .image-editor-item-tools-pre-img .pre-img-tip {
|
position: absolute;
|
left: 50%;
|
transform: translateX(-50%);
|
bottom: 4px;
|
color: #fff;
|
background: rgba(0, 0, 0, 0.7);
|
padding: 0 2px;
|
font-size: 8px;
|
border-radius: 4px;
|
white-space: nowrap;
|
line-height: 13px;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-center .image-editor-item-tools-pre-img.image-editor-item-tools-pre-img-disabled {
|
cursor: not-allowed;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-center .image-editor-item-tools-cur-img {
|
width: 48px;
|
height: 48px;
|
border-radius: 8px;
|
border: 2px solid #20c57d;
|
box-sizing: border-box;
|
object-fit: cover;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-center .image-editor-item-tools-pk-btn {
|
width: 106px;
|
height: 34px;
|
border-radius: 32px;
|
color: #fff;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
gap: 2px;
|
font-weight: 600;
|
background: #383838;
|
cursor: pointer;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-center .image-editor-item-tools-pk-btn:hover {
|
background: #4b4b4b;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-download-ntn {
|
color: #fff;
|
background: #383838;
|
font-weight: 600;
|
width: 82px;
|
min-width: 82px;
|
height: 34px;
|
border-radius: 80px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
gap: 6px;
|
cursor: pointer;
|
margin-right: 5px;
|
}
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper .image-editor-item-tools-download-ntn:hover {
|
background: #4b4b4b;
|
}
|
@media screen and (max-width: 2160px) {
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper {
|
width: 736px;
|
margin: 0 auto;
|
}
|
}
|
@media screen and (max-width: 1440px) {
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper {
|
width: 736px;
|
margin: 0 auto;
|
}
|
}
|
@media screen and (max-width: 1260px) {
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper {
|
width: 100%;
|
padding: 0 10px;
|
}
|
}
|
@media screen and (max-width: 1200px) {
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper {
|
width: 100%;
|
padding: 0 15px;
|
}
|
}
|
@media screen and (max-width: 900px) {
|
.image-editor-wrapper .image-editor-item .image-editor-item-wrapper .image-editor-item-tools-wrapper {
|
width: 100%;
|
padding: 0 15px;
|
}
|
}
|
.image-editor-wrapper .image-editor-config-wrapper {
|
width: 480px;
|
height: 100%;
|
flex-shrink: 0;
|
background: url(https://cdn-bot.hunyuan.tencent.com/assets/5497b0e79d8fda1f6bb0.png);
|
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
background-color: #2a2a2a;
|
border-radius: 16px 0 0 0;
|
}
|
@media screen and (max-width: 996px) {
|
.image-editor-wrapper {
|
overflow: auto;
|
}
|
.image-editor-wrapper::-webkit-scrollbar {
|
width: 10px;
|
height: 10px;
|
cursor: pointer;
|
}
|
.image-editor-wrapper::-webkit-scrollbar-thumb {
|
border-radius: 10px;
|
background-color: red;
|
cursor: pointer;
|
}
|
.image-editor-item {
|
min-width: 496px;
|
}
|
}
|
.image-editor-loading-wrapper.t-loading__overlay {
|
background-color: rgba(0, 0, 0, 0.6);
|
}
|
.image-editor-loading {
|
display: flex;
|
flex-direction: column;
|
font-size: 12px;
|
gap: 12px;
|
padding-right: 480px;
|
align-items: center;
|
}
|
.image-editor-loading .image-editor-loading-icon {
|
width: 32px;
|
height: 32px;
|
}
|
.image-editor-loading .image-editor-stop-generate {
|
width: 82px;
|
height: 28px;
|
color: #fff;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
gap: 3px;
|
border-radius: 16px;
|
background: rgba(0, 201, 118, 0.2);
|
cursor: pointer;
|
}
|
.image-editor-loading .image-editor-stop-generate:hover {
|
background: rgba(0, 201, 118, 0.5);
|
}
|
.disaled-style {
|
cursor: not-allowed !important;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.index__input-box-element-color-transition___pufX7 {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.right-editor-config-wrapper {
|
height: calc(100vh - 82px);
|
box-sizing: border-box;
|
padding: 24px 32px;
|
border-radius: 16px 0px 0px 0px;
|
border: 1px rgba(255, 255, 255, 0.05);
|
color: #fff;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
.right-editor-config-wrapper .right-editor-config-content {
|
flex: 1;
|
overflow: hidden;
|
}
|
.right-editor-config-wrapper .right-editor-config-header {
|
font-size: 16px;
|
font-weight: 500;
|
margin: 0 0 32px 0;
|
}
|
.right-editor-config-wrapper .edit-tools-list {
|
display: grid;
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
/* 两列,每列占据可用空间 */
|
grid-column-gap: 16px;
|
/* 列间隔16px */
|
grid-row-gap: 16px;
|
/* 行间隔8px */
|
width: 100%;
|
overflow: hidden;
|
}
|
.right-editor-config-wrapper .edit-tools-list-item {
|
border-radius: 8px;
|
background: rgba(56, 56, 56);
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
height: 76px;
|
box-sizing: border-box;
|
gap: 4px;
|
color: #fff;
|
cursor: pointer;
|
}
|
.right-editor-config-wrapper .edit-tools-list-item .edit-tools-icon {
|
width: 24px;
|
height: 24px;
|
}
|
.right-editor-config-wrapper .edit-tools-list-item:hover {
|
background: rgba(75, 75, 75);
|
}
|
.right-editor-config-wrapper .edit-tools-list .edit-tools-list-item-active {
|
background: url(https://cdn-bot.hunyuan.tencent.com/assets/bef1546adeae2e47a0f7.png);
|
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
}
|
.right-editor-config-wrapper .right-editor-generate-btn {
|
width: 100%;
|
height: 40px;
|
border-radius: 90px;
|
font-weight: 600;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.right-editor-style-change-wrapper .right-editor-style-change-header {
|
margin: 40px 0 24px 0;
|
font-size: 16px;
|
font-weight: 500;
|
}
|
.right-editor-style-change-wrapper .right-editor-style-item-list {
|
display: grid;
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
/* 两列,每列占据可用空间 */
|
grid-column-gap: 14px;
|
/* 列间隔16px */
|
grid-row-gap: 14px;
|
/* 行间隔8px */
|
max-height: calc(100vh - 460px);
|
overflow: auto;
|
}
|
.right-editor-style-change-wrapper .right-editor-style-item-list .right-editor-style-item {
|
height: 70px;
|
position: relative;
|
cursor: pointer;
|
padding: 2px 2px;
|
border-radius: 8px;
|
overflow: hidden;
|
}
|
.right-editor-style-change-wrapper .right-editor-style-item-list .right-editor-style-item::after {
|
content: '';
|
display: block;
|
width: calc(100% - 4px);
|
height: calc(100% - 4px);
|
position: absolute;
|
top: 2px;
|
left: 2px;
|
border-radius: 8px;
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75) 100%);
|
opacity: 0.9;
|
}
|
.right-editor-style-change-wrapper .right-editor-style-item-list .right-editor-style-item img {
|
width: 100%;
|
height: 100%;
|
border-radius: 8px;
|
background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.75) 100%);
|
}
|
.right-editor-style-change-wrapper .right-editor-style-item-list .right-editor-style-item .right-editor-style-name {
|
position: absolute;
|
bottom: 4px;
|
left: 50%;
|
white-space: nowrap;
|
transform: translateX(-50%);
|
text-shadow: 2px 2px 4px #000000;
|
z-index: 100;
|
}
|
.right-editor-style-change-wrapper .right-editor-style-item-list .right-editor-style-item.right-editor-style-item__active {
|
background: linear-gradient(106deg, #00D862 -11.92%, #00CDFF 123.72%);
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.right-editor-image-expand-wrapper .right-editor-image-expand-header {
|
margin: 40px 0 24px 0;
|
font-size: 16px;
|
font-weight: 500;
|
}
|
.right-editor-image-expand-wrapper .right-editor-expand-item-list {
|
display: grid;
|
grid-template-columns: repeat(5, minmax(0, 1fr));
|
/* 两列,每列占据可用空间 */
|
grid-column-gap: 14px;
|
/* 列间隔16px */
|
grid-row-gap: 14px;
|
/* 行间隔8px */
|
max-height: calc(100vh - 460px);
|
overflow: auto;
|
}
|
.right-editor-image-expand-wrapper .right-editor-expand-item-list .right-editor-expand-item {
|
height: 70px;
|
border-radius: 8px;
|
background: #383838;
|
cursor: pointer;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.right-editor-image-expand-wrapper .right-editor-expand-item-list .right-editor-expand-item .right-editor-expand-name {
|
background: #4B4B4B;
|
border-radius: 4px;
|
font-weight: 700;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.right-editor-image-expand-wrapper .right-editor-expand-item-list .right-editor-expand-item.right-editor-expand-item__active {
|
background: url(https://cdn-bot.hunyuan.tencent.com/assets/927be7bb3734dbe308eb.png);
|
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
border-radius: 1px;
|
}
|
.right-editor-image-expand-wrapper .right-editor-expand-item-list .right-editor-expand-item.right-editor-expand-item__active .right-editor-expand-name {
|
background: linear-gradient(106deg, rgba(0, 216, 98, 0.15) -11.92%, rgba(0, 205, 255, 0.15) 123.72%);
|
}
|
.right-editor-image-expand-wrapper .right-editor-expand-item-list .right-editor-expand-item:not(.right-editor-image-expand-wrapper .right-editor-expand-item-list .right-editor-expand-item.right-editor-expand-item__active):hover {
|
background: rgba(75, 75, 75, 0.7);
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-header {
|
margin: 40px 0 24px 0;
|
font-size: 16px;
|
font-weight: 500;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config {
|
display: flex;
|
align-items: center;
|
gap: 8px;
|
font-size: 12px;
|
color: rgba(255, 255, 255, 0.6);
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-tool {
|
width: 32px;
|
height: 32px;
|
border-radius: 50%;
|
background-color: #383838;
|
flex-shrink: 0;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
cursor: pointer;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-tool svg {
|
fill: rgba(255, 255, 255, 0.3);
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-tool.elimination-config-tool-active {
|
color: #20C57D;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-tool.elimination-config-tool-active svg {
|
fill: #20C57D;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config span {
|
white-space: nowrap;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider {
|
flex: 1;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider .t-slider__button {
|
width: 10px;
|
height: 10px;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider .t-slider__track {
|
background: rgba(255, 255, 255, 0.6);
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider .t-slider__rail {
|
background: #313131;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider .t-slider__button {
|
border: unset;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider .t-slider__button.t-slider__button--dragging {
|
box-shadow: unset;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .t-slider__input-container {
|
margin-left: 8px;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input {
|
width: 55px;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input {
|
padding-right: 22px;
|
border: unset;
|
background-color: #383838;
|
border-radius: 8px;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input .t-input__inner {
|
color: #fff;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input-number__decrease,
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input-number__increase {
|
width: 14px;
|
height: 14px;
|
background: unset;
|
visibility: visible !important;
|
opacity: 1;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input-number__decrease svg,
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input-number__increase svg {
|
color: #4B4B4B;
|
font-size: 14px;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input-number__decrease svg:hover,
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input-number__increase svg:hover {
|
color: #7d7d7d;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input-number__decrease {
|
top: unset;
|
bottom: 3px;
|
right: 4px;
|
}
|
.right-editor-image-elimination-wrapper .right-editor-image-elimination-config .elimination-config-slider-input .t-input-number__increase {
|
top: 3px;
|
right: 4px;
|
}
|
.right-editor-image-elimination-wrapper .elimination-config-tool-clear {
|
display: flex;
|
align-items: center;
|
gap: 16px;
|
}
|
.right-editor-image-elimination-wrapper .elimination-config-tool-clear .elimination-config-tool-clear-btn {
|
flex: 1;
|
height: 40px;
|
color: #929292;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
gap: 6px;
|
background: #383838;
|
border-radius: 90px;
|
cursor: not-allowed;
|
}
|
.right-editor-image-elimination-wrapper .elimination-config-tool-clear .elimination-config-tool-clear-btn svg {
|
color: #929292;
|
}
|
.right-editor-image-elimination-wrapper .elimination-config-tool-clear .elimination-config-tool-clear-btn.elimination-config-tool-clear-btn-active {
|
color: #fff;
|
cursor: pointer;
|
}
|
.right-editor-image-elimination-wrapper .elimination-config-tool-clear .elimination-config-tool-clear-btn.elimination-config-tool-clear-btn-active svg {
|
color: #fff;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.index__loading-circle___fuxAd {
|
position: relative;
|
}
|
.index__loading-circle___fuxAd svg {
|
display: block;
|
}
|
.index__loading-circle-center___dAfhb {
|
position: absolute;
|
left: 50%;
|
top: 50%;
|
transform: translate(-50%, -50%);
|
color: rgba(0, 0, 0, 0.9);
|
}
|
.index__loading-circle-center___dAfhb .iconfont {
|
display: block;
|
zoom: 0.75;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.index__input-box-element-color-transition___nvZzo {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.image-editor-pk-dialog .t-dialog__position.t-dialog--top {
|
padding: 0;
|
}
|
.image-editor-pk-dialog .t-dialog {
|
height: 100vh;
|
border: unset;
|
box-sizing: border-box;
|
overflow: hidden;
|
padding: 0;
|
background-color: rgba(0, 0, 0, 0.85);
|
}
|
.image-editor-pk-dialog .t-dialog .t-dialog__header {
|
padding: 32px 0;
|
background: rgba(0, 0, 0, 0.8);
|
}
|
.image-editor-pk-dialog .t-dialog .t-dialog__header .t-dialog__close {
|
color: #fff;
|
}
|
.image-editor-pk-dialog .t-dialog .t-dialog__header .t-dialog__close:hover {
|
background: unset;
|
}
|
.image-editor-pk-dialog .t-dialog .t-dialog__body {
|
padding: 0;
|
}
|
.image-editor-pk-dialog .image-editor-pk-wrapper {
|
display: flex;
|
flex-direction: column;
|
height: calc(100vh - 88px);
|
overflow: hidden;
|
box-sizing: border-box;
|
}
|
.image-editor-pk-dialog .image-editor-pk-wrapper .image-editor-pk-imgs {
|
flex: 1;
|
display: flex;
|
gap: 1px;
|
overflow: hidden;
|
}
|
.image-editor-pk-dialog .image-editor-pk-wrapper .image-editor-pk-imgs .image-editor-pk-imgs-source,
|
.image-editor-pk-dialog .image-editor-pk-wrapper .image-editor-pk-imgs .image-editor-pk-imgs-pk {
|
position: relative;
|
flex: 1;
|
background: #1a1a1b;
|
box-sizing: border-box;
|
border: 1px rgba(255, 255, 255, 0.1);
|
}
|
.image-editor-pk-dialog .image-editor-pk-wrapper .image-editor-pk-imgs .image-editor-pk-imgs-source .img-tip,
|
.image-editor-pk-dialog .image-editor-pk-wrapper .image-editor-pk-imgs .image-editor-pk-imgs-pk .img-tip {
|
position: absolute;
|
top: 16px;
|
right: 16px;
|
color: #fff;
|
padding: 1px 4px;
|
background: rgba(0, 0, 0, 0.7);
|
border-radius: 7px;
|
}
|
.image-editor-pk-dialog .image-editor-pk-tools {
|
flex-shrink: 0;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
gap: 4px;
|
padding: 24px 0 55px 0;
|
}
|
.image-editor-pk-dialog .image-editor-pk-tools .image-editor-item-tools-drag-ntn {
|
background: #383838;
|
border-radius: 50%;
|
width: 32px;
|
height: 32px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
cursor: pointer;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.yb-scratch-card {
|
position: absolute;
|
z-index: 100;
|
}
|
.pen-pointer {
|
z-index: 10000;
|
position: absolute;
|
transform: translate(-50%, -50%);
|
background: rgba(255, 255, 255, 0.5);
|
border: solid 1px #fff;
|
border-radius: 50%;
|
pointer-events: none;
|
box-sizing: border-box;
|
width: 10px;
|
height: 10px;
|
}
|
.pen-pointer-hidden {
|
display: none;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.index__input-uploader___L9wop {
|
position: relative;
|
cursor: pointer;
|
}
|
.index__input-uploader___L9wop input {
|
position: absolute;
|
left: 0;
|
top: 0;
|
display: none;
|
}
|
.index__input-uploader__icon___cdN4M {
|
width: 32px;
|
height: 32px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.index__input-uploader--disabled___Lh4Ev {
|
opacity: 0.3;
|
cursor: not-allowed;
|
}
|
.index__upload-item___I2o3F {
|
width: 32px;
|
height: 32px;
|
color: var(--yb-input-btn-color);
|
}
|
.index__upload-item-file-list___oJ0uZ {
|
width: 60px;
|
height: 60px;
|
border-radius: 8px;
|
position: relative;
|
border: 1px solid var(--yb_color_divider-primary);
|
box-sizing: border-box;
|
}
|
.index__upload-item-file-list___oJ0uZ.t-button--variant-text.t-is-disabled {
|
border: 1px solid var(--yb_color_divider-primary);
|
}
|
.index__upload-item-file-list___oJ0uZ.disabled {
|
cursor: not-allowed;
|
border: 1px solid var(--yb_color_divider-primary);
|
background-color: transparent;
|
}
|
.index__upload-item--mobile___omRTh {
|
width: 82px;
|
height: 66px;
|
border-radius: 8px;
|
background-color: var(--yb-input-btn-bg-color--mobile);
|
box-shadow: none;
|
border: 1px solid var(--yb-input-btn-border-color--mobile);
|
box-sizing: border-box;
|
}
|
.index__upload-item--mobile___omRTh:hover {
|
background-color: var(--yb-input-btn-bg-color--mobile);
|
border-color: var(--yb-input-btn-border-color--mobile);
|
}
|
.index__upload-item--mobile___omRTh .index__input-uploader__icon___cdN4M {
|
width: 82px;
|
height: 66px;
|
flex-direction: column;
|
color: var(--yb-input-btn-color--mobile);
|
}
|
.index__upload-item--mobile___omRTh .index__input-uploader__icon___cdN4M .iconfont {
|
margin: 4px 0;
|
transform: scale(1.2);
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.index__input-box-element-color-transition___vPyyL {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.image-editor-item {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
height: unset !important;
|
}
|
.image-editor-uploader {
|
max-width: 736px;
|
max-height: 736px;
|
width: 736px;
|
height: 736px;
|
background-color: #404040;
|
border-radius: 8px;
|
margin: 0 10px;
|
}
|
.image-editor-uploader .t-loading__parent {
|
display: flex;
|
flex-flow: column nowrap;
|
justify-content: space-between;
|
width: 100%;
|
height: 100%;
|
}
|
.image-editor-uploader .image-editor-uploader-loading {
|
font-size: 16px;
|
display: flex;
|
flex-direction: column;
|
gap: 10px;
|
align-items: center;
|
width: 100%;
|
}
|
.image-editor-uploader .image-editor-uploader-loading .image-editor-loading-icon {
|
width: 32px;
|
height: 32px;
|
}
|
.image-editor-uploader .t-upload {
|
width: 100%;
|
height: 100%;
|
}
|
.image-editor-uploader .t-upload .t-upload__dragger {
|
width: 100%;
|
height: 100%;
|
border: unset;
|
}
|
.image-editor-uploader .custom-dragger-render {
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
gap: 16px;
|
color: #fff;
|
}
|
.image-editor-uploader .custom-dragger-render .tip1 {
|
text-align: center;
|
}
|
.image-editor-uploader .custom-dragger-render .tip2 {
|
font-size: 12px;
|
color: #dcdcdc99;
|
text-align: center;
|
}
|
.image-editor-uploader .custom-dragger-render .upload-btn {
|
max-width: 316px;
|
width: 316px;
|
height: 40px;
|
border-radius: 90px;
|
}
|
.image-editor-uploader .t-upload__tips-error {
|
display: none;
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.yb-is-temp-mode .yb-switch-model-btn__icon {
|
filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(155deg) brightness(105%) contrast(101%);
|
}
|
.yb-is-temp-mode .yb-switch-internet-search-btn__lottie-icon {
|
filter: brightness(0) invert(1);
|
}
|
.yb-is-temp-mode .yb-input-box-textarea:hover {
|
border-color: transparent;
|
}
|
.yb-is-temp-mode .agent-dialogue__content--common__line {
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FCFCFC 100%);
|
}
|
.yb-is-temp-mode .agent-chat__input-box {
|
color: var(--text-text_primary);
|
}
|
.yb-is-temp-mode .agent-chat__input-box .t-loading__gradient-conic {
|
background: conic-gradient(from 90deg at 50% 50%, #000 0deg, currentcolor 360deg) !important;
|
}
|
.yb-is-temp-mode .switch-model-dropdown,
|
.yb-is-temp-mode .switch-internet-search-dropdown,
|
.yb-is-temp-mode .t-dropdown.switch-model-dropdown,
|
.yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown {
|
background-color: #242424;
|
border-color: rgba(255, 255, 255, 0.08);
|
box-shadow: none;
|
}
|
.yb-is-temp-mode .switch-model-dropdown .t-dropdown__item-text .drop-down-item__name,
|
.yb-is-temp-mode .switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__name,
|
.yb-is-temp-mode .t-dropdown.switch-model-dropdown .t-dropdown__item-text .drop-down-item__name,
|
.yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__name {
|
color: rgba(255, 255, 255, 0.9);
|
}
|
.yb-is-temp-mode .switch-model-dropdown .t-dropdown__item-text .drop-down-item__desc,
|
.yb-is-temp-mode .switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__desc,
|
.yb-is-temp-mode .t-dropdown.switch-model-dropdown .t-dropdown__item-text .drop-down-item__desc,
|
.yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__desc {
|
color: rgba(255, 255, 255, 0.4);
|
}
|
.yb-is-temp-mode .switch-model-dropdown .t-dropdown__item-text .drop-down-item__icon,
|
.yb-is-temp-mode .switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__icon,
|
.yb-is-temp-mode .t-dropdown.switch-model-dropdown .t-dropdown__item-text .drop-down-item__icon,
|
.yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown .t-dropdown__item-text .drop-down-item__icon {
|
color: #f5f5f5;
|
}
|
.yb-is-temp-mode .switch-model-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default .t-ripple,
|
.yb-is-temp-mode .switch-internet-search-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default .t-ripple,
|
.yb-is-temp-mode .t-dropdown.switch-model-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default .t-ripple,
|
.yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default .t-ripple {
|
display: none;
|
}
|
.yb-is-temp-mode .switch-model-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default:hover,
|
.yb-is-temp-mode .switch-internet-search-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default:hover,
|
.yb-is-temp-mode .t-dropdown.switch-model-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default:hover,
|
.yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown.t-dropdown .t-dropdown__item.t-dropdown__item--theme-default:hover {
|
background-color: rgba(255, 255, 255, 0.08);
|
}
|
.yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown .t-dropdown__top-content,
|
.yb-is-temp-mode .t-dropdown.switch-internet-search-dropdown.t-dropdown .t-dropdown__top-content {
|
color: rgba(255, 255, 255, 0.4);
|
}
|
.yb-is-temp-mode .mobile-switch-internet-search-dropdown-item-first {
|
color: rgba(255, 255, 255, 0.4);
|
}
|
.yb-is-temp-mode .mobile-switch-internet-search-dropdown-item-first .drop-down-item {
|
color: unset;
|
}
|
.yb-is-temp-mode .upload-actions .t-popup__content {
|
background-color: #242424;
|
border: 1px solid rgba(255, 255, 255, 0.08);
|
box-shadow: none;
|
}
|
.yb-is-temp-mode .upload-actions .t-button--variant-text {
|
color: rgba(255, 255, 255, 0.9);
|
}
|
.yb-is-temp-mode .upload-actions .t-button--variant-text .t-ripple {
|
display: none;
|
}
|
.yb-is-temp-mode .upload-actions .t-button--variant-text svg path {
|
fill: rgba(255, 255, 255, 0.9);
|
}
|
.yb-is-temp-mode .upload-actions .t-button--variant-text:hover {
|
background-color: #2c2c2c;
|
border-color: transparent;
|
}
|
.yb-is-temp-mode[yb-theme-mode="dark"] .agent-dialogue__content--common__line {
|
background: linear-gradient(180deg, transparent 0%, #1D1D1D 100%);
|
}
|
.yb-temp-chat-tip__item {
|
margin-bottom: 24px;
|
}
|
.yb-temp-chat-tip__item:last-child {
|
margin-bottom: 0;
|
}
|
.yb-temp-chat-tip__item__title {
|
font: var(--yb-font-body-large);
|
font-weight: 500;
|
margin-bottom: 8px;
|
color: var(--text-text_primary);
|
}
|
.yb-temp-chat-tip__item__info {
|
font: var(--yb-font-body-medium);
|
color: var(--text-text_secondary);
|
}
|
@media (prefers-color-scheme: dark) {
|
.yb-is-temp-mode[yb-theme-mode="system"] .agent-dialogue__content--common__line {
|
background: linear-gradient(180deg, transparent 0%, #1D1D1D 100%);
|
}
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.input-box-element-color-transition {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
.image-editor-dialog .no-select-no-drag {
|
user-select: none;
|
/* 禁止文本选中 */
|
-webkit-user-select: none;
|
/* Safari */
|
-moz-user-select: none;
|
/* Firefox */
|
-ms-user-select: none;
|
/* Internet Explorer/Edge */
|
}
|
.image-editor-dialog .t-dialog__position.t-dialog--top {
|
padding: 0;
|
}
|
.image-editor-dialog .t-dialog {
|
height: 100vh;
|
width: 100vw;
|
max-width: 100vw !important;
|
border: unset;
|
box-sizing: border-box;
|
overflow: hidden;
|
padding: 0;
|
border-radius: unset;
|
}
|
.image-editor-dialog .t-dialog__header {
|
display: none;
|
}
|
.image-editor-dialog .t-dialog__body {
|
padding: 0;
|
background: rgba(0, 0, 0, 0.9);
|
}
|
@font-face {
|
font-family: 'sim';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/5603bff098be82285942.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
}
|
@font-face {
|
font-family: 'TCloud Number';
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf);
|
src: url(https://cdn-bot.hunyuan.tencent.com/assets/3b0997665b63cd5fcf24.ttf) format('truetype');
|
font-weight: normal;
|
font-style: normal;
|
unicode-range: U+30-39;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.index__input-box-element-color-transition___n3y4A {
|
transition-duration: 0.2s;
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, box-shadow;
|
transition-timing-function: linear;
|
}
|
|
|
/*# sourceMappingURL=sourcemap/2887.375a10e4c810e1d71cbe.css.map*/
|