.agent-dialogue__content {
|
flex: 1;
|
min-height: 0;
|
}
|
.agent-dialogue__content-wrapper {
|
flex: 1;
|
min-width: 0;
|
overflow: hidden;
|
position: relative;
|
display: flex;
|
flex-direction: column;
|
}
|
.agent-dialogue__content-copyright {
|
width: 100%;
|
position: absolute;
|
bottom: 0;
|
z-index: 0;
|
height: 40px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.agent-dialogue__content--disabled {
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
align-items: center;
|
flex: 1;
|
min-width: 0;
|
overflow: auto;
|
row-gap: 68px;
|
}
|
.agent-dialogue__content--disabled::before,
|
.agent-dialogue__content--disabled::after {
|
content: '';
|
display: block;
|
width: 100%;
|
height: 0;
|
}
|
.agent-dialogue__content--disabled__dialog {
|
background-color: var(--background-container);
|
border-radius: 16px;
|
max-width: 400px;
|
width: calc(100vw - 80px);
|
padding: 42px 32px;
|
box-sizing: border-box;
|
position: relative;
|
}
|
.agent-dialogue__content--disabled__bg1 {
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
border-radius: 16px 16px 0 0;
|
overflow: hidden;
|
}
|
.agent-dialogue__content--disabled__bg1 img {
|
display: block;
|
width: 100%;
|
}
|
.agent-dialogue__content--disabled__bg2 {
|
position: absolute;
|
left: 0;
|
bottom: 0;
|
width: 100%;
|
border-radius: 0 0 16px 16px;
|
overflow: hidden;
|
}
|
.agent-dialogue__content--disabled__bg2 img {
|
display: block;
|
width: 100%;
|
}
|
.agent-dialogue__content--disabled__bg3 {
|
position: absolute;
|
left: -40px;
|
top: -40px;
|
height: 400px;
|
transform: rotate(-4deg);
|
}
|
.agent-dialogue__content--disabled__bg3 img {
|
display: block;
|
height: 100%;
|
}
|
.agent-dialogue__content--disabled__bg4 {
|
position: absolute;
|
right: -50px;
|
bottom: 5px;
|
height: 300px;
|
transform: rotate(-2deg);
|
}
|
.agent-dialogue__content--disabled__bg4 img {
|
display: block;
|
height: 100%;
|
}
|
.agent-dialogue__content--disabled__content {
|
position: relative;
|
}
|
.agent-dialogue__content--disabled__logo {
|
margin: 0 auto;
|
width: 64px;
|
height: 64px;
|
border-radius: 50%;
|
overflow: hidden;
|
margin-bottom: 16px;
|
}
|
.agent-dialogue__content--disabled__logo img {
|
width: 100%;
|
height: 100%;
|
}
|
.agent-dialogue__content--disabled__name {
|
font-size: 24px;
|
line-height: 36px;
|
color: var(--text-text_primary);
|
margin-bottom: 8px;
|
text-align: center;
|
font-weight: 500;
|
}
|
.agent-dialogue__content--disabled__description {
|
font-size: 16px;
|
line-height: 24px;
|
color: var(--text-text_secondary);
|
margin-bottom: 24px;
|
text-align: center;
|
}
|
.agent-dialogue__content--disabled__qrcode {
|
width: 140px;
|
height: 140px;
|
margin: 0 auto;
|
margin-bottom: 16px;
|
}
|
.agent-dialogue__content--disabled__qrcode img {
|
width: 100%;
|
height: 100%;
|
}
|
.agent-dialogue__content--disabled__app {
|
font-size: 20px;
|
line-height: 32px;
|
text-align: center;
|
color: var(--text-text_secondary);
|
margin-bottom: 2px;
|
}
|
.agent-dialogue__content--disabled__tip {
|
font-size: 14px;
|
line-height: 22px;
|
color: var(--text-text_secondary);
|
text-align: center;
|
}
|
.agent-dialogue__content--disabled__btn.t-button.t-size-l {
|
border-radius: 30px;
|
margin-top: 40px;
|
}
|
.agent-dialogue__content--loading {
|
height: 100%;
|
display: flex;
|
justify-content: center;
|
}
|
@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;
|
}
|
|
.body-mobile .agent-dialogue__content--disabled__bg3 {
|
max-height: 320px;
|
top: -65px;
|
}
|
.body-mobile .agent-dialogue__content--disabled__bg4 {
|
max-height: 200px;
|
}
|
.body-mobile .agent-dialogue__content--disabled__btn {
|
max-width: 80%;
|
margin: 30px auto 0;
|
}
|
@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-gallery {
|
flex: 1;
|
min-width: 0;
|
overflow: hidden;
|
position: relative;
|
display: flex;
|
flex-direction: column;
|
background-color: var(--background-page_background_web);
|
}
|
.inspiration-gallery__header {
|
position: absolute;
|
width: 100%;
|
top: 0px;
|
height: 366px;
|
}
|
.inspiration-gallery__header-bg {
|
position: absolute;
|
min-height: 100%;
|
width: 100%;
|
object-fit: cover;
|
top: 0;
|
left: 0;
|
z-index: -1;
|
}
|
.inspiration-gallery__header-inner {
|
width: 100%;
|
height: 100%;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
padding: 0 16px;
|
}
|
.inspiration-gallery__header-icon {
|
width: 128px;
|
height: 74px;
|
object-fit: contain;
|
transform: translateY(-25px);
|
}
|
.inspiration-gallery__header-input {
|
max-width: 820px;
|
width: 100%;
|
margin-top: 11px;
|
position: relative;
|
}
|
.inspiration-gallery__header-tool {
|
max-width: 992px;
|
margin-top: 25px;
|
width: 100%;
|
}
|
.inspiration-gallery__top {
|
box-sizing: border-box;
|
height: 72px;
|
width: 100%;
|
padding: 20px 16px 16px 20px 0px;
|
}
|
.inspiration-gallery__top__info {
|
max-width: 992px;
|
height: 100%;
|
margin: 0 auto;
|
display: flex;
|
align-items: center;
|
opacity: 0;
|
}
|
.inspiration-gallery__top__info-logo {
|
width: 32px;
|
height: 32px;
|
}
|
.inspiration-gallery__top__info-name {
|
font-size: 20px;
|
font-weight: 500;
|
line-height: 28px;
|
color: var(--text-text_primary);
|
}
|
.inspiration-gallery__top__info-message {
|
font-size: 12px;
|
font-weight: 400;
|
line-height: 20px;
|
color: var(--text-text_primary);
|
margin-left: 16px;
|
}
|
.inspiration-gallery__top__enter {
|
position: absolute;
|
right: 20px;
|
top: 20px;
|
z-index: 9;
|
}
|
.inspiration-gallery__content {
|
height: calc(100% - 40px);
|
display: flex;
|
flex-direction: column;
|
overflow: scroll;
|
scrollbar-width: none;
|
}
|
.inspiration-gallery__content::-webkit-scrollbar {
|
width: 0;
|
height: 0;
|
cursor: pointer;
|
}
|
.inspiration-gallery__content__scroll-area {
|
height: 100%;
|
padding-bottom: 40px;
|
flex-shrink: 0;
|
overflow: hidden;
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.inspiration-gallery__header-placeholder {
|
height: 366px;
|
width: 100%;
|
flex-shrink: 0;
|
position: relative;
|
pointer-events: none;
|
}
|
.inspiration-gallery__section {
|
will-change: transform;
|
box-sizing: border-box;
|
margin-top: 20px;
|
width: 100%;
|
padding: 0 16px;
|
display: flex;
|
justify-content: center;
|
overflow: hidden;
|
margin-bottom: calc(0px - 40px);
|
flex: 1;
|
z-index: 9;
|
}
|
.inspiration-gallery__section-inner {
|
max-width: 992px;
|
width: 100%;
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
}
|
.inspiration-gallery__image-search {
|
width: 100%;
|
display: flex;
|
align-items: center;
|
gap: 20px;
|
margin-bottom: 16px;
|
flex-shrink: 0;
|
height: 40px;
|
z-index: 99;
|
}
|
.inspiration-gallery__image {
|
flex-shrink: 1;
|
flex: 1;
|
overflow-x: auto;
|
}
|
.inspiration-gallery__image::-webkit-scrollbar {
|
width: 0;
|
height: 0;
|
cursor: pointer;
|
}
|
.inspiration-gallery__search {
|
flex-shrink: 0;
|
opacity: 0;
|
transform: translateY(-40px);
|
width: 0;
|
}
|
.inspiration-gallery__waterfall {
|
width: 100%;
|
flex: 1;
|
flex-shrink: 1;
|
scrollbar-width: none;
|
}
|
.inspiration-gallery__waterfall::-webkit-scrollbar {
|
width: 0;
|
height: 0;
|
cursor: pointer;
|
}
|
.inspiration-gallery__waterfall--normal .gallery-waterfall {
|
height: calc(100% - 40px);
|
}
|
.inspiration-gallery__copyright {
|
width: 100%;
|
position: absolute;
|
bottom: 0;
|
z-index: 0;
|
height: 40px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.collapse-animation-enter .inspiration-gallery__top__info,
|
.collapse-animation-exit-done .inspiration-gallery__top__info {
|
pointer-events: none;
|
}
|
.collapse-animation-enter .inspiration-gallery__search,
|
.collapse-animation-exit-done .inspiration-gallery__search {
|
pointer-events: none;
|
}
|
.collapse-animation-exit .inspiration-gallery__top__info,
|
.collapse-animation-enter-done .inspiration-gallery__top__info {
|
opacity: 1;
|
}
|
.collapse-animation-exit .inspiration-gallery__header-bg,
|
.collapse-animation-enter-done .inspiration-gallery__header-bg {
|
opacity: 0;
|
pointer-events: none;
|
}
|
.collapse-animation-exit .inspiration-gallery__header-icon,
|
.collapse-animation-enter-done .inspiration-gallery__header-icon {
|
opacity: 0;
|
pointer-events: none;
|
}
|
.collapse-animation-exit .inspiration-gallery__header-input,
|
.collapse-animation-enter-done .inspiration-gallery__header-input {
|
opacity: 0;
|
pointer-events: none;
|
transform: translateY(-40px);
|
}
|
.collapse-animation-exit .inspiration-gallery__header-tool,
|
.collapse-animation-enter-done .inspiration-gallery__header-tool {
|
opacity: 0;
|
pointer-events: none;
|
transform: translateY(-40px);
|
}
|
.collapse-animation-exit .inspiration-gallery__section,
|
.collapse-animation-enter-done .inspiration-gallery__section {
|
margin-top: -278px;
|
}
|
.collapse-animation-exit .inspiration-gallery__section-inner-title,
|
.collapse-animation-enter-done .inspiration-gallery__section-inner-title {
|
opacity: 0;
|
pointer-events: none;
|
transform: translateY(80px);
|
}
|
.collapse-animation-exit .inspiration-gallery__search,
|
.collapse-animation-enter-done .inspiration-gallery__search {
|
opacity: 1;
|
transform: translateY(0px);
|
width: 320px;
|
}
|
.collapse-animation-enter-active .inspiration-gallery__top__info {
|
opacity: 1;
|
transition: opacity 0.3s ease-in-out 0.4s;
|
}
|
.collapse-animation-enter-active .inspiration-gallery__header-bg {
|
opacity: 0;
|
transition: opacity 0.3s ease-in-out 0.4s;
|
}
|
.collapse-animation-enter-active .inspiration-gallery__header-icon {
|
opacity: 0;
|
transition: opacity 0.3s ease-in-out 0.4s;
|
}
|
.collapse-animation-enter-active .inspiration-gallery__header-input {
|
opacity: 0;
|
transition: opacity 0.3s ease-in-out 0.2s, transform 0.4s ease-in-out 0.1s;
|
transform: translateY(-40px);
|
}
|
.collapse-animation-enter-active .inspiration-gallery__header-tool {
|
opacity: 0;
|
transition: opacity 0.3s ease-in-out 0.2s, transform 0.4s ease-in-out 0.1s;
|
transform: translateY(-40px);
|
}
|
.collapse-animation-enter-active .inspiration-gallery__section {
|
margin-top: -278px;
|
transition: margin 0.7s ease-in-out 0s;
|
}
|
.collapse-animation-enter-active .inspiration-gallery__section-inner-title {
|
transition: opacity 0.3s ease-in-out 0.2s, transform 0.3s ease-in-out 0.2s;
|
opacity: 0;
|
transform: translateY(80px);
|
}
|
.collapse-animation-enter-active .inspiration-gallery__search {
|
opacity: 1;
|
width: 320px;
|
transform: translateY(0px);
|
transition: opacity 0.3s ease-in-out 0.4s, transform 0.3s ease-in-out 0.4s;
|
}
|
.collapse-animation-exit-active .inspiration-gallery__top__info {
|
opacity: 0;
|
transition: opacity 0.3s ease-in-out 0.4s;
|
}
|
.collapse-animation-exit-active .inspiration-gallery__header-bg {
|
opacity: 1;
|
transition: opacity 0.3s ease-in-out 0.4s;
|
}
|
.collapse-animation-exit-active .inspiration-gallery__header-icon {
|
opacity: 1;
|
transition: opacity 0.3s ease-in-out 0.4s;
|
}
|
.collapse-animation-exit-active .inspiration-gallery__header-input {
|
opacity: 1;
|
transition: opacity 0.3s ease-in-out 0.2s, transform 0.4s ease-in-out 0.1s;
|
transform: translateY(0px);
|
}
|
.collapse-animation-exit-active .inspiration-gallery__header-tool {
|
opacity: 1;
|
transition: opacity 0.3s ease-in-out 0.2s, transform 0.4s ease-in-out 0.1s;
|
transform: translateY(0px);
|
}
|
.collapse-animation-exit-active .inspiration-gallery__section {
|
margin-top: 40px;
|
transition: margin 0.7s ease-in-out 0s;
|
}
|
.collapse-animation-exit-active .inspiration-gallery__section-inner-title {
|
transition: opacity 0.4s ease-in-out 0.3s, transform 0.4s ease-in-out 0.3s;
|
transform: translateY(0px);
|
opacity: 1;
|
}
|
.collapse-animation-exit-active .inspiration-gallery__search {
|
opacity: 0;
|
width: 0;
|
transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s, width 0s ease 0.3s;
|
transform: translateY(-40px);
|
}
|
.body-mobile .inspiration-gallery__top {
|
height: 60px;
|
padding: 16px 0;
|
}
|
.body-mobile .inspiration-gallery__top__info {
|
opacity: 1 !important;
|
pointer-events: all;
|
}
|
.body-mobile .inspiration-gallery__top__info-open {
|
width: 20px;
|
height: 22px;
|
}
|
.body-mobile .inspiration-gallery__top__info-name {
|
font-size: 16px;
|
font-weight: 500;
|
line-height: 22px;
|
margin-left: 6px;
|
}
|
.body-mobile .inspiration-gallery__top__enter {
|
top: 14px;
|
right: 14px;
|
}
|
.body-mobile .inspiration-gallery__header {
|
height: 283px;
|
}
|
.body-mobile .inspiration-gallery__header-bg {
|
opacity: 0;
|
}
|
.body-mobile .inspiration-gallery__header-icon {
|
transform: none;
|
}
|
.body-mobile .inspiration-gallery__header-input {
|
margin-top: 24px;
|
z-index: 99;
|
pointer-events: all !important;
|
opacity: 1 !important;
|
}
|
.body-mobile .inspiration-gallery__header-placeholder {
|
height: 283px;
|
}
|
.body-mobile .inspiration-gallery__content__scroll-area {
|
padding-bottom: 40px;
|
}
|
.body-mobile .inspiration-gallery__section {
|
margin-top: 16px;
|
border-radius: 16px 16px 0 0;
|
padding-top: 16px;
|
flex: 1;
|
margin-bottom: calc(0px - 40px);
|
}
|
.body-mobile .inspiration-gallery .gallery-search-image__item {
|
background: #f8f8f8;
|
}
|
.body-mobile .collapse-animation-exit .inspiration-gallery__header-input,
|
.body-mobile .collapse-animation-enter-done .inspiration-gallery__header-input {
|
transform: translateY(-80px);
|
}
|
.body-mobile .collapse-animation-exit .inspiration-gallery__header-tool,
|
.body-mobile .collapse-animation-enter-done .inspiration-gallery__header-tool {
|
opacity: 0;
|
pointer-events: none;
|
transform: translateY(-40px);
|
}
|
.body-mobile .collapse-animation-exit .inspiration-gallery__section,
|
.body-mobile .collapse-animation-enter-done .inspiration-gallery__section {
|
margin-top: -182px;
|
padding-top: 76px;
|
}
|
.body-mobile .collapse-animation-enter-active .inspiration-gallery__header-input {
|
transition: transform 0.4s ease 0.15s;
|
transform: translateY(-80px);
|
}
|
.body-mobile .collapse-animation-enter-active .inspiration-gallery__header-tool {
|
opacity: 0;
|
transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
|
transform: translateY(-40px);
|
}
|
.body-mobile .collapse-animation-enter-active .inspiration-gallery__section {
|
padding-top: 76px;
|
margin-top: -182px;
|
transition: margin 0.6s ease 0s, padding 0.6s ease 0s;
|
}
|
.body-mobile .collapse-animation-exit-active .inspiration-gallery__header-input {
|
transition: transform 0.6s ease 0s;
|
transform: translateY(0px);
|
}
|
.body-mobile .collapse-animation-exit-active .inspiration-gallery__header-tool {
|
opacity: 1;
|
transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
|
transform: translateY(0px);
|
}
|
.body-mobile .collapse-animation-exit-active .inspiration-gallery__section {
|
margin-top: 16px;
|
padding-top: 16px;
|
transition: margin 0.6s ease 0s, padding 0.6s ease 0s;
|
}
|
@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;
|
}
|
|
.gallery-search-tool {
|
position: absolute;
|
display: block;
|
width: 100%;
|
background-color: var(--background-container);
|
box-sizing: border-box;
|
padding: 17px 16px 16px 16px;
|
top: 100%;
|
transform: translateY(8px);
|
border-radius: 12px;
|
box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.051);
|
z-index: 9;
|
}
|
.gallery-search-tool__title {
|
font-size: 14px;
|
font-weight: 500;
|
line-height: 20px;
|
color: var(--text-text_primary);
|
margin-bottom: 12px;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.gallery-search-tool__title-clear {
|
font-size: 12px;
|
font-weight: 500;
|
line-height: 20px;
|
color: #20c57d;
|
cursor: pointer;
|
}
|
.gallery-search-tool__hotword-list,
|
.gallery-search-tool__history-list {
|
display: flex;
|
flex-wrap: wrap;
|
gap: 8px;
|
}
|
.gallery-search-tool__hotword-item,
|
.gallery-search-tool__history-item {
|
box-sizing: border-box;
|
padding: 4px 15px;
|
border: 1px solid var(--widget-line);
|
font-size: 12px;
|
font-weight: 400;
|
line-height: 16px;
|
text-align: center;
|
border-radius: 90px;
|
cursor: pointer;
|
max-width: 343px;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
color: var(--text-text_primary);
|
}
|
.gallery-search-tool__hotword-item:hover,
|
.gallery-search-tool__history-item:hover {
|
background-color: var(--widget-btn_hover_2);
|
}
|
.gallery-search-tool__history {
|
margin-top: 24px;
|
}
|
@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;
|
}
|
|
.opacityTransition {
|
transition: opacity 50ms;
|
}
|
.gallery-search-box {
|
width: 100%;
|
height: 48px;
|
background-image: none;
|
position: relative;
|
}
|
.gallery-search-box .t-input__wrap {
|
box-sizing: border-box;
|
height: 100%;
|
border: 1px solid transparent;
|
border-radius: 23px;
|
}
|
.gallery-search-box__input {
|
border-radius: 12px;
|
width: 100%;
|
height: 100%;
|
padding: 0 100px 0 42px;
|
border: none;
|
background: var(--background-container);
|
box-shadow: none;
|
border: 1px solid var(--widget-line);
|
}
|
.gallery-search-box__input .t-input__inner {
|
height: 24px;
|
}
|
.gallery-search-box__input .t-input__inner::placeholder {
|
text-align: center;
|
color: var(--widget-line);
|
font-family: PingFang SC;
|
font-size: 14px;
|
font-weight: 400;
|
line-height: 22px;
|
transition: opacity 100ms;
|
}
|
.gallery-search-box__placeholder {
|
width: 100%;
|
height: 100%;
|
box-sizing: border-box;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
position: absolute;
|
left: 0;
|
top: 0;
|
border-radius: 24px;
|
color: var(--text-text_tertiary);
|
font-size: 14px;
|
font-weight: 400;
|
line-height: 22px;
|
user-select: none;
|
cursor: text;
|
}
|
.gallery-search-box__placeholder-icon {
|
opacity: 0.9;
|
margin-right: 4px;
|
}
|
.gallery-search-box__input-icon {
|
position: absolute;
|
left: 14px;
|
top: 50%;
|
transform: translateY(-50%);
|
opacity: 0;
|
z-index: 9;
|
transition: opacity 50ms;
|
}
|
.gallery-search-box__input-icon--show {
|
opacity: 0.9;
|
}
|
.gallery-search-box__input-btn {
|
position: absolute;
|
right: 6px;
|
top: 6px;
|
width: 90px;
|
height: 36px;
|
border-radius: 8px !important;
|
padding: 6px 8px 6px 8px;
|
z-index: 9;
|
background-color: var(--brand-black_1) !important;
|
}
|
.gallery-search-box__input-btn .t-button__text {
|
align-items: center;
|
}
|
.gallery-search-box:focus-within::before {
|
opacity: 1;
|
}
|
.gallery-search-box:focus-within .gallery-search-box__input-icon {
|
opacity: 0.9;
|
}
|
.gallery-search-box:focus-within .gallery-search-box__input .t-input__inner::placeholder {
|
opacity: 0;
|
}
|
.gallery-search-box--mobile {
|
height: 40px;
|
}
|
.gallery-search-box--mobile .gallery-search-box__input {
|
padding: 0 44px;
|
}
|
.gallery-search-box--mobile .gallery-search-box__placeholder {
|
color: var(--text-text_tertiary);
|
}
|
.gallery-search-box--mobile .gallery-search-box__input-icon {
|
left: 16px;
|
}
|
@keyframes huerotate {
|
0% {
|
filter: hue-rotate(0deg);
|
}
|
100% {
|
filter: hue-rorate(360deg);
|
}
|
}
|
@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;
|
}
|
|
.gallery-mobile-editor-dialog {
|
padding: 16px;
|
width: 100vw;
|
height: 100vh;
|
z-index: 999;
|
position: fixed;
|
display: flex;
|
flex-direction: column;
|
background: rgba(22, 22, 22, 0.9);
|
justify-content: center;
|
align-items: center;
|
top: 0;
|
left: 0;
|
box-sizing: border-box;
|
}
|
.gallery-mobile-editor-dialog__close {
|
position: absolute;
|
top: 17px;
|
right: 18px;
|
width: 24px;
|
height: 24px;
|
cursor: pointer;
|
border-radius: 50%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.gallery-mobile-editor-dialog__close img {
|
width: 100%;
|
height: 100%;
|
}
|
.gallery-mobile-editor-dialog__icon {
|
width: 64px;
|
height: 64px;
|
}
|
.gallery-mobile-editor-dialog__icon img {
|
width: 100%;
|
height: 100%;
|
}
|
.gallery-mobile-editor-dialog__message {
|
font-size: 16px;
|
font-weight: 500;
|
line-height: 32px;
|
text-align: center;
|
margin-top: 16px;
|
color: #ffffff;
|
}
|
@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;
|
}
|
|
.gallery-title {
|
width: 100%;
|
font-size: 16px;
|
font-weight: 600;
|
line-height: 24px;
|
text-align: left;
|
color: var(--text-text_primary);
|
margin-bottom: 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;
|
}
|
|
.gallery-editor-enter {
|
width: 100%;
|
}
|
.gallery-editor-enter__scroll {
|
overflow-x: scroll;
|
width: 100%;
|
}
|
.gallery-editor-enter__scroll::-webkit-scrollbar {
|
width: 0;
|
height: 0;
|
cursor: pointer;
|
}
|
.gallery-editor-enter__list {
|
display: flex;
|
gap: 8px;
|
}
|
.gallery-editor-enter__item {
|
box-sizing: border-box;
|
width: 189px;
|
height: 72px;
|
gap: 4px;
|
border-radius: 12px;
|
background: var(--background-bubble_web);
|
position: relative;
|
overflow: hidden;
|
cursor: pointer;
|
}
|
.gallery-editor-enter__name {
|
margin: 12px 0 0 16px;
|
font-size: 16px;
|
font-weight: 600;
|
line-height: 24px;
|
color: var(--text-text_primary);
|
}
|
.gallery-editor-enter__icon {
|
position: absolute;
|
right: 10px;
|
bottom: 8px;
|
width: 25%;
|
}
|
.layout-mobile .gallery-editor-enter__item {
|
height: 56px;
|
min-width: 62px;
|
width: auto;
|
flex-shrink: 0;
|
flex: 1;
|
}
|
.layout-mobile .gallery-editor-enter__name {
|
font-size: 12px;
|
font-weight: 500;
|
line-height: 18px;
|
margin: 8px auto 0;
|
text-align: center;
|
}
|
.layout-mobile .gallery-editor-enter__icon {
|
width: 32px;
|
height: 32px;
|
right: -2px;
|
bottom: -6px;
|
}
|
:root[yb-theme-mode="dark"] .gallery-editor-enter__icon {
|
opacity: 0.2;
|
}
|
@media (prefers-color-scheme: dark) {
|
:root[yb-theme-mode="system"] .gallery-editor-enter__icon {
|
opacity: 0.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;
|
}
|
/* 会话内容宽度适配 */
|
/* 智能体会话内容宽度适配 */
|
.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;
|
}
|
|
.gallery-assets__container {
|
box-sizing: border-box;
|
height: 100%;
|
padding-bottom: 56px;
|
overflow: auto;
|
}
|
.gallery-assets__top {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
margin-bottom: 24px;
|
}
|
.gallery-assets__title {
|
font-size: 20px;
|
font-weight: 600;
|
line-height: 28px;
|
color: var(--text-text_primary);
|
}
|
.gallery-assets__top-btn {
|
font-size: 12px;
|
font-weight: 400;
|
line-height: 20px;
|
color: var(--text-text_secondary);
|
cursor: pointer;
|
}
|
.gallery-assets__top-btn--finish {
|
color: #20c57d;
|
}
|
.gallery-assets__empty {
|
height: 100%;
|
padding-bottom: 50px;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
}
|
.gallery-assets__empty--icon {
|
width: 64px;
|
height: 64px;
|
border-radius: 50%;
|
margin-bottom: 16px;
|
}
|
.gallery-assets__empty--text {
|
font-size: 20px;
|
font-weight: 600;
|
line-height: 28px;
|
text-align: center;
|
color: var(--text-text_primary);
|
}
|
.gallery-assets__empty--message {
|
color: var(--text-text_secondary);
|
font-size: 14px;
|
font-weight: 400;
|
line-height: 22px;
|
text-align: center;
|
margin-top: 4px;
|
}
|
.gallery-assets__timeline {
|
font-size: 14px;
|
font-style: normal;
|
font-weight: 500;
|
line-height: 24px;
|
margin-bottom: 8px;
|
}
|
.gallery-assets__item {
|
position: relative;
|
width: 100%;
|
cursor: pointer;
|
padding-bottom: 100%;
|
}
|
.gallery-assets__item img {
|
position: absolute;
|
top: 0;
|
left: 0;
|
width: 100%;
|
height: 100%;
|
object-fit: cover;
|
}
|
.gallery-assets__item--selectable:after {
|
content: ' ';
|
position: absolute;
|
width: 16px;
|
height: 16px;
|
border-radius: 50%;
|
border: 1px solid #ffffff;
|
top: 8px;
|
right: 8px;
|
}
|
.gallery-assets__item--selected:after {
|
content: ' ';
|
position: absolute;
|
width: 16px;
|
height: 16px;
|
border-radius: 50%;
|
top: 8px;
|
right: 8px;
|
background-image: url('https://xj-psd-1258344703.cos.ap-guangzhou.myqcloud.com/image%2Fhunyuan%2Fcheck.png');
|
background-color: #07c160;
|
background-repeat: no-repeat;
|
background-size: 9px 7px;
|
background-position: 55% 55%;
|
}
|
.gallery-assets__list {
|
display: grid;
|
grid-template-columns: repeat(3, 1fr);
|
grid-gap: 8px;
|
margin-bottom: 16px;
|
}
|
.gallery-assets__footer {
|
display: flex;
|
height: 52px;
|
position: absolute;
|
bottom: 0;
|
left: 0;
|
width: 100%;
|
cursor: pointer;
|
background: var(--background-container);
|
backdrop-filter: blur(3px);
|
font-size: 14px;
|
font-style: normal;
|
font-weight: 600;
|
line-height: 22px;
|
color: var(--text-text_primary);
|
}
|
.gallery-assets__footer-btn {
|
flex: 1;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.gallery-assets__footer-btn:hover {
|
color: var(--text-text_secondary);
|
}
|
.gallery-assets__footer-btn--disabled {
|
opacity: 0.3;
|
color: var(--text-text_disabled) !important;
|
}
|
.gallery-assets__footer-btn--cancel {
|
position: relative;
|
flex-shrink: 0;
|
width: 60px;
|
}
|
.gallery-assets__footer-btn--cancel:before {
|
position: absolute;
|
left: 0;
|
content: '|';
|
font-size: 14px;
|
font-style: normal;
|
font-weight: 400;
|
line-height: 22px;
|
color: var(--text-text_disabled);
|
}
|
.gallery-assets_history {
|
z-index: 1501;
|
}
|
.gallery-assets_history .t-drawer__content-wrapper {
|
width: 340px !important;
|
}
|
.gallery-assets_history .t-drawer__content-wrapper .agent-dialogue__tool__sider__container {
|
width: calc(100% - 16px);
|
}
|
.gallery-assets_history .agent-dialogue__tool__sider__body {
|
padding: 0 24px !important;
|
}
|
.gallery-assets_history .agent-dialogue__tool__sider__body .t-loading__parent {
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
}
|
.body-mobile .gallery-assets_history .t-drawer__content-wrapper {
|
width: 100% !important;
|
}
|
.body-mobile .agent-dialogue__tool__sider__container {
|
width: 100% !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;
|
}
|
|
.gallery-history-asset-enter {
|
width: 32px;
|
height: 32px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
border-radius: 8px;
|
cursor: pointer;
|
border: 1px solid var(--widget-line);
|
}
|
.gallery-history-asset-enter img {
|
width: 16px;
|
height: 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;
|
}
|
|
.gallery-search-image {
|
width: 100%;
|
display: flex;
|
gap: 10px;
|
}
|
.gallery-search-image__item {
|
padding: 4px 12px;
|
display: flex;
|
border-radius: 8px;
|
height: 24px;
|
font-size: 14px;
|
font-weight: 400;
|
text-align: center;
|
gap: 3px;
|
align-items: center;
|
cursor: pointer;
|
background: var(--widget-btn_normal) !important;
|
border: 1px solid var(--widget-line);
|
color: var(--text-text_primary);
|
flex-shrink: 0;
|
}
|
.gallery-search-image__item--active {
|
background: var(--brand-black_1) !important;
|
color: var(--text-text_white);
|
font-weight: 600;
|
}
|
.gallery-search-image__icon {
|
width: 16px;
|
height: 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;
|
}
|
|
.inspiration-image {
|
position: relative;
|
}
|
.inspiration-image__content {
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
height: 100%;
|
}
|
.inspiration-image__content__placeholder {
|
height: 100%;
|
}
|
.inspiration-image__content__placeholder .t-skeleton__row {
|
height: 100%;
|
}
|
.inspiration-image__content__placeholder .t-skeleton__col {
|
height: 100%;
|
}
|
.inspiration-image__content__placeholder .t-skeleton--animation-gradient::after {
|
-webkit-animation: t-skeleton--gradient 1.5s linear infinite;
|
animation: t-skeleton--gradient 1.5s linear infinite;
|
}
|
@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-search-result-list-item {
|
position: relative;
|
display: inline-block;
|
cursor: pointer;
|
}
|
.image-search-result-list-item-mask {
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
left: 0;
|
right: 0;
|
display: none;
|
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.03%, rgba(0, 0, 0, 0.5) 100%);
|
z-index: 1;
|
}
|
.image-search-result-list-img {
|
width: 100%;
|
height: 100%;
|
object-fit: cover;
|
display: block;
|
}
|
.image-search-result-list-edit,
|
.image-search-result-list-download {
|
position: absolute;
|
bottom: 7px;
|
color: #fff;
|
background: rgba(24, 24, 24, 0.6);
|
display: none;
|
cursor: pointer;
|
z-index: 1;
|
}
|
.image-search-result-list-edit {
|
color: #fff;
|
font-size: 12px;
|
padding: 4px 8px;
|
border-radius: 16px;
|
left: 8px;
|
align-items: center;
|
}
|
.image-search-result-list-edit span {
|
margin-left: 2px;
|
}
|
.image-search-result-list-download {
|
border-radius: 50%;
|
right: 7px;
|
width: 24px;
|
height: 24px;
|
display: none;
|
align-items: center;
|
justify-content: center;
|
}
|
wc-waterfall > div:hover .image-search-result-list-item-mask {
|
display: block;
|
}
|
wc-waterfall > div:hover .image-search-result-list-edit,
|
wc-waterfall > div:hover .image-search-result-list-download {
|
display: flex;
|
}
|
@media screen and (max-width: 600px) {
|
.image-search-result-list-item-mask {
|
display: none !important;
|
}
|
.image-search-result-list-edit,
|
.image-search-result-list-download {
|
display: none !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;
|
}
|
|
.gallery-waterfall {
|
width: 100%;
|
height: 100%;
|
position: relative;
|
}
|
.gallery-waterfall__finish {
|
text-align: center;
|
padding: 20px 0;
|
font-size: 12px;
|
line-height: 20px;
|
color: var(--text-text_disabled);
|
}
|
.gallery-waterfall--full-loading {
|
height: 100%;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.gallery-waterfall__loading,
|
.gallery-waterfall__error {
|
position: absolute;
|
top: 0;
|
left: 0;
|
display: flex;
|
width: 100%;
|
height: 100%;
|
justify-content: center;
|
align-items: center;
|
color: var(--text-text_secondary);
|
font-size: 14px;
|
gap: 10px;
|
}
|
.gallery-waterfall__loading {
|
color: var(--text-text_primary);
|
}
|
.gallery-waterfall__error {
|
gap: 0;
|
flex-direction: column;
|
}
|
.gallery-waterfall__error img {
|
width: 32px;
|
height: 32px;
|
}
|
.gallery-waterfall__error-text {
|
margin-top: 4px;
|
color: var(--text-text_primary);
|
}
|
.gallery-waterfall__error-text--btn {
|
color: #07c160;
|
margin-left: 4px;
|
cursor: pointer;
|
}
|
.gallery-waterfall__load-more {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
justify-content: center;
|
height: 60px;
|
}
|
:root[yb-theme-mode="dark"] .gallery-waterfall__error img {
|
filter: invert();
|
}
|
@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;
|
}
|
|
.agent-theme-setting__bg {
|
position: absolute;
|
left: 50%;
|
top: 0;
|
bottom: 0;
|
transform: translateX(-50%);
|
height: 100%;
|
-webkit-mask-image: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
|
mask-image: linear-gradient(to right, transparent, black 25%, black 75%, transparent);
|
}
|
.agent-theme-setting__bg--portrait {
|
-webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
|
mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
|
}
|
.agent-theme-setting__bg img {
|
display: block;
|
height: 100%;
|
width: auto;
|
}
|
.agent-theme-setting__bg-wrapper {
|
position: absolute;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
pointer-events: none;
|
overflow: hidden;
|
background-color: var(--yb-chat-bg-color);
|
}
|
.agent-theme-setting__bg-wrapper:after {
|
content: ' ';
|
display: block;
|
position: absolute;
|
left: 0;
|
right: 0;
|
top: 0;
|
bottom: 0;
|
background-color: rgba(0, 0, 0, 0.05);
|
}
|
@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;
|
}
|
|
.ai-research {
|
position: relative;
|
width: 100%;
|
}
|
.ai-research__record-button {
|
position: absolute;
|
top: 18px;
|
right: 24px;
|
background: var(--widget-btn_normal);
|
}
|
.ai-research__record-button .yb-icon {
|
margin-right: 4px;
|
color: var(--text-text_primary);
|
}
|
.ai-research__wrapper {
|
max-width: 802px;
|
margin: 0 auto;
|
height: 100%;
|
margin-top: 132px;
|
}
|
.ai-research__header {
|
text-align: center;
|
margin-bottom: 32px;
|
}
|
.ai-research__header img {
|
width: 48px;
|
margin-bottom: 8px;
|
}
|
.ai-research__header-title {
|
font-size: 30px;
|
line-height: 42px;
|
color: var(--text-text_primary);
|
margin-bottom: 8px;
|
font-weight: 600;
|
}
|
.ai-research__header-desc {
|
font-size: 16px;
|
line-height: 24px;
|
color: var(--text-text_secondary);
|
}
|
.ai-research__input-wrapper {
|
height: 96px;
|
position: relative;
|
margin-bottom: 32px;
|
z-index: 1;
|
}
|
.ai-research__input {
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
border: 1px solid var(--text-text_primary);
|
border-radius: 12px;
|
overflow: hidden;
|
background: var(--background-container);
|
}
|
.ai-research__input-textarea {
|
display: flex;
|
align-items: flex-end;
|
padding: 12px;
|
gap: 8px;
|
}
|
.ai-research__input-send {
|
width: 24px;
|
height: 24px;
|
background: var(--brand-black_1);
|
border-radius: 12px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
color: var(--text-text_white);
|
font-size: 14px;
|
flex: none;
|
}
|
.ai-research__input-send--disabled {
|
opacity: 0.3;
|
cursor: not-allowed;
|
}
|
.ai-research__input-send .iconfont {
|
line-height: 1;
|
font-size: 14px !important;
|
}
|
.ai-research__input .t-textarea__inner {
|
line-height: 24px;
|
border: none;
|
font-size: 16px;
|
resize: none;
|
border-radius: 0;
|
box-shadow: none;
|
height: 100% !important;
|
padding: 0;
|
}
|
.ai-research__input .t-textarea__limit {
|
display: none;
|
}
|
.ai-research__input-value {
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
padding-right: 44px;
|
z-index: -1;
|
font-size: 16px;
|
line-height: 24px;
|
word-break: break-all;
|
box-sizing: border-box;
|
visibility: hidden;
|
min-height: 24px;
|
}
|
.ai-research__input-record {
|
padding: 0 8px 8px;
|
}
|
.ai-research__input-record::before {
|
content: '';
|
background: var(--widget-btn_normal);
|
height: 1px;
|
display: block;
|
margin: 0 4px;
|
}
|
.ai-research__input-record__title {
|
margin-top: 8px;
|
padding: 8px;
|
font-size: 12px;
|
line-height: 20px;
|
color: var(--text-text_primary);
|
}
|
.ai-research__input-record__item {
|
padding: 8px;
|
display: flex;
|
align-items: center;
|
font-size: 16px;
|
line-height: 24px;
|
color: var(--text-text_primary);
|
gap: 8px;
|
border-radius: 8px;
|
cursor: pointer;
|
}
|
.ai-research__input-record__item svg {
|
color: var(--text-text_tertiary);
|
flex: none;
|
}
|
.ai-research__input-record__item:hover {
|
background: var(--widget-btn_hover_4);
|
}
|
.ai-research__input-record__item span {
|
flex: 1;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
.ai-research__recommend-title {
|
font-size: 16px;
|
line-height: 20px;
|
font-weight: 500;
|
color: var(--text-text_primary);
|
margin-bottom: 16px;
|
}
|
.ai-research__recommend-list {
|
display: grid;
|
gap: 16px;
|
grid-template-columns: repeat(2, 1fr);
|
}
|
.ai-research__recommend-list__item {
|
background: var(--background-bubble_web);
|
justify-content: flex-start;
|
padding: 0 12px;
|
height: 60px;
|
font-weight: normal;
|
border-radius: var(--yb-radius-large);
|
}
|
.ai-research__recommend-list__item .t-button__text {
|
overflow: hidden;
|
}
|
.ai-research__recommend-list__item:hover {
|
color: var(--text-text_primary);
|
background-color: var(--widget-btn_click_2);
|
}
|
.ai-research__recommend-list__item__text {
|
display: flex;
|
align-items: center;
|
gap: 8px;
|
font-size: 16px;
|
color: var(--text-text_primary);
|
min-width: 0;
|
}
|
.ai-research__recommend-list__item__text svg {
|
color: var(--text-text_tertiary);
|
}
|
.ai-research__recommend-list__item__text span {
|
flex: 1;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
}
|
@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;
|
}
|
|
.ai-search {
|
padding: 0 24px;
|
height: 100%;
|
display: flex;
|
width: 100%;
|
box-sizing: border-box;
|
flex-direction: column;
|
align-items: center;
|
background-color: var(--background-page_background_web);
|
}
|
.ai-search-wrapper {
|
width: 100%;
|
flex: 1;
|
padding: 0 16px;
|
overflow: auto;
|
display: flex;
|
justify-content: center;
|
}
|
.ai-search-content {
|
max-width: 802px;
|
padding-top: 70px;
|
flex: 1;
|
}
|
.ai-search-content-img {
|
text-align: center;
|
margin-bottom: 32px;
|
}
|
.ai-search-content-img img {
|
margin-bottom: 16px;
|
}
|
.ai-search-content-img p {
|
font-size: 16px;
|
line-height: 26px;
|
color: var(--text-text_primary);
|
font-weight: 300;
|
padding: 0 27px;
|
}
|
.ai-search-content-img b {
|
font-weight: 700;
|
}
|
.ai-search-content-search {
|
margin-bottom: 32px;
|
}
|
.ai-search-content-recommend {
|
padding-bottom: 60px;
|
}
|
.ai-search-content-recommend-title {
|
display: flex;
|
align-items: center;
|
line-height: 24px;
|
margin-bottom: 16px;
|
color: var(--text-text_tertiary);
|
}
|
.ai-search-content-recommend-list {
|
display: grid;
|
grid-template-columns: 1fr 1fr;
|
gap: 16px;
|
}
|
.ai-search-content-recommend-list .t-skeleton__col {
|
height: 60px;
|
border-radius: 8px;
|
}
|
@media screen and (max-width: 600px) {
|
.ai-search-content-recommend-list .t-skeleton__col {
|
height: 48px;
|
}
|
}
|
@media screen and (max-width: 600px) {
|
.ai-search-content-recommend .ai-search-content-recommend-list {
|
grid-template-columns: 1fr;
|
gap: 8px;
|
}
|
}
|
.ai-search-content-recommend-item {
|
background-color: var(--background-bubble_web);
|
border-radius: var(--yb-radius-large);
|
padding: 18px;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
overflow: hidden;
|
transition: all 0.3s;
|
cursor: pointer;
|
}
|
.ai-search-content-recommend-item:hover {
|
background-color: var(--widget-btn_click_2);
|
font-weight: 500;
|
}
|
.ai-search-content-recommend-item-text {
|
flex: 1;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
font: var(--yb-font-body-large);
|
color: var(--text-text_primary);
|
}
|
.ai-search-content-recommend-item-tag {
|
border-radius: 4px;
|
color: #fff;
|
background: var(--brand-black_1);
|
font-size: 10px;
|
font-weight: 500;
|
line-height: 16px;
|
padding: 1px 3px;
|
margin-left: 4px;
|
}
|
.ai-search-content-title-txt {
|
position: relative;
|
margin-bottom: 16px;
|
color: var(--text-text_primary);
|
font-size: 32px;
|
font-weight: 500;
|
line-height: 51px;
|
}
|
.ai-search-content-title-txt-ribbon {
|
position: absolute;
|
left: 50%;
|
bottom: 2px;
|
transform: translateX(-50%);
|
}
|
.ai-search-header {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
height: 52px;
|
width: 100%;
|
}
|
.ai-search-header-left {
|
display: flex;
|
align-items: center;
|
}
|
.ai-search-header-left-title {
|
color: var(--text-text_primary);
|
margin-left: 4px;
|
font-size: 16px;
|
font-weight: 500;
|
}
|
.ai-search-header-left-back,
|
.ai-search-header-left-menu {
|
display: flex;
|
align-items: center;
|
}
|
.ai-search-header-left-back {
|
cursor: pointer;
|
}
|
.ai-search-header-left-menu {
|
display: none;
|
}
|
.ai-search-header .t-button {
|
width: auto;
|
padding: 0 16px;
|
height: 36px;
|
font-weight: 500;
|
}
|
.ai-search .copyright-wp {
|
height: 40px;
|
}
|
@media screen and (max-width: 600px) {
|
.ai-search-header {
|
height: 52px;
|
}
|
.ai-search-content {
|
padding-top: 56px;
|
}
|
.ai-search-content-recommend-item {
|
padding: 12px;
|
}
|
.ai-search-content-search {
|
margin-bottom: 24px;
|
}
|
.ai-search-header-left-menu {
|
display: flex;
|
}
|
}
|
@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;
|
}
|
|
.ai-search-input {
|
height: 128px;
|
position: relative;
|
width: 100%;
|
}
|
.ai-search-input .t-popup__arrow::before {
|
box-shadow: none !important;
|
}
|
.ai-search-input-wrapper {
|
width: 100%;
|
position: absolute;
|
left: 0;
|
top: 0;
|
border: 1px solid var(--brand-black_1);
|
border-radius: var(--yb-radius-large);
|
background-color: var(--background-container);
|
z-index: 1;
|
box-sizing: border-box;
|
}
|
.ai-search-input-textarea-box {
|
padding: 12px;
|
padding-bottom: 0;
|
height: 128px;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
}
|
.ai-search-input .line {
|
margin-bottom: 6px;
|
position: relative;
|
}
|
.ai-search-input .line::before {
|
content: ' ';
|
position: absolute;
|
left: 16px;
|
right: 16px;
|
top: 0;
|
height: 1px;
|
background-color: var(--widget-line);
|
}
|
.ai-search-input .textarea {
|
font-family: var(--yb-font-family);
|
border: none;
|
outline: none;
|
font-size: 16px;
|
color: var(--text-text_primary);
|
background-color: transparent;
|
resize: none;
|
margin-bottom: 8px;
|
flex: 1;
|
}
|
.ai-search-input .textarea::placeholder {
|
color: var(--text-text_disabled);
|
}
|
.ai-search-input-send-box {
|
display: flex;
|
justify-content: flex-end;
|
padding: 8px 0;
|
}
|
.ai-search-input-send-button {
|
width: 24px;
|
height: 24px;
|
border-radius: 50%;
|
background-color: var(--brand-black_1);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
margin-left: 16px;
|
cursor: pointer;
|
}
|
.ai-search-input-send-button.ai-search-input-send-button-disabled {
|
cursor: not-allowed;
|
opacity: 0.3;
|
}
|
.ai-search-input-sug {
|
padding: 8px;
|
padding-top: 0;
|
max-height: 368px;
|
overflow: auto;
|
}
|
.ai-search-input-sug-list {
|
max-height: 360px;
|
overflow: auto;
|
}
|
.ai-search-input-sug-item {
|
padding: 0 6px;
|
line-height: 36px;
|
font-size: 14px;
|
border-radius: var(--yb-radius-default);
|
color: var(--text-text_primary);
|
cursor: pointer;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
.ai-search-input-sug-item .highlight {
|
color: var(--brand-black_1);
|
}
|
.ai-search-input-sug-item:hover {
|
background-color: var(--widget-btn_click_4);
|
}
|
@media screen and (max-width: 600px) {
|
.ai-search-input {
|
height: 128px;
|
}
|
.ai-search-input-textarea-box {
|
height: 100px;
|
}
|
.ai-search-input .ai-search-content-search {
|
margin-bottom: 24px;
|
}
|
.ai-search-input-sug {
|
max-height: 175px;
|
}
|
}
|
@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-nav-mobile {
|
position: relative;
|
}
|
.yb-nav-mobile__content {
|
padding: 20px 12px 8px;
|
}
|
.yb-nav-mobile__content__add-chat {
|
flex-shrink: 0;
|
height: 40px;
|
}
|
.yb-nav-mobile__content__add-chat .yb-icon {
|
margin-right: 8px;
|
}
|
.yb-nav-mobile__content .t-divider {
|
margin: 8px 0;
|
background: var(--widget-line);
|
}
|
.yb-nav-mobile__content .t-drawer__body {
|
display: flex;
|
flex-direction: column;
|
padding: 24px 12px 8px;
|
overflow-x: hidden;
|
}
|
.yb-nav-mobile__content .yb-nav__sub-content__header {
|
padding-top: 0;
|
padding-bottom: 0;
|
}
|
.yb-nav-mobile__content .siderv2-content-container {
|
margin-top: 12px;
|
}
|
.yb-nav-mobile__content .siderv2-content-container .box {
|
margin-bottom: 2px;
|
padding-left: 22px;
|
}
|
.yb-nav-mobile__list {
|
margin-top: 16px;
|
}
|
.yb-nav-mobile__list-item {
|
margin-bottom: 8px;
|
display: flex;
|
align-items: center;
|
gap: 8px;
|
padding: 8px;
|
cursor: pointer;
|
border-radius: var(--yb-radius-large);
|
}
|
.yb-nav-mobile__list-item--active,
|
.yb-nav-mobile__list-item:hover {
|
background: var(--widget-btn_click_4);
|
}
|
.yb-nav-mobile__list-item:last-child {
|
margin-bottom: 0;
|
}
|
.yb-nav-mobile__list-item__icon {
|
width: 32px;
|
height: 32px;
|
background: #61D6C1;
|
border-radius: 16px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
}
|
.yb-nav-mobile__list-item__icon img {
|
width: 100%;
|
height: 100%;
|
}
|
.yb-nav-mobile__list-item__icon .yb-icon {
|
font-size: 20px;
|
color: #fff;
|
}
|
.yb-nav-mobile__list-item__name {
|
color: var(--text-text_primary);
|
font: var(--yb-font-title-4);
|
}
|
.yb-nav-mobile__history {
|
flex: 1;
|
min-height: 0;
|
}
|
.yb-nav-mobile__extra-user {
|
height: 44px;
|
display: flex;
|
align-items: center;
|
gap: 6px;
|
}
|
.yb-nav-mobile__extra-user__info {
|
flex: 1;
|
min-width: 0;
|
display: flex;
|
align-items: center;
|
gap: 12px;
|
height: 32px;
|
padding: 0 6px;
|
cursor: pointer;
|
border-radius: var(--yb-radius-small);
|
}
|
.yb-nav-mobile__extra-user__info-name {
|
font: var(--yb-font-body-medium);
|
color: var(--text-text_primary);
|
flex: 1;
|
min-width: 0;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
.yb-nav-mobile__extra-user__info:hover,
|
.yb-nav-mobile__extra-user__info--active {
|
background: var(--widget-btn_click_4);
|
}
|
.yb-nav-mobile__extra-user__action {
|
display: flex;
|
align-items: center;
|
gap: 16px;
|
flex: none;
|
}
|
.yb-nav-mobile__extra-user__action-item {
|
width: 32px;
|
height: 32px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
cursor: pointer;
|
border-radius: var(--yb-radius-small);
|
}
|
.yb-nav-mobile__extra-user__action-item .yb-icon {
|
font-size: 18px;
|
}
|
.yb-nav-mobile__extra-user__action-item:hover,
|
.yb-nav-mobile__extra-user__action-item--active {
|
background: var(--widget-btn_click_4);
|
}
|
.yb-nav-mobile__title {
|
padding-left: 8px;
|
margin-top: 8px;
|
font-size: 12px;
|
color: rgba(0, 0, 0, 0.4);
|
}
|
.yb-nav-mobile--nologin .yb-nav-mobile__header-wrapper {
|
display: none;
|
}
|
.yb-nav-mobile--nologin__header {
|
padding: 20px 16px;
|
background-color: #fff;
|
width: 100%;
|
height: 60px;
|
display: flex;
|
align-items: center;
|
box-sizing: border-box;
|
justify-content: space-between;
|
gap: 10px;
|
}
|
.yb-nav-mobile--nologin__header-logo {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
width: 40px;
|
height: 40px;
|
border-radius: var(--yb-radius-default);
|
border: 1px solid var(--widget-btn_click_1);
|
}
|
.yb-nav-mobile--nologin__header-logo > img {
|
width: 32px;
|
height: 32px;
|
}
|
.yb-nav-mobile--nologin__header-slogan {
|
min-width: 0;
|
flex: 1;
|
}
|
.yb-nav-mobile--nologin__header-slogan__title {
|
font: var(--yb-font-title-3);
|
color: var(--text-text_primary);
|
}
|
.yb-nav-mobile--nologin__header-slogan__desc {
|
font: var(--yb-font-body-small);
|
color: var(--text-text_tertiary);
|
}
|
@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-nav-mobile__header {
|
height: 52px;
|
display: flex;
|
align-items: center;
|
padding: 0 12px;
|
box-sizing: border-box;
|
}
|
.yb-nav-mobile__header-trigger {
|
display: flex;
|
align-items: center;
|
cursor: pointer;
|
gap: 4px;
|
flex: 1;
|
min-width: 0;
|
}
|
.yb-nav-mobile__header-icon {
|
width: 28px;
|
height: 28px;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
cursor: pointer;
|
border-radius: 8px;
|
}
|
.yb-nav-mobile__header-icon:active {
|
background-color: var(--background-bubble_web) !important;
|
}
|
@media (hover: hover) and (pointer: fine) {
|
.yb-nav-mobile__header-icon:hover {
|
background: var(--widget-btn_hover_2);
|
}
|
}
|
.yb-nav-mobile__header-icon:active {
|
background: var(--widget-btn_hover_2);
|
}
|
.yb-nav-mobile__header-icon.active {
|
background: var(--widget-btn_hover_2);
|
}
|
.yb-nav-mobile__header-icon .yb-icon {
|
font-size: 20px;
|
color: var(--text-text_primary);
|
}
|
.yb-nav-mobile__header-title {
|
font: var(--yb-font-title-3);
|
color: var(--text-text_primary);
|
}
|
.yb-nav-mobile__header-extra {
|
flex: 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;
|
}
|
|
.siderv2-content-container {
|
width: calc(100% + 16px);
|
margin-top: 16px;
|
margin-left: -8px;
|
overflow-y: auto;
|
-ms-overflow-style: none;
|
scrollbar-width: none;
|
}
|
.siderv2-content-container .box {
|
display: flex;
|
align-items: center;
|
width: 100%;
|
padding: 14px 12px;
|
margin-bottom: 5px;
|
box-sizing: border-box;
|
border-radius: 8px;
|
cursor: pointer;
|
transition: 0.2s;
|
}
|
.siderv2-content-container .box.sticky {
|
position: sticky;
|
top: 0;
|
background-color: var(--background-left_navigation_web);
|
z-index: 100;
|
}
|
.siderv2-content-container .box.active {
|
background-color: var(--background-container);
|
}
|
.siderv2-content-container .box.top {
|
background-color: var(--widget-btn_hover_2);
|
}
|
.siderv2-content-container .box:hover {
|
background-color: var(--background-container);
|
}
|
.siderv2-content-container .box .icon {
|
width: 32px;
|
height: 32px;
|
margin-right: 8px;
|
border-radius: 100%;
|
}
|
.siderv2-content-container .box .text {
|
display: flex;
|
flex: 1;
|
flex-direction: column;
|
overflow: hidden;
|
}
|
.siderv2-content-container .box .text .title-box {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
margin-bottom: 3px;
|
white-space: nowrap;
|
}
|
.siderv2-content-container .box .text .title-box .title {
|
text-overflow: ellipsis;
|
overflow: hidden;
|
white-space: nowrap;
|
font-weight: 500;
|
font-size: 14px;
|
color: var(--text-text_primary);
|
}
|
.siderv2-content-container .box .text .title-box .time {
|
height: 24px;
|
line-height: 24px;
|
font-weight: 400;
|
font-size: 12px;
|
color: var(--text-text_tertiary);
|
}
|
.siderv2-content-container .box .text .sub-title {
|
font-weight: 400;
|
font-size: 12px;
|
white-space: nowrap;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
color: var(--text-text_tertiary);
|
}
|
.siderv2-content-container::-webkit-scrollbar {
|
display: none;
|
}
|
.siderv2-dropdown-icon {
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
width: 24px;
|
height: 24px;
|
margin: 0;
|
border-radius: 100%;
|
transform: rotate(90deg);
|
transition: 0.2s;
|
}
|
.siderv2-dropdown-icon:hover {
|
background-color: var(--widget-btn_hover_2);
|
}
|
.siderv2-dropdown-confirm-box {
|
display: flex;
|
flex-direction: column;
|
color: var(--text-text_primary);
|
}
|
.siderv2-dropdown-confirm-box header {
|
display: flex;
|
justify-content: space-between;
|
padding: 8px 0 16px 0;
|
font-weight: 500;
|
font-size: 16px;
|
color: var(--text-text_primary);
|
}
|
.siderv2-dropdown-confirm-box header .close {
|
cursor: pointer;
|
}
|
.siderv2-dropdown-confirm-box header .title-box {
|
display: flex;
|
align-items: baseline;
|
}
|
.siderv2-dropdown-confirm-box header .title-box .delete-icon {
|
width: 22px;
|
height: 22px;
|
margin-right: 9px;
|
color: var(--brand-red_2);
|
}
|
.siderv2-dropdown-confirm-box header .title-box .content {
|
color: var(--text-text_primary);
|
}
|
.siderv2-dropdown-confirm-box .edit-name {
|
min-height: 112px !important;
|
border-radius: 8px;
|
font-size: 16px;
|
font-weight: 400;
|
color: var(--text-text_primary);
|
background-color: var(--widget-btn_hover_2);
|
border: none;
|
outline: none;
|
resize: none;
|
}
|
.siderv2-dropdown-confirm-box .edit-name:focus {
|
box-shadow: none;
|
}
|
.siderv2-dropdown-confirm-box .edit-name .t-input {
|
min-height: 112px;
|
color: var(--text-text_primary);
|
background-color: var(--widget-btn_hover_2);
|
display: flex;
|
align-items: flex-start;
|
border-radius: var(--yb-radius-default);
|
}
|
.siderv2-dropdown-confirm-box .edit-name .t-input__suffix {
|
height: 20px;
|
position: absolute;
|
right: 8px;
|
bottom: 8px;
|
color: var(--brand-black_1);
|
}
|
.siderv2-dropdown-confirm-box .edit-name .t-input--borderless:not(.t-input--focused):hover {
|
border-color: var(--brand-black_1);
|
cursor: unset;
|
}
|
.siderv2-dropdown-confirm-box .edit-name .t-input--focused {
|
box-shadow: none;
|
}
|
.siderv2-dropdown-confirm-box.update .confirm {
|
background-color: var(--brand-black_1);
|
}
|
.siderv2-dropdown-confirm-box.delete .confirm {
|
background-color: var(--brand-red_2) !important;
|
}
|
.siderv2-dropdown-confirm-box .edit-btn {
|
height: 36px;
|
display: flex;
|
justify-content: flex-end;
|
margin-top: 24px;
|
}
|
.siderv2-dropdown-confirm-box .edit-btn .cancel {
|
height: 100%;
|
margin-right: 8px;
|
padding: 7px 16px;
|
border-radius: 8px;
|
color: var(--text-text_primary);
|
background-color: var(--widget-btn_hover_2);
|
}
|
.siderv2-dropdown-confirm-box .edit-btn .confirm {
|
height: 100%;
|
padding: 7px 16px;
|
border-radius: 8px;
|
color: var(--text-text_white);
|
background-color: var(--brand-black_1);
|
}
|
.siderv2-dropdown-confirm-box .t-textarea__info_wrapper {
|
display: none;
|
}
|
.yb-dropdown.t-dropdown {
|
padding: 0;
|
}
|
.yb-dropdown .t-button__text {
|
font-size: 14px;
|
}
|
@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;
|
}
|
|
.ai-read {
|
padding: 0 16px;
|
width: 100%;
|
height: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
background-color: var(--background-page_background_web);
|
box-sizing: border-box;
|
}
|
.ai-read .copyright-wp {
|
position: absolute;
|
bottom: 0;
|
background-color: var(--background-page_background_web);
|
z-index: 1;
|
height: 40px;
|
}
|
.ai-read__header {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
height: 52px;
|
width: 100%;
|
box-sizing: border-box;
|
}
|
.ai-read__header-content {
|
display: flex;
|
align-items: center;
|
gap: 8px;
|
}
|
.ai-read__header-content__icon {
|
cursor: pointer;
|
}
|
.ai-read__header-content__icon .yb-icon {
|
font-size: 20px;
|
}
|
.ai-read__header-content__icon--menu {
|
display: none;
|
}
|
.ai-read__header-content__icon--back {
|
display: block;
|
}
|
.ai-read__header-content__title {
|
font: var(--yb-font-title-3);
|
color: var(--text-text_primary);
|
margin-left: 4px;
|
opacity: 0;
|
}
|
.ai-read__header-tool {
|
display: flex;
|
align-items: center;
|
gap: 12px;
|
}
|
.ai-read__header-tool .ai-read-input--button-group {
|
opacity: 0;
|
pointer-events: none;
|
}
|
.ai-read__header-tool__item .yb-icon {
|
margin-right: 4px;
|
}
|
.ai-read__wrapper {
|
width: 100%;
|
flex: 1;
|
min-height: 0;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
overflow: hidden;
|
}
|
.ai-read__content {
|
max-width: 802px;
|
height: 100%;
|
overflow: hidden;
|
width: 100%;
|
position: relative;
|
}
|
.ai-read__content-header {
|
position: absolute;
|
top: 60px;
|
left: 0;
|
width: 100%;
|
}
|
.ai-read__content-title {
|
text-align: center;
|
margin-bottom: 18px;
|
}
|
.ai-read__content-title-txt {
|
position: relative;
|
margin-bottom: 16px;
|
color: var(--text-text_primary);
|
font-size: 32px;
|
font-weight: 500;
|
line-height: 51px;
|
}
|
.ai-read__content-title-txt-ribbon {
|
position: absolute;
|
left: 50%;
|
bottom: 2px;
|
transform: translateX(-50%);
|
}
|
.ai-read__content-title p {
|
font: var(--yb-font-body-large);
|
color: var(--text-text_primary);
|
font-weight: 300;
|
}
|
.ai-read__content-title span {
|
font-weight: 500;
|
}
|
.ai-read__content-recent {
|
margin-top: 32px;
|
flex: 1;
|
min-height: 0;
|
padding-bottom: 44px;
|
scrollbar-width: none;
|
}
|
.ai-read__content-recent::-webkit-scrollbar {
|
width: 0;
|
height: 0;
|
cursor: pointer;
|
}
|
.ai-read__content-recent-wrapper {
|
height: 100%;
|
overflow: scroll;
|
scrollbar-width: none;
|
}
|
.ai-read__content-recent-wrapper::-webkit-scrollbar {
|
width: 0;
|
height: 0;
|
cursor: pointer;
|
}
|
.ai-read__content-recent-scroll {
|
height: 100%;
|
padding-bottom: 30px;
|
overflow: hidden;
|
display: flex;
|
flex-direction: column;
|
}
|
.ai-read__content-recent-scroll__placeholder {
|
height: 325px;
|
margin-top: 60px;
|
flex: none;
|
}
|
.ai-read__content-recent__title {
|
font: var(--yb-font-title-3);
|
color: var(--text-text_primary);
|
margin-bottom: 16px;
|
}
|
.ai-read__content-recent__divider {
|
font: var(--yb-font-body-small);
|
margin: 16px 0;
|
}
|
.ai-read__content-recent__divider::before,
|
.ai-read__content-recent__divider::after {
|
border-color: transparent;
|
}
|
.ai-read__content-recent__divider .t-divider__inner-text {
|
color: var(--text-text_tertiary);
|
}
|
.ai-read__content-recent__divider .t-divider__inner-text span {
|
color: var(--brand-green_1);
|
margin-right: 2px;
|
cursor: pointer;
|
}
|
.ai-read--collapse-enter-active .ai-read__content-header {
|
transition: transform 0.4s ease 0s;
|
transform: translateY(-385px);
|
}
|
.ai-read--collapse-enter-active .ai-read__content-recent {
|
margin-top: -355px;
|
transition: margin 0.6s ease 0s;
|
}
|
.ai-read--collapse-enter-active .ai-read-input--button-group {
|
opacity: 1;
|
transition: opacity 0.4s ease 0.2s;
|
}
|
.ai-read--collapse-enter-active .ai-read__header-content__title {
|
opacity: 1;
|
transition: opacity 0.4s ease 0.2s;
|
}
|
.ai-read--collapse-enter-done .ai-read__content-header,
|
.ai-read--collapse-exit .ai-read__content-header {
|
transform: translateY(-385px);
|
}
|
.ai-read--collapse-enter-done .ai-read__content-recent,
|
.ai-read--collapse-exit .ai-read__content-recent {
|
margin-top: -355px;
|
}
|
.ai-read--collapse-enter-done .ai-read-input--button-group,
|
.ai-read--collapse-exit .ai-read-input--button-group {
|
opacity: 1;
|
pointer-events: auto;
|
}
|
.ai-read--collapse-enter-done .ai-read__header-content__title,
|
.ai-read--collapse-exit .ai-read__header-content__title {
|
opacity: 1;
|
}
|
.ai-read--collapse-exit-active .ai-read__content-header {
|
transition: transform 0.4s ease 0.1s;
|
transform: translateY(0);
|
}
|
.ai-read--collapse-exit-active .ai-read__content-recent {
|
margin-top: 32px;
|
transition: margin 0.6s ease 0s;
|
}
|
.ai-read--collapse-exit-active .ai-read-input--button-group {
|
opacity: 0;
|
transition: opacity 0.4s ease 0.1s;
|
}
|
.ai-read--collapse-exit-active .ai-read__header-content__title {
|
opacity: 0;
|
transition: opacity 0.4s ease 0.1s;
|
}
|
@media screen and (max-width: 600px) {
|
.ai-read__header {
|
height: 56px;
|
}
|
.ai-read-input--button-group {
|
display: none;
|
}
|
}
|
@media screen and (max-width: 480px) {
|
.ai-read__content-recent-scroll__placeholder {
|
height: 350px;
|
}
|
.ai-read--collapse-enter-active .ai-read__content-header {
|
transform: translateY(-410px);
|
}
|
.ai-read--collapse-enter-active .ai-read__content-recent {
|
margin-top: -380px;
|
}
|
.ai-read--collapse-enter-done .ai-read__content-header,
|
.ai-read--collapse-exit .ai-read__content-header {
|
transform: translateY(-410px);
|
}
|
.ai-read--collapse-enter-done .ai-read__content-recent,
|
.ai-read--collapse-exit .ai-read__content-recent {
|
margin-top: -380px;
|
}
|
.ai-read--collapse-exit-active .ai-read__content-header {
|
transform: translateY(0);
|
}
|
.ai-read--collapse-exit-active .ai-read__content-recent {
|
margin-top: 32px;
|
}
|
}
|
.yb-nav--with-sub.yb-nav:not(.yb-nav--expand) + .yb-layout__content .ai-read__header {
|
padding-left: 68px;
|
}
|
.yb-mobile .ai-read__header-content__icon--menu {
|
display: block;
|
}
|
@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;
|
}
|
|
.app-item {
|
position: relative;
|
background-color: var(--background-left_navigation_web);
|
padding: 12px 16px;
|
border-radius: var(--yb-radius-large);
|
display: flex;
|
align-items: flex-start;
|
justify-content: space-between;
|
transition: all 0.5s;
|
cursor: pointer;
|
overflow: hidden;
|
}
|
.app-item-right {
|
overflow: hidden;
|
flex: 1;
|
}
|
.app-item-cover {
|
width: 48px;
|
height: 48px;
|
border-radius: 50%;
|
margin-right: 16px;
|
}
|
.app-item-top {
|
display: flex;
|
align-items: center;
|
margin-bottom: 2px;
|
}
|
.app-item-title {
|
font-size: 16px;
|
line-height: 24px;
|
font-weight: 500;
|
padding-right: 6px;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
color: var(--text-text_primary);
|
}
|
.app-item-tag {
|
display: inline-block;
|
color: #fff;
|
background-color: var(--brand-red_2);
|
font-size: 10px;
|
line-height: 16px;
|
font-weight: 500;
|
border-radius: 4px;
|
padding: 1px 3px;
|
white-space: nowrap;
|
}
|
.app-item-tag--used {
|
color: #107CE0;
|
background-color: #107CE01A;
|
}
|
.app-item-button {
|
display: none;
|
}
|
.app-item-button .t-button__text {
|
font-weight: 500;
|
}
|
.app-item-desc {
|
color: var(--text-text_secondary);
|
font-size: 14px;
|
line-height: 22px;
|
display: block;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
width: 100%;
|
margin-bottom: 6px;
|
}
|
.app-item-bottom {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.app-item-from {
|
font-size: 12px;
|
line-height: 28px;
|
color: var(--text-text_tertiary);
|
flex: 1;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
.app-item-star {
|
display: none;
|
cursor: pointer;
|
position: absolute;
|
top: 10px;
|
right: 10px;
|
}
|
@media (any-hover: hover) {
|
.app-item:hover .app-item-star {
|
display: block;
|
}
|
.app-item:hover .app-item-button {
|
display: inline-block;
|
}
|
}
|
.app-item-mobile .app-item-desc {
|
margin-bottom: 12px;
|
}
|
.app-item-mobile .app-item-star {
|
display: inline-block !important;
|
}
|
.app-item-mobile .app-item-button {
|
display: inline-block;
|
}
|
@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;
|
}
|
|
.ai-read-history-list__section {
|
margin-bottom: 16px;
|
}
|
.ai-read-history-list__section-title {
|
font: var(--yb-font-body-small);
|
color: var(--text-text_secondary);
|
margin-bottom: 8px;
|
display: flex;
|
align-items: center;
|
}
|
.ai-read-history-list__section-title::after {
|
content: "";
|
margin-left: 12px;
|
height: 0.5px;
|
/* 分割线高度 */
|
background-color: var(--widget-line);
|
/* 分割线颜色 */
|
flex-grow: 1;
|
}
|
.ai-read-history-list__section:last-child {
|
margin-bottom: 0;
|
}
|
@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;
|
}
|
|
.ai-read-input {
|
height: 216px;
|
width: 100%;
|
}
|
.ai-read-input .t-popup__arrow::before {
|
box-shadow: none !important;
|
}
|
.ai-read-input-wrapper {
|
width: 100%;
|
height: 100%;
|
background: var(--background-bubble_web);
|
border: 1px dashed var(--widget-line);
|
border-radius: var(--yb-radius-large);
|
box-sizing: border-box;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
transition: border 0.2s;
|
}
|
.ai-read-input-wrapper:hover {
|
border: 1px dashed var(--text-text_primary);
|
backdrop-filter: blur(80px);
|
}
|
.ai-read-input-wrapper-content {
|
width: 350px;
|
text-align: center;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
}
|
.ai-read-input-wrapper-content-upload-icon {
|
width: 36px;
|
height: 36px;
|
border-radius: 18px;
|
background-color: var(--widget-btn_normal);
|
color: var(--text-text_primary);
|
justify-content: center;
|
align-items: center;
|
margin-bottom: 10px;
|
display: none;
|
}
|
.ai-read-input-wrapper-content-upload-icon .yb-icon {
|
font-size: 22px;
|
}
|
.ai-read-input-wrapper-content-text {
|
font: var(--yb-font-title-3);
|
margin-bottom: 10px;
|
color: var(--text-text_primary);
|
}
|
.ai-read-input-wrapper-content-tip {
|
font: var(--yb-font-body-small);
|
color: var(--text-text_secondary);
|
}
|
.ai-read-input-wrapper-content-button_box {
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
margin-top: 24px;
|
width: 350px;
|
}
|
.ai-read-input-wrapper-content-button {
|
width: 106px;
|
}
|
.ai-read-input-wrapper-content-button .yb-icon {
|
margin-right: 2px;
|
}
|
.ai-read-input-wrapper-content-icon_wrap {
|
width: 36px;
|
height: 36px;
|
background: #ffffff;
|
border-radius: 36px;
|
margin: 0 auto;
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
margin-bottom: 10px;
|
}
|
.ai-read-input-wrapper-content-icon_wrap svg {
|
color: #20c57d;
|
}
|
.ai-read-input__url-input .t-textarea__inner {
|
background-color: var(--widget-btn_click_4);
|
border: none;
|
border-radius: var(--yb-radius-default);
|
height: 120px !important;
|
resize: none;
|
padding: 10px 12px;
|
}
|
.ai-read-input__url-input:focus {
|
border: none;
|
box-shadow: none;
|
}
|
.ai-read-input--drag .ai-read-input-wrapper {
|
background-color: var(--widget-btn_click_1);
|
}
|
.ai-read-input--drag .ai-read-input-wrapper-content {
|
pointer-events: none;
|
}
|
.ai-read-input--drag .ai-read-input-wrapper-content-button_box {
|
display: none;
|
}
|
.ai-read-input--drag .ai-read-input-wrapper-content-upload-icon {
|
display: flex;
|
}
|
@media screen and (max-width: 600px) {
|
.ai-read-input-wrapper {
|
padding: 22px 0;
|
}
|
.ai-read-input-wrapper-content {
|
width: 292px;
|
}
|
.ai-read-input-wrapper-content-button_box {
|
margin-top: 16px;
|
width: 292px;
|
}
|
.ai-read-input-wrapper-content-button {
|
width: 92px;
|
}
|
}
|
.ai-read-input-textarea-box {
|
padding: 12px;
|
padding-bottom: 0;
|
height: 128px;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
}
|
.ai-read-input .line {
|
margin-bottom: 6px;
|
position: relative;
|
}
|
.ai-read-input .line::before {
|
content: ' ';
|
position: absolute;
|
left: 16px;
|
right: 16px;
|
top: 0;
|
height: 1px;
|
background-color: #e5e5e5;
|
}
|
.ai-read-input .textarea {
|
border: none;
|
outline: none;
|
resize: none;
|
margin-bottom: 8px;
|
font-size: 16px;
|
flex: 1;
|
}
|
.ai-read-input .textarea::placeholder {
|
color: #a6a6a6;
|
}
|
.ai-read-input-send-box {
|
display: flex;
|
justify-content: flex-end;
|
padding: 8px 0;
|
}
|
.ai-read-input-send-button {
|
width: 24px;
|
height: 24px;
|
border-radius: 50%;
|
background-color: var(--brand-black_1);
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
margin-left: 16px;
|
cursor: pointer;
|
}
|
.ai-read-input-send-button.ai-search-input-send-button-disabled {
|
cursor: not-allowed;
|
opacity: 0.3;
|
}
|
.ai-read-input-sug {
|
padding: 8px;
|
padding-top: 0;
|
max-height: 368px;
|
overflow: auto;
|
}
|
.ai-read-input-sug-list {
|
max-height: 360px;
|
overflow: auto;
|
}
|
.ai-read-input-sug-item {
|
padding: 0 6px;
|
line-height: 36px;
|
font-size: 14px;
|
border-radius: 8px;
|
color: var(--text-text_primary);
|
cursor: pointer;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
}
|
.ai-read-input-sug-item .highlight {
|
color: var(--brand-black_1);
|
}
|
.ai-read-input-sug-item:hover {
|
background-color: var(--widget-btn_click_4);
|
}
|
.ai-read-input--button-group {
|
height: auto;
|
width: auto;
|
}
|
.ai-read-input--button-group .ai-read-input-wrapper-content {
|
width: auto;
|
}
|
.ai-read-input--button-group .ai-read-input-wrapper {
|
border: none;
|
background-color: transparent;
|
}
|
.ai-read-input--button-group .ai-read-input-wrapper-content-text,
|
.ai-read-input--button-group .ai-read-input-wrapper-content-tip {
|
display: none;
|
}
|
.ai-read-input--button-group .ai-read-input-wrapper-content-button_box {
|
margin-top: 0;
|
width: auto;
|
justify-content: flex-start;
|
gap: 12px;
|
}
|
.ai-read-input--button-group .ai-read-input-wrapper-content-button .yb-icon {
|
margin-right: 4px;
|
}
|
@media screen and (max-width: 600px) {
|
.ai-search-input {
|
height: 100px;
|
}
|
.ai-search-input-textarea-box {
|
height: 100px;
|
}
|
.ai-search-input .ai-search-content-search {
|
margin-bottom: 24px;
|
}
|
.ai-search-input-sug {
|
max-height: 175px;
|
}
|
}
|
@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;
|
}
|
|
.ai-read-history-list__item {
|
padding: 12px;
|
border-radius: var(--yb-radius-large);
|
background-color: var(--background-page_background_web);
|
margin-bottom: 8px;
|
cursor: pointer;
|
}
|
.ai-read-history-list__item:hover {
|
background-color: var(--widget-btn_hover_2);
|
}
|
.ai-read-history-list__item:last-child {
|
margin-bottom: 0;
|
}
|
.ai-read-history-list__item-header {
|
margin-bottom: 8px;
|
display: flex;
|
align-items: center;
|
gap: 8px;
|
}
|
.ai-read-history-list__item-icon {
|
width: 16px;
|
height: 16px;
|
flex: none;
|
background-color: transparent;
|
}
|
.ai-read-history-list__item-icon .yb-icon {
|
font-size: 16px;
|
color: var(--text-text_disabled);
|
}
|
.ai-read-history-list__item-title {
|
font: var(--yb-font-body-medium);
|
color: var(--text-text_primary);
|
display: -webkit-box;
|
-webkit-line-clamp: 1;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
-webkit-box-orient: vertical;
|
white-space: normal;
|
}
|
.ai-read-history-list__item-desc {
|
font: var(--yb-font-body-small);
|
color: var(--text-text_secondary);
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
-webkit-box-orient: vertical;
|
white-space: normal;
|
}
|
@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;
|
}
|
|
.hide-scrollbar {
|
scrollbar-width: none;
|
}
|
.hide-scrollbar::-webkit-scrollbar {
|
display: none;
|
width: 0;
|
height: 0;
|
background: transparent;
|
}
|
.disabled-agent-dialog .t-dialog {
|
padding: 0;
|
width: auto;
|
height: auto;
|
background-color: transparent;
|
border: none;
|
}
|
.disabled-agent-dialog .t-dialog .t-dialog__body {
|
padding: 0;
|
}
|
.disabled-agent-dialog .disabled-agent-dialog-wrapper {
|
position: relative;
|
}
|
.disabled-agent-dialog .disabled-agent-dialog-wrapper .icon-close {
|
z-index: 1;
|
position: absolute;
|
top: 16px;
|
right: 16px;
|
font-size: 20px !important;
|
padding: 4px;
|
cursor: pointer;
|
color: var(--text-text_tertiary);
|
}
|
.application-plaza {
|
background: var(--background-page_background_web);
|
height: 100%;
|
overflow: auto;
|
overflow-x: hidden;
|
}
|
.application-plaza .t-tabs__operations {
|
position: absolute;
|
border: none;
|
height: 32px;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
box-shadow: none;
|
}
|
.application-plaza .t-tabs__operations--left {
|
background-color: var(--background-page_background_web);
|
}
|
.application-plaza .t-tabs__operations--left .t-tabs__btn {
|
margin-right: 16px;
|
}
|
.application-plaza .t-tabs__operations--right {
|
background-color: var(--background-page_background_web);
|
}
|
.application-plaza .t-tabs__operations--right .t-tabs__btn {
|
margin-left: 16px;
|
}
|
.application-plaza .t-tabs__operations .t-tabs__btn {
|
width: 24px;
|
height: 24px;
|
border-radius: 50%;
|
color: var(--text-text_primary);
|
box-shadow: none;
|
border: none;
|
}
|
.application-plaza-nomore {
|
text-align: center;
|
color: var(--text-text_tertiary);
|
font: var(--yb-font-title-5);
|
line-height: 16px;
|
margin-bottom: 60px;
|
}
|
.application-plaza-wrapper {
|
max-width: 992px;
|
margin: 0 auto;
|
display: flex;
|
flex-direction: column;
|
height: 100%;
|
}
|
.application-plaza-wrapper > div {
|
padding: 0 16px;
|
}
|
.application-plaza-header {
|
position: relative;
|
height: 52px;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.application-plaza-header .t-input .t-input__prefix:not(:empty) {
|
margin-right: 4px;
|
}
|
.application-plaza-header-left {
|
display: flex;
|
align-items: center;
|
}
|
.application-plaza-header-nav-icon {
|
display: none;
|
margin-right: 8px;
|
display: flex;
|
align-items: center;
|
}
|
.application-plaza-header-title {
|
color: var(--text-text_primary);
|
font-size: 20px;
|
font-weight: 500;
|
}
|
.application-plaza-header-right {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.application-plaza-header-right .t-input__wrap {
|
width: auto;
|
}
|
.application-plaza-header-right .t-button {
|
height: 36px;
|
}
|
.application-plaza-header-right-search-button-mobile,
|
.application-plaza-header-right-search-binput-mobile {
|
display: none;
|
}
|
.application-plaza-header-right-search-input-pc .t-input,
|
.application-plaza-header-right-search-input-mobile .t-input {
|
width: 180px;
|
height: 36px;
|
border-radius: var(--yb-radius-default);
|
border: 1px solid var(--widget-line);
|
box-shadow: none;
|
background: var(--background-container);
|
}
|
.application-plaza-header-right-search-input-pc .t-input .t-icon,
|
.application-plaza-header-right-search-input-mobile .t-input .t-icon {
|
color: var(--text-text_disabled) !important;
|
}
|
.application-plaza-header-right-search-input-pc .t-input.t-is-focused,
|
.application-plaza-header-right-search-input-mobile .t-input.t-is-focused {
|
border-color: var(--widget-btn_click_1);
|
}
|
.application-plaza-header-right-search-input-pc .t-input:hover,
|
.application-plaza-header-right-search-input-mobile .t-input:hover {
|
border-color: var(--widget-btn_click_1);
|
}
|
.application-plaza .t-tabs {
|
background-color: transparent;
|
}
|
.application-plaza .t-tabs__nav {
|
min-height: unset !important;
|
margin-bottom: 24px;
|
overflow: auto;
|
}
|
.application-plaza .t-tabs__nav-container {
|
background: var(--background-page_background_web);
|
}
|
.application-plaza .t-tabs__nav-container::after {
|
display: none;
|
}
|
.application-plaza .t-tabs__nav-container .t-ripple {
|
display: none;
|
}
|
.application-plaza .t-tabs__nav-container .t-tabs__bar {
|
background: transparent;
|
bottom: 2px;
|
}
|
.application-plaza .t-tabs__nav-container .t-tabs__bar::after {
|
content: ' ';
|
position: absolute;
|
left: 0;
|
right: 32px;
|
top: 0;
|
height: 4px;
|
background: var(--brand-black_1);
|
border-radius: 9px;
|
}
|
.application-plaza .t-tabs__nav-container .t-tabs__nav-item {
|
height: auto;
|
}
|
.application-plaza .t-tabs__nav-container .t-tabs__nav-item-wrapper {
|
line-height: 24px;
|
margin: 0 24px 6px 0;
|
padding-left: 0;
|
background-color: transparent !important;
|
}
|
.application-plaza .t-tabs__nav-container .t-tabs__nav-item-wrapper:hover {
|
background-color: transparent;
|
}
|
.application-plaza .t-tabs__nav-container .t-tabs__nav-item-text-wrapper {
|
color: var(-yb-text-color-secondary-2);
|
font-size: 16px;
|
}
|
.application-plaza .t-tabs__nav-container .t-is-active .t-tabs__nav-item-text-wrapper {
|
color: var(--text-text_primary);
|
}
|
.application-plaza-type {
|
margin-bottom: 24px;
|
}
|
.application-plaza-type h3 {
|
font-size: 16px;
|
line-height: 24px;
|
font-weight: 500;
|
margin-bottom: 16px;
|
color: var(--text-text_primary);
|
}
|
.application-plaza-type-list {
|
display: grid;
|
grid-template-columns: repeat(3, 1fr);
|
gap: 16px 18px;
|
}
|
.application-plaza .copyright-wp {
|
padding: 0!important;
|
height: 40px;
|
}
|
@media screen and (max-width: 600px) {
|
.application-plaza-header-nav-icon {
|
display: inline-block;
|
}
|
.application-plaza-header-nav-icon .icon-yb-nav {
|
font-size: 20px;
|
line-height: 20px;
|
}
|
.application-plaza-wrapper .application-plaza-header {
|
height: 52px;
|
margin-bottom: 10px;
|
}
|
.application-plaza-wrapper .application-plaza-header h3 {
|
font-size: 16px;
|
color: var(--text-text_primary);
|
}
|
.application-plaza-wrapper .application-plaza-header .t-input,
|
.application-plaza-wrapper .application-plaza-header .t-button {
|
height: 32px;
|
line-height: 35px;
|
}
|
.application-plaza-wrapper .application-plaza-type-list {
|
grid-template-columns: 1fr;
|
gap: 6px;
|
}
|
.application-plaza-header-right-search-button-mobile,
|
.application-plaza-header-right-search-input-mobile {
|
display: block;
|
}
|
.application-plaza-header-right-search-mobile {
|
padding: 0 16px;
|
position: absolute;
|
box-sizing: border-box;
|
top: 0;
|
left: 0;
|
height: 48px;
|
width: 100%;
|
z-index: 1;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
background-color: var(--background-page_background_web);
|
}
|
.application-plaza-header-right-search-mobile .t-button {
|
border: none;
|
padding: 0;
|
}
|
.application-plaza-header-right-search-input-mobile {
|
flex: 1;
|
margin-right: 12px;
|
}
|
.application-plaza-header-right-search-input-mobile .t-input {
|
width: 100%;
|
height: 36px !important;
|
line-height: 36px;
|
}
|
.application-plaza-header-right-search-input-pc {
|
display: none;
|
}
|
}
|
@media screen and (min-width: 600px) and (max-width: 1024px) {
|
.application-plaza-header-nav-icon {
|
display: none;
|
}
|
.application-plaza-wrapper .application-plaza-type-list {
|
grid-template-columns: 1fr 1fr;
|
}
|
.application-plaza-header-right-search-mobile {
|
display: none;
|
}
|
}
|
@media screen and (min-width: 1024px) {
|
.application-plaza-header-nav-icon {
|
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;
|
}
|
|
|
/*# sourceMappingURL=sourcemap/4967.375a10e4c810e1d71cbe.css.map*/
|