yt-chat-components 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/YtChatView/chatWidget/chatWindow/index.tsx +4 -3
- package/build/asset-manifest.json +0 -20
- package/build/index.html +0 -1
- package/build/static/css/main.08f749d2.css +0 -2
- package/build/static/css/main.08f749d2.css.map +0 -1
- package/build/static/js/main.57d43f51.js +0 -3
- package/build/static/js/main.57d43f51.js.LICENSE.txt +0 -185
- package/build/static/js/main.57d43f51.js.map +0 -1
- package/build/static/media/ai_call_working.a63afffab31dc8264d05.gif +0 -0
- package/build/static/media/aiavatar.74bafa995cce4c01b804.png +0 -0
- package/build/static/media/history-list-empty.1eb65b1550aef4e8c8a4.png +0 -0
- package/build/static/media/icon_history_headerbg.50747e81d01257f55346.png +0 -0
- package/build/static/media/moreAi.285e66289f838072060c.png +0 -0
- package/build/static/media/moreBg.9fc998472925cecd89f2.png +0 -0
- package/build/static/media/phone.19bc6f0d2e9eae4863ae.png +0 -0
package/package.json
CHANGED
|
@@ -245,8 +245,9 @@ const ChatWindow = forwardRef<ChatWindowRef, ChatWindowProps>(({
|
|
|
245
245
|
|
|
246
246
|
const handleScroll = () => {
|
|
247
247
|
const { scrollTop, scrollHeight, clientHeight } = container;
|
|
248
|
-
const isAtBottom = scrollHeight - scrollTop
|
|
249
|
-
|
|
248
|
+
const isAtBottom = scrollHeight - scrollTop - clientHeight <= 10; // <= 更稳妥
|
|
249
|
+
console.log("与底部距离===", scrollHeight - scrollTop - clientHeight)
|
|
250
|
+
console.log("此前是否向上滚动", isUserScrolledUp)
|
|
250
251
|
if (!isAtBottom && !isUserScrolledUp) {
|
|
251
252
|
setIsUserScrolledUp(true);
|
|
252
253
|
} else if (isAtBottom && isUserScrolledUp) {
|
|
@@ -270,7 +271,7 @@ const ChatWindow = forwardRef<ChatWindowRef, ChatWindowProps>(({
|
|
|
270
271
|
const isCurrentlyAtBottom = scrollHeight - scrollTop - clientHeight < 120; //
|
|
271
272
|
if (isForce) {
|
|
272
273
|
container.scrollTop = scrollHeight;
|
|
273
|
-
setIsUserScrolledUp(false); // 强制滚动后认为用户在底部
|
|
274
|
+
// setIsUserScrolledUp(false); // 强制滚动后认为用户在底部
|
|
274
275
|
return;
|
|
275
276
|
}
|
|
276
277
|
if (isCurrentlyAtBottom) {
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": {
|
|
3
|
-
"main.css": "/static/css/main.08f749d2.css",
|
|
4
|
-
"main.js": "/static/js/main.57d43f51.js",
|
|
5
|
-
"static/media/moreBg.png": "/static/media/moreBg.9fc998472925cecd89f2.png",
|
|
6
|
-
"static/media/history-list-empty.png": "/static/media/history-list-empty.1eb65b1550aef4e8c8a4.png",
|
|
7
|
-
"static/media/icon_history_headerbg.png": "/static/media/icon_history_headerbg.50747e81d01257f55346.png",
|
|
8
|
-
"static/media/phone.png": "/static/media/phone.19bc6f0d2e9eae4863ae.png",
|
|
9
|
-
"static/media/ai_call_working.gif": "/static/media/ai_call_working.a63afffab31dc8264d05.gif",
|
|
10
|
-
"static/media/aiavatar.png": "/static/media/aiavatar.74bafa995cce4c01b804.png",
|
|
11
|
-
"static/media/moreAi.png": "/static/media/moreAi.285e66289f838072060c.png",
|
|
12
|
-
"index.html": "/index.html",
|
|
13
|
-
"main.08f749d2.css.map": "/static/css/main.08f749d2.css.map",
|
|
14
|
-
"main.57d43f51.js.map": "/static/js/main.57d43f51.js.map"
|
|
15
|
-
},
|
|
16
|
-
"entrypoints": [
|
|
17
|
-
"static/css/main.08f749d2.css",
|
|
18
|
-
"static/js/main.57d43f51.js"
|
|
19
|
-
]
|
|
20
|
-
}
|
package/build/index.html
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>校园智多星</title><script type="text/javascript" src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script defer="defer" src="/static/js/main.57d43f51.js"></script><link href="/static/css/main.08f749d2.css" rel="stylesheet"></head><body style="width:100vw;height:100vh;margin:0"><yt-page-chat-mobile-v2 host-url="http://192.168.110.135:7860" sign-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/bcyz/user/ai/logo.png" app-id="5f48c683-38d8-430e-8479-17730a605821" agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/kai_yuan/byz/xinge.png" box-style='{"height":"100%"}' is-show-side-right="true" is-show-side-left="true" dialog-index="999999999" agent-name="白城医学高等专科学校招生咨询平台" agent-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/ccit/user/xc//image/ebfaf4da-c1d9-46fb-a0b1-f159e95cffc2_AI招生咨询小助手.png" logo-width="42px" logo-font-size="26px" is-title-side-icon="true" is-show-upload-button="false" is-show-read-icon="true" drop-man-url="https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_man01.png" asset-map='{"sendMessageUrl":"https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/bcyz/user/ai/sendMessage.png","stopMessageUrl":"https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/bcyz/user/ai/stopMessage.png","speakUrl":"https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/school/bcyz/user/ai/speak.png"}' header-name="白城医学高等专科学校招生咨询平台" is-show-mobile-input-area="true" is-in-h5-page="true"/></body></html>
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
.callInterface_call-interface__eBnLY{background-color:#f0f2f5;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}.callInterface_call-header__-7Kys{padding-top:100px}.callInterface_call-header__-7Kys,.callInterface_contact-info__1rC2n{align-items:center;display:flex;flex-direction:column}.callInterface_contact-info__1rC2n h2{color:#333;font-size:24px;margin-bottom:5px;margin-top:20px}.callInterface_call-status__O7FrY{color:#666;font-size:16px}.callInterface_call-controls__tMyAY{display:flex;justify-content:center;padding-bottom:60px}.callInterface_hangup-button__Wb7Pl{background-color:#ff4d4f;border:none;height:60px;width:60px}.callInterface_hangup-icon__7-1em{color:#fff;font-size:24px}.previewDialogV2_closeImg__KJftf{cursor:pointer;width:14px}.previewDialogV2_toolDialog__GgLjR{border-radius:8px;display:flex;flex-direction:column;height:100%;justify-content:space-between}.previewDialogV2_toolDialogSign__VmCLh{margin:0 auto;min-width:1380px;width:calc(100vw - 140px)}.previewDialogV2_dialogBox__16aov{background:#fff;border-radius:15px;display:flex;flex-direction:column;height:calc(100vh - 192px);margin:1.5rem auto 0;min-width:1380px;width:calc(100vw - 140px)}.previewDialogV2_toolLeft__gncu9{align-items:center;border-bottom-left-radius:8px;border-top-left-radius:8px;display:flex;flex-direction:column;padding:1.7rem 1.6rem;width:300px}.previewDialogV2_toolLogo__cE8po{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;margin-top:18px;padding-bottom:12px;padding-left:32px;-webkit-user-select:none;user-select:none}.previewDialogV2_logoImg__i1tL2{position:absolute;width:48px}.previewDialogV2_logoText__DeKd3{-webkit-text-fill-color:#0000;-webkit-background-clip:text;font-size:20px;font-weight:700;margin-left:10px}.previewDialogV2_historyDialog__3sKFT{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#ffffff80,#fff0);border-image:linear-gradient(180deg,#fff,#fff0) 1 1;border-radius:10px;flex:1 1;margin-bottom:24px;margin-top:24px;max-height:calc(100% - 60px);position:relative;-webkit-user-select:none;user-select:none;width:100%}.previewDialogV2_historyTitle__57OAP{align-items:center;display:flex;justify-content:space-between}.previewDialogV2_historyImg__VPCM8{width:25px}.previewDialogV2_dialogTitle__xApqE{color:#a4a4a4;display:flex;font-size:18px;font-style:normal;font-weight:400;line-height:16px;text-align:left}.previewDialogV2_historyListEmpty__4C7Ae{color:#999;font-size:12px;left:50%;max-height:calc(100% - 1.7rem);position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.previewDialogV2_historyList__n9EmG{height:calc(100% - 1.7rem);margin-top:10px;overflow-y:auto;scrollbar-width:none!important}.previewDialogV2_historyList__n9EmG::-webkit-scrollbar{display:none}.previewDialogV2_historyList__n9EmG:hover{scrollbar-color:#ced4e3 #0000;scrollbar-width:thin!important}.previewDialogV2_historyItem__sWCUV{padding:10px 16px 10px 0}.previewDialogV2_historyItem__sWCUV:hover{background:#f5f5f5;border-radius:9px;color:#1552ff}.previewDialogV2_activeItem__WA1mg{background:#1974ff!important;border-radius:9px;color:#fff!important}.previewDialogV2_historyName__2UTZN{align-items:center;cursor:pointer;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.previewDialogV2_toolRight__27Mjh{background:#f5f5f5;flex:1 1;min-width:780px}.previewDialogV2_toolRightToRight__lgMTT{display:flex;flex-direction:column;height:100%;padding:1.7rem 1.6rem 1.8rem;width:300px}.previewDialogV2_hot__Dsvb\+{align-items:center;display:flex}.previewDialogV2_hot__Dsvb\+ img{margin-right:10px;width:19px}.previewDialogV2_hot__Dsvb\+ span{color:#000;font-size:18px;line-height:59px}.previewDialogV2_carousel__kH16h h3{border-radius:12px;margin:0}.previewDialogV2_carousel__kH16h .previewDialogV2_slickDotsBottom__S3WFx{bottom:-10px;justify-content:end;right:12px}.previewDialogV2_antCarousel__zgdTD .previewDialogV2_slickDots__APs5J li.previewDialogV2_slickActive__HidC3:after{background:#1974ff}.previewDialogV2_antCarousel__zgdTD .previewDialogV2_slickDots__APs5J li button{background:#000}.previewDialogV2_newDialog__\+JnV2{align-items:center;background:#eaf3ff;border:1px solid #1974ff;border-radius:11px;color:#0060ff;cursor:pointer;display:flex;height:40px;min-height:40px;transition:all .2s ease;width:252px}.previewDialogV2_newDialog__\+JnV2:hover{box-shadow:0 4px 8px #0000001a}.previewDialogV2_newDialog__\+JnV2:active{background-color:#c4d9ff;border-color:#0040aa;box-shadow:none;transform:translateY(2px)}.previewDialogV2_newDialogText__a0bg4{margin-left:6px}.previewDialogV2_footer__SOB3W{margin-bottom:1.5rem;margin-top:1.5rem;text-align:center}.TabSelector_mainContainer__BkPXn{flex:1 1;overflow-y:auto;.TabSelector_initHeader__yhH7G{align-items:center;display:flex;justify-content:flex-start;width:100%;.TabSelector_left__4kqfK{align-items:center;border-radius:50%;display:flex;height:60px;justify-content:center;margin-right:5px;min-width:60px;overflow:hidden;width:60px;img{border-radius:50%;width:50px}}.TabSelector_right__05YUh{.TabSelector_tips__qXcpj{font-size:18px;font-weight:700}.TabSelector_tipContent__YPsiQ{font-size:16px}}}.TabSelector_welcome__gjKzs{background:#fff;border:1px solid #f0f0f0;border-radius:8px 8px 8px 0;display:inline-block;font-size:16px;margin-bottom:14px;max-width:780px;padding:12px;position:relative;z-index:2!important}.TabSelector_leftPanelMobile__JLCHv{align-items:center;background:linear-gradient(-78deg,#dbefff,#1573ff);border-radius:12px 12px 0 0;color:#fff;display:flex;flex-direction:row;font-size:12px;height:50px;justify-content:space-between;overflow:hidden;padding:10px 15px;position:relative;.TabSelector_left__4kqfK{align-items:center;display:flex;flex-direction:row;font-size:18px;justify-content:center;img{border-radius:50%;margin-right:8px;width:16px}}.TabSelector_right__05YUh{align-items:center;color:#1572ff;display:flex;flex-direction:row;font-size:14px;justify-content:center;.TabSelector_icon__PGrGo{background:#ffffff1a;border-radius:32px;padding:8px}}}.TabSelector_tabSelector__2qySU{background:#fff;border-radius:9px;display:flex}.TabSelector_leftPanel__monhs{align-items:center;background:linear-gradient(0deg,#dbefff,#1573ff);border-radius:9px;color:#fff;display:flex;flex-direction:column;font-size:12px;justify-content:space-between;min-width:80px;overflow:hidden;padding:10px;position:relative;.TabSelector_topIcon__cxXrs{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%;.TabSelector_icon__PGrGo{background:#ffffff1a;border-radius:32px;padding:8px}}.TabSelector_middleImage__Vzzt8{margin-bottom:32px;width:24px}}.TabSelector_rightPanel__FbwxL{display:flex;flex:2 1;flex-direction:column}.TabSelector_tabHeaderMobile__l7Pqk{.TabSelector_headerTabs__lFDds{width:100%;.TabSelector_ant-tabs-nav__MvX0B{border-bottom:none!important}}.TabSelector_ant-tabs-nav__MvX0B{border-bottom:none!important}.TabSelector_tabBar__v7M96{font-weight:400}.TabSelector_tabBarActive__g-mwd{font-weight:500}.TabSelector_simpleHeader__VJyjG{flex:1 1;justify-content:space-evenly;.TabSelector_simplyRow__RYJJw{border-radius:6px;cursor:pointer;font-size:14px;padding:5px 10px}.TabSelector_simplyRow__RYJJw:hover{box-shadow:0 4px 8px #0000001a}}}.TabSelector_tabHeaderMobile__l7Pqk,.TabSelector_tabHeader__N77PL{align-items:center;color:#030303;display:flex;display:flex;justify-content:space-between}.TabSelector_tabHeader__N77PL{padding-right:20px;.TabSelector_leftArrow__5YPlJ,.TabSelector_rightArrow__tUrdE{color:#d8d8d8;cursor:pointer;margin-bottom:14px}.TabSelector_leftArrow__5YPlJ :hover,.TabSelector_rightArrow__tUrdE:hover{color:#1974ff}.TabSelector_headerTabs__lFDds{width:100%}.TabSelector_simpleHeader__VJyjG{flex:1 1;justify-content:space-evenly;.TabSelector_simplyRow__RYJJw{border-radius:6px;cursor:pointer;font-size:14px;padding:5px 10px}.TabSelector_simplyRow__RYJJw:hover{box-shadow:0 4px 8px #0000001a}}}.TabSelector_valueList__JNjih{color:#000;font-size:16px;min-height:225px;overflow-y:auto;padding:10px;scrollbar-color:#ced4e3 #0000;scrollbar-width:thin!important;.TabSelector_row__ESAVD{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:8px 12px;.TabSelector_text__\+4q7d{font-size:16px;margin-bottom:0}.TabSelector_rightArrow__tUrdE{color:#d8d8d8}}.TabSelector_row__ESAVD:hover{background:#f5f5f5;border-radius:4px;.TabSelector_rightArrow__tUrdE{color:#1974ff}}}.TabSelector_bottomImage__vKZMN img{width:100px}}.inputMobile_m_tool_box__Y8afh{background-color:#fff;display:flex;height:-moz-fit-content;height:fit-content;position:relative;width:100%;.inputMobile_m_avatar__Q5psa{bottom:60px;left:10px;position:absolute;img{position:relative;z-index:10}}.inputMobile_m_input_box__mAGy9{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background-color:#f9f9f9;display:flex;padding:8px;width:100%}.inputMobile_m_voiceToggle__vUNtK{transition:background-color .3s ease}.inputMobile_m_center_box__iE2RX{flex:1 1;margin-left:8px;position:relative;-webkit-user-select:auto;user-select:auto}.inputMobile_m_clickToTalk__0MHk0{align-items:center;background-color:#f0f0f0;border-radius:8px;color:#666;display:flex;font-size:14px;height:40px;justify-content:center}.inputMobile_m_inputBox-textarea__w67MM{background-color:initial;border:none;box-sizing:border-box;font-size:14px;line-height:20px;overflow-y:hidden;resize:none;width:100%;&:focus{outline:none}}.inputMobile_m_sendButton__QSr8A{&:active{background-color:#3a80d2}}.inputMobile_m_sendButton__QSr8A{align-items:center;background-color:#4a90e2;border-radius:8px;display:flex;height:34px;justify-content:center;margin-left:10px;padding:0 14px;transition:background-color .3s ease;&:active{background-color:#3a80d2}}.inputMobile_audioWave__k2LfS{fill:#fff;opacity:1;&.inputMobile_active__ucjBO{animation:inputMobile_wavePulse__Za-lr 1s ease-out infinite}}}@keyframes inputMobile_wavePulse__Za-lr{0%,to{transform:scaleY(1)}50%{transform:scaleY(1.5)}}.previewDialog_p_closeImg__ayqkH{cursor:pointer;width:14px}.previewDialog_p_toolDialog__TJAsT{background:url(https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_modal_bg.png);background-size:cover;border-radius:8px;display:flex;height:100%}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I{align-items:center;border-bottom-left-radius:8px;border-top-left-radius:8px;display:flex;flex-direction:column;padding:1.7rem 1.6rem;width:300px}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_toolLogo__bj-71{align-items:center;display:flex;-webkit-user-select:none;user-select:none}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_toolLogo__bj-71 .previewDialog_p_logoImg__G2C6R{width:48px}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_toolLogo__bj-71 .previewDialog_p_logoText__iJu48{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1551ff,#8f4bff);-webkit-background-clip:text;font-size:30px;font-weight:700;margin-left:10px}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#ffffff80,#fff0);border-image:linear-gradient(180deg,#fff,#fff0) 1 1;border-radius:10px;flex:1 1;margin-bottom:20px;margin-top:20px;max-height:calc(100% - 5.5rem - 60px);position:relative;-webkit-user-select:none;user-select:none;width:100%}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm ::-webkit-scrollbar-thumb{background:#535353!important;border-radius:10px;-webkit-box-shadow:inset 0 0 5px #0003}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyTitle__IHtp2{align-items:center;display:flex;padding:1.3rem 16px 0}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyTitle__IHtp2 .previewDialog_p_historyImg__wwCiE{width:25px}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyTitle__IHtp2 .previewDialog_p_dialogTitle__A0M3M{color:#333;font-size:18px;font-style:normal;font-weight:500;line-height:16px;margin-left:10px;text-align:left}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyListEmpty__qL0kl{color:#999;font-size:12px;left:50%;max-height:calc(100% - 3rem);position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyList__EXYFE{height:calc(100% - 3rem);margin-top:10px;overflow-y:auto;scrollbar-width:none!important}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyList__EXYFE::-webkit-scrollbar{display:none}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyList__EXYFE:hover{scrollbar-color:#ced4e3 #0000;scrollbar-width:thin!important}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyList__EXYFE .previewDialog_p_historyItem__HXuqJ{padding:7px 16px}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyList__EXYFE .previewDialog_p_historyItem__HXuqJ .previewDialog_p_activeHistoryName__fKeKd{color:#1552ff!important}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyList__EXYFE .previewDialog_p_historyItem__HXuqJ .previewDialog_p_historyName__-40rw{color:#333;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolLeft__xO96I .previewDialog_p_historyDialog__EGrWm .previewDialog_p_historyList__EXYFE .previewDialog_p_historyItem__HXuqJ .previewDialog_p_historyName__-40rw:hover{color:#171717}.previewDialog_p_toolDialog__TJAsT .previewDialog_p_toolRight__mv8Ni{flex:1 1}.previewDialog_p_toolRightToRight__BJd9O{display:flex;flex-direction:column;padding:2rem 1.6rem 1.8rem;width:300px}.previewDialog_rightInnerContainer__z99dE{display:flex;flex:1 1;flex-direction:column;height:calc(100% - 80px);justify-content:space-between}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightSideTitle__0zZsq{align-items:center;display:flex;font-size:18px;font-weight:500;margin-bottom:1.4rem;margin-top:0}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightSideTitle__0zZsq img{margin-right:4px}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightSideTitle__0zZsq .previewDialog_titleSideColumn__3CIYg{color:#1551ff}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightSkillContainer__AbZHZ{min-height:40%}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightSkillContainer__AbZHZ .previewDialog_rightSkillList__voux1{display:flex;flex-wrap:wrap;gap:10px;grid-template-columns:repeat(3,1fr)}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightSkillContainer__AbZHZ .previewDialog_rightSkillList__voux1 .previewDialog_rightSkillItem__L4kxX{cursor:pointer;text-align:center;width:30%}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightSkillContainer__AbZHZ .previewDialog_rightSkillList__voux1 .previewDialog_rightSkillItem__L4kxX img{border-radius:10px;height:40px;width:40px}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightSkillContainer__AbZHZ .previewDialog_rightSkillList__voux1 .previewDialog_rightSkillItem__L4kxX p{color:#333;margin-bottom:4px;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightKnowledgeTitle__Ibz8J{nargin-top:2.2rem;align-items:center;display:flex;font-size:18px;font-weight:500;margin-bottom:1.4rem}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightKnowledgeTitle__Ibz8J img{margin-right:4px}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightKnowledgeContainer__4ThIo{position:relative}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightMoreButton__ZGp3h{align-items:flex-end;background:url(/static/media/moreAi.285e66289f838072060c.png);background-position:bottom;background-repeat:no-repeat;background-size:85% auto;bottom:8px;display:flex;height:100%;justify-content:center;left:0;position:absolute;width:100%;z-index:1}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_rightMoreButton__ZGp3h div{color:#fff;cursor:pointer;font-size:12px;font-weight:500;line-height:17px;padding:16px 16px 10px 20px;width:calc(100% - 50px)}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_p_carousel__3fFdX .previewDialog_slick-dots-bottom__D8eSO{bottom:-10px;justify-content:end;right:12px}.previewDialog_p_toolRightToRight__BJd9O .previewDialog_p_carousel__3fFdX video{object-fit:cover}:where(.previewDialog_css-1v613y0__Hj22l).previewDialog_ant-carousel__ALrmr .previewDialog_slick-dots__KL6uj li.previewDialog_slick-active__dQwpN:after{background:#1974ff}:where(.previewDialog_css-1v613y0__Hj22l).previewDialog_ant-carousel__ALrmr .previewDialog_slick-dots__KL6uj li button{background:#000}.previewDialog_p_newDialog__AW2su{align-items:center;background:linear-gradient(45deg,#1551ff,#8f4bff);border-radius:20px;cursor:pointer;display:flex;height:40px;justify-content:center;margin-top:20px;min-height:40px;width:252px}.previewDialog_p_newDialog__AW2su img{width:18px}.previewDialog_p_newDialog__AW2su .previewDialog_p_newDialogText__lQmsF{color:#fff;margin-left:6px}.yt-chat-modal .ant-modal-content{padding:0!important}.mobileChat_p_closeImg__K3hZF{cursor:pointer;width:14px}.mobileChat_p_toolDialog__xyG5j{background:url(https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_modal_bg.png);background-size:cover;border-radius:8px;display:flex;height:100%}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc{align-items:center;border-bottom-left-radius:8px;border-top-left-radius:8px;display:flex;flex-direction:column;padding:1.7rem 1.6rem;width:300px}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_toolLogo__0q\+p0{align-items:center;display:flex;-webkit-user-select:none;user-select:none}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_toolLogo__0q\+p0 .mobileChat_p_logoImg__Zk\+rK{width:48px}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_toolLogo__0q\+p0 .mobileChat_p_logoText__j8SvQ{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1551ff,#8f4bff);-webkit-background-clip:text;font-size:30px;font-weight:700;margin-left:10px}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#ffffff80,#fff0);border-image:linear-gradient(180deg,#fff,#fff0) 1 1;border-radius:10px;flex:1 1;margin-bottom:20px;margin-top:20px;max-height:calc(100% - 5.5rem - 60px);position:relative;-webkit-user-select:none;user-select:none;width:100%}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU ::-webkit-scrollbar-thumb{background:#535353!important;border-radius:10px;-webkit-box-shadow:inset 0 0 5px #0003}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyTitle__wUZK8{align-items:center;display:flex;padding:1.3rem 16px 0}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyTitle__wUZK8 .mobileChat_p_historyImg__sQJ3d{width:25px}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyTitle__wUZK8 .mobileChat_p_dialogTitle__lWHdH{color:#333;font-size:18px;font-style:normal;font-weight:500;line-height:16px;margin-left:10px;text-align:left}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyListEmpty__0ci9m{color:#999;font-size:12px;left:50%;max-height:calc(100% - 3rem);position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyList__o-LM4{height:calc(100% - 3rem);margin-top:10px;overflow-y:auto;scrollbar-width:none!important}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyList__o-LM4::-webkit-scrollbar{display:none}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyList__o-LM4:hover{scrollbar-color:#ced4e3 #0000;scrollbar-width:thin!important}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyList__o-LM4 .mobileChat_p_historyItem__h8cPB{padding:7px 16px}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyList__o-LM4 .mobileChat_p_historyItem__h8cPB .mobileChat_p_activeHistoryName__wWvkc{color:#1552ff!important}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyList__o-LM4 .mobileChat_p_historyItem__h8cPB .mobileChat_p_historyName__qxMIu{color:#333;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolLeft__LWXzc .mobileChat_p_historyDialog__7vEyU .mobileChat_p_historyList__o-LM4 .mobileChat_p_historyItem__h8cPB .mobileChat_p_historyName__qxMIu:hover{color:#171717}.mobileChat_p_toolDialog__xyG5j .mobileChat_p_toolRight__FVzaA{flex:1 1}.mobileChat_p_toolRightToRight__pddST{display:flex;flex-direction:column;padding:2rem 1.6rem 1.8rem;width:300px}.mobileChat_rightInnerContainer__Lp\+Ty{display:flex;flex:1 1;flex-direction:column;height:calc(100% - 80px);justify-content:space-between}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightSideTitle__UDGLy{align-items:center;display:flex;font-size:18px;font-weight:500;margin-bottom:1.4rem;margin-top:0}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightSideTitle__UDGLy img{margin-right:4px}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightSideTitle__UDGLy .mobileChat_titleSideColumn__YE9dh{color:#1551ff}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightSkillContainer__fv6vn{min-height:40%}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightSkillContainer__fv6vn .mobileChat_rightSkillList__bufR-{display:flex;flex-wrap:wrap;gap:10px;grid-template-columns:repeat(3,1fr)}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightSkillContainer__fv6vn .mobileChat_rightSkillList__bufR- .mobileChat_rightSkillItem__Dl1-D{cursor:pointer;text-align:center;width:30%}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightSkillContainer__fv6vn .mobileChat_rightSkillList__bufR- .mobileChat_rightSkillItem__Dl1-D img{border-radius:10px;height:40px;width:40px}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightSkillContainer__fv6vn .mobileChat_rightSkillList__bufR- .mobileChat_rightSkillItem__Dl1-D p{color:#333;margin-bottom:4px;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightKnowledgeTitle__DLmeC{nargin-top:2.2rem;align-items:center;display:flex;font-size:18px;font-weight:500;margin-bottom:1.4rem}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightKnowledgeTitle__DLmeC img{margin-right:4px}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightKnowledgeContainer__MB77L{position:relative}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightMoreButton__Oo8zW{align-items:flex-end;background:url(/static/media/moreAi.285e66289f838072060c.png);background-position:bottom;background-repeat:no-repeat;background-size:85% auto;bottom:8px;display:flex;height:100%;justify-content:center;left:0;position:absolute;width:100%;z-index:1}.mobileChat_p_toolRightToRight__pddST .mobileChat_rightMoreButton__Oo8zW div{color:#fff;cursor:pointer;font-size:12px;font-weight:500;line-height:17px;padding:16px 16px 10px 20px;width:calc(100% - 50px)}.mobileChat_p_newDialog__k6jv\+{align-items:center;background:linear-gradient(45deg,#1551ff,#8f4bff);border-radius:20px;cursor:pointer;display:flex;height:40px;justify-content:center;margin-top:20px;min-height:40px;width:252px}.mobileChat_p_newDialog__k6jv\+ img{width:18px}.mobileChat_p_newDialog__k6jv\+ .mobileChat_p_newDialogText__-p9Za{color:#fff;margin-left:6px}.mobileChatV2_p_closeImg__PeCPu{cursor:pointer;width:14px}.mobileChatV2_p_toolDialog__fw3uj{background:url(https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_modal_bg.png);background-size:cover;border-radius:8px;display:flex;flex-direction:column;height:calc(100vh - 60px)}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm{align-items:center;border-bottom-left-radius:8px;border-top-left-radius:8px;display:flex;flex-direction:column;padding:1.7rem 1.6rem;width:300px}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_toolLogo__hfIYo{align-items:center;display:flex;-webkit-user-select:none;user-select:none}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_toolLogo__hfIYo .mobileChatV2_p_logoImg__HK1F\+{width:48px}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_toolLogo__hfIYo .mobileChatV2_p_logoText__Qg23j{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#1551ff,#8f4bff);-webkit-background-clip:text;font-size:30px;font-weight:700;margin-left:10px}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(180deg,#ffffff80,#fff0);border-image:linear-gradient(180deg,#fff,#fff0) 1 1;border-radius:10px;flex:1 1;margin-bottom:20px;margin-top:20px;max-height:calc(100% - 5.5rem - 60px);position:relative;-webkit-user-select:none;user-select:none;width:100%}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR ::-webkit-scrollbar-thumb{background:#535353!important;border-radius:10px;-webkit-box-shadow:inset 0 0 5px #0003}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyTitle__1rxmI{align-items:center;display:flex;padding:1.3rem 16px 0}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyTitle__1rxmI .mobileChatV2_p_historyImg__bnFId{width:25px}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyTitle__1rxmI .mobileChatV2_p_dialogTitle__xvIpk{color:#333;font-size:18px;font-style:normal;font-weight:500;line-height:16px;margin-left:10px;text-align:left}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyListEmpty__T\+BJ3{color:#999;font-size:12px;left:50%;max-height:calc(100% - 3rem);position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyList__YcKkQ{height:calc(100% - 3rem);margin-top:10px;overflow-y:auto;scrollbar-width:none!important}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyList__YcKkQ::-webkit-scrollbar{display:none}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyList__YcKkQ:hover{scrollbar-color:#ced4e3 #0000;scrollbar-width:thin!important}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyList__YcKkQ .mobileChatV2_p_historyItem__8gpJJ{padding:7px 16px}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyList__YcKkQ .mobileChatV2_p_historyItem__8gpJJ .mobileChatV2_p_activeHistoryName__kHlPR{color:#1552ff!important}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyList__YcKkQ .mobileChatV2_p_historyItem__8gpJJ .mobileChatV2_p_historyName__YC-7R{color:#333;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolLeft__GKCPm .mobileChatV2_p_historyDialog__GeJZR .mobileChatV2_p_historyList__YcKkQ .mobileChatV2_p_historyItem__8gpJJ .mobileChatV2_p_historyName__YC-7R:hover{color:#171717}.mobileChatV2_p_toolDialog__fw3uj .mobileChatV2_p_toolRight__0AJ2H{flex:1 1}.mobileChatV2_p_toolRightToRight__0OUlL{display:flex;flex-direction:column;padding:2rem 1.6rem 1.8rem;width:300px}.mobileChatV2_rightInnerContainer__angQT{display:flex;flex:1 1;flex-direction:column;height:calc(100% - 80px);justify-content:space-between}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightSideTitle__QpE3L{align-items:center;display:flex;font-size:18px;font-weight:500;margin-bottom:1.4rem;margin-top:0}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightSideTitle__QpE3L img{margin-right:4px}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightSideTitle__QpE3L .mobileChatV2_titleSideColumn__Fk6Sn{color:#1551ff}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightSkillContainer__EGoC8{min-height:40%}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightSkillContainer__EGoC8 .mobileChatV2_rightSkillList__H3JSU{display:flex;flex-wrap:wrap;gap:10px;grid-template-columns:repeat(3,1fr)}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightSkillContainer__EGoC8 .mobileChatV2_rightSkillList__H3JSU .mobileChatV2_rightSkillItem__hUrfX{cursor:pointer;text-align:center;width:30%}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightSkillContainer__EGoC8 .mobileChatV2_rightSkillList__H3JSU .mobileChatV2_rightSkillItem__hUrfX img{border-radius:10px;height:40px;width:40px}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightSkillContainer__EGoC8 .mobileChatV2_rightSkillList__H3JSU .mobileChatV2_rightSkillItem__hUrfX p{color:#333;margin-bottom:4px;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightKnowledgeTitle__RgT8j{nargin-top:2.2rem;align-items:center;display:flex;font-size:18px;font-weight:500;margin-bottom:1.4rem}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightKnowledgeTitle__RgT8j img{margin-right:4px}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightKnowledgeContainer__uyQS1{position:relative}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightMoreButton__pkaBl{align-items:flex-end;background:url(/static/media/moreAi.285e66289f838072060c.png);background-position:bottom;background-repeat:no-repeat;background-size:85% auto;bottom:8px;display:flex;height:100%;justify-content:center;left:0;position:absolute;width:100%;z-index:1}.mobileChatV2_p_toolRightToRight__0OUlL .mobileChatV2_rightMoreButton__pkaBl div{color:#fff;cursor:pointer;font-size:12px;font-weight:500;line-height:17px;padding:16px 16px 10px 20px;width:calc(100% - 50px)}.mobileChatV2_p_newDialog__m4q4i{align-items:center;background:linear-gradient(45deg,#1551ff,#8f4bff);border-radius:20px;cursor:pointer;display:flex;height:40px;justify-content:center;margin-top:20px;min-height:40px;width:252px}.mobileChatV2_p_newDialog__m4q4i img{width:18px}.mobileChatV2_p_newDialog__m4q4i .mobileChatV2_p_newDialogText__ASOxV{color:#fff;margin-left:6px}.mobileChatV2_mobile_nav__ShueN{align-items:center;display:flex;height:60px;justify-content:space-between;padding:0 20px;.mobileChatV2_title__AnGsh{color:#000;font-size:19px;font-weight:700;line-height:20px}.mobileChatV2_call__LDkWe{height:40px;margin-right:-10px;width:40px}}
|
|
2
|
-
/*# sourceMappingURL=main.08f749d2.css.map*/
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"static/css/main.08f749d2.css","mappings":"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","sources":["YtChatView/chatWidget/chatWindow/callInterface/index.module.css","YtChatView/previewDialogV2/index.module.css","YtChatView/components/TabSelector/index.module.css","YtChatView/chatWidget/chatWindow/inputMobile/index.module.css","YtChatView/previewDialog/index.module.css","YtChatView/logoSplitBtn/index.css","YtChatView/mobileChat/index.module.css","YtChatView/mobileChatV2/index.module.css"],"sourcesContent":[".call-interface {\r\n width: 100%;\r\n height: 100%;\r\n background-color: #f0f2f5;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: space-between;\r\n}\r\n\r\n.call-header {\r\n padding-top: 100px;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n}\r\n\r\n.contact-info {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n}\r\n\r\n.contact-info h2 {\r\n margin-top: 20px;\r\n margin-bottom: 5px;\r\n font-size: 24px;\r\n color: #333;\r\n}\r\n\r\n.call-status {\r\n color: #666;\r\n font-size: 16px;\r\n}\r\n\r\n.call-controls {\r\n padding-bottom: 60px;\r\n display: flex;\r\n justify-content: center;\r\n}\r\n\r\n.hangup-button {\r\n width: 60px;\r\n height: 60px;\r\n background-color: #ff4d4f;\r\n border: none;\r\n}\r\n\r\n.hangup-icon {\r\n font-size: 24px;\r\n color: white;\r\n}",".closeImg {\r\n width: 14px;\r\n cursor: pointer;\r\n}\r\n\r\n.toolDialog {\r\n height: 100%;\r\n border-radius: 8px;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: space-between;\r\n}\r\n\r\n.toolDialogSign {\r\n width: calc(100vw - 140px);\r\n min-width:1380px;\r\n margin: 0 auto;\r\n}\r\n\r\n.dialogBox {\r\n margin: 1.5rem auto 0;\r\n width: calc(100vw - 140px);\r\n height: calc(100vh - 192px);\r\n background: #fff;\r\n border-radius: 15px;\r\n display: flex;\r\n flex-direction: column;\r\n min-width:1380px;\r\n}\r\n\r\n.toolLeft {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n width: 300px;\r\n padding: 1.7rem 1.6rem 1.7rem 1.6rem;\r\n border-top-left-radius: 8px;\r\n border-bottom-left-radius: 8px;\r\n}\r\n\r\n.toolLogo {\r\n user-select: none;\r\n display: flex;\r\n align-items: center;\r\n margin-top: 18px;\r\n padding-left: 32px;\r\n padding-bottom: 12px;\r\n border-bottom: #E5E5E5 solid 1px;\r\n}\r\n\r\n.logoImg {\r\n width: 48px;\r\n position: absolute;\r\n}\r\n\r\n.logoText {\r\n font-weight: bold;\r\n margin-left: 10px;\r\n font-size: 20px;\r\n /* background: linear-gradient(to right, #1551FF, #8F4BFF); */\r\n -webkit-background-clip: text;\r\n -webkit-text-fill-color: transparent;\r\n}\r\n\r\n.historyDialog {\r\n user-select: none;\r\n margin-top: 24px;\r\n margin-bottom: 24px;\r\n border-radius: 10px;\r\n flex: 1;\r\n width: 100%;\r\n background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);\r\n border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;\r\n backdrop-filter: blur(10px);\r\n position: relative;\r\n max-height: calc(100% - 60px);\r\n}\r\n\r\n.historyTitle {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n}\r\n\r\n.historyImg {\r\n width: 25px;\r\n}\r\n\r\n.dialogTitle {\r\n font-size: 18px;\r\n line-height: 16px;\r\n text-align: left;\r\n font-style: normal;\r\n display: flex;\r\n font-weight: normal;\r\n color: #A4A4A4;\r\n}\r\n\r\n.historyListEmpty {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n text-align: center;\r\n font-size: 12px;\r\n color: #999999;\r\n max-height: calc(100% - 1.7rem);\r\n}\r\n\r\n.historyList {\r\n height: calc(100% - 1.7rem);\r\n margin-top: 10px;\r\n overflow-y: auto;\r\n scrollbar-width: none !important; /* firefox */\r\n}\r\n\r\n.historyList::-webkit-scrollbar {\r\n display: none;\r\n}\r\n\r\n.historyList:hover {\r\n scrollbar-width: thin !important; /* firefox */\r\n scrollbar-color: #ced4e3 transparent;\r\n}\r\n\r\n.historyItem {\r\n padding: 10px 16px;\r\n padding-left: 0;\r\n}\r\n\r\n.historyItem:hover {\r\n background: #F5F5F5;\r\n border-radius: 9px;\r\n color: #1552FF;\r\n}\r\n\r\n.activeItem {\r\n background: #1974FF !important;\r\n border-radius: 9px;\r\n color: #FFFFFF !important;\r\n}\r\n\r\n.historyName {\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n cursor: pointer;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.toolRight {\r\n flex: 1;\r\n background: #f5f5f5;\r\n min-width:780px;\r\n}\r\n\r\n.toolRightToRight {\r\n height: 100%;\r\n width: 300px;\r\n display: flex;\r\n flex-direction: column;\r\n padding: 1.7rem 1.6rem 1.8rem 1.6rem;\r\n}\r\n\r\n.hot {\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.hot img {\r\n width: 19px;\r\n margin-right: 10px;\r\n}\r\n\r\n.hot span {\r\n font-size: 18px;\r\n color: #000000;\r\n line-height: 59px;\r\n}\r\n\r\n.carousel h3 {\r\n margin: 0;\r\n border-radius: 12px;\r\n}\r\n\r\n.carousel .slickDotsBottom {\r\n justify-content: end;\r\n right: 12px;\r\n bottom: -10px;\r\n}\r\n\r\n.antCarousel .slickDots li.slickActive::after {\r\n background: #1974FF;\r\n}\r\n\r\n.antCarousel .slickDots li button {\r\n background: #000000;\r\n}\r\n\r\n.newDialog {\r\n width: 252px;\r\n height: 40px;\r\n min-height: 40px;\r\n cursor: pointer;\r\n display: flex;\r\n color: #0060FF;\r\n align-items: center;\r\n background: #EAF3FF;\r\n border-radius: 11px;\r\n border: 1px solid #1974FF;\r\n transition: all 0.2s ease;\r\n}\r\n\r\n.newDialog:hover {\r\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n}\r\n\r\n.newDialog:active {\r\n background-color: #c4d9ff;\r\n border-color: #0040aa;\r\n transform: translateY(2px);\r\n box-shadow: none;\r\n}\r\n\r\n.newDialogText {\r\n margin-left: 6px;\r\n}\r\n\r\n.footer {\r\n text-align: center;\r\n margin-bottom: 1.5rem;\r\n margin-top: 1.5rem;\r\n}",".mainContainer {\r\n flex: 1;\r\n overflow-y: auto;\r\n .initHeader{\r\n width: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: flex-start;\r\n .left{\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n width: 60px;\r\n min-width: 60px;\r\n height: 60px;\r\n /*background-color: #1473FF;*/\r\n /*border: 3px solid #FFFFFF;*/\r\n border-radius: 50%;\r\n overflow: hidden;\r\n margin-right: 5px;\r\n img{\r\n width: 50px;\r\n border-radius: 50%;\r\n }\r\n }\r\n .right{\r\n\r\n .tips{\r\n font-weight: bold;\r\n font-size: 18px;\r\n }\r\n\r\n .tipContent{\r\n font-size: 16px;\r\n }\r\n\r\n }\r\n }\r\n .welcome {\r\n background: #FFFFFF;\r\n border-radius: 8px 8px 8px 0px;\r\n max-width: 780px;\r\n display: inline-block;\r\n margin-bottom: 14px;\r\n padding: 12px;\r\n border: 1px solid #f0f0f0;\r\n position: relative;\r\n z-index: 2 !important;\r\n font-size: 16px;\r\n }\r\n .leftPanelMobile {\r\n display: flex;\r\n height: 50px;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: space-between;\r\n padding: 10px 15px;\r\n font-size: 12px;\r\n color: #FFFFFF;\r\n overflow: hidden;\r\n position: relative;\r\n background: linear-gradient(-78deg, #DBEFFF 0%, #1573FF 100%);\r\n border-radius: 12px 12px 0px 0px;\r\n\r\n .left {\r\n font-size: 18px;\r\n display: flex;\r\n flex-direction: row;\r\n align-items: center;\r\n justify-content: center;\r\n img{\r\n width: 16px;\r\n margin-right: 8px;\r\n border-radius: 50%;\r\n }\r\n }\r\n\r\n .right {\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n font-size: 14px;\r\n color: #1572FF;\r\n .icon{\r\n padding: 8px;\r\n background: rgba(255, 255, 255, 0.1);\r\n border-radius: 32px;\r\n }\r\n }\r\n }\r\n\r\n .tabSelector {\r\n display: flex;\r\n border-radius: 9px;\r\n background: #FFFFFF;\r\n }\r\n\r\n .leftPanel {\r\n background: linear-gradient(0deg, #DBEFFF 0%, #1573FF 100%);\r\n border-radius: 9px;\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n justify-content: space-between;\r\n padding: 10px;\r\n min-width: 80px;\r\n font-size: 12px;\r\n color: #FFFFFF;\r\n overflow: hidden;\r\n position: relative;\r\n\r\n .topIcon {\r\n width: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: center;\r\n align-items: center;\r\n .icon{\r\n padding: 8px;\r\n background: rgba(255, 255, 255, 0.1);\r\n border-radius: 32px;\r\n }\r\n }\r\n\r\n .middleImage {\r\n width: 24px;\r\n margin-bottom: 32px;\r\n }\r\n }\r\n\r\n .rightPanel {\r\n flex: 2;\r\n display: flex;\r\n flex-direction: column;\r\n }\r\n\r\n .tabHeaderMobile{\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n color: #030303;\r\n\r\n .headerTabs{\r\n width: 100%;\r\n\r\n .ant-tabs-nav {\r\n border-bottom: none !important;\r\n }\r\n }\r\n .ant-tabs-nav {\r\n border-bottom: none !important;\r\n }\r\n\r\n .tabBar{\r\n font-weight: normal;\r\n }\r\n .tabBarActive{\r\n font-weight: 500;\r\n }\r\n\r\n .simpleHeader{\r\n display: flex;\r\n justify-content: space-evenly;\r\n flex: 1;\r\n .simplyRow{\r\n padding: 5px 10px;\r\n font-size: 14px;\r\n border-radius: 6px;\r\n cursor: pointer;\r\n }\r\n .simplyRow:hover{\r\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n }\r\n }\r\n }\r\n\r\n .tabHeader {\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n padding-right: 20px;\r\n color: #030303;\r\n\r\n .rightArrow, .leftArrow {\r\n color: #D8D8D8;\r\n margin-bottom: 14px;\r\n cursor: pointer;\r\n }\r\n\r\n .rightArrow:hover, .leftArrow :hover {\r\n color: #1974FF;\r\n }\r\n\r\n .headerTabs{\r\n width: 100%;\r\n }\r\n\r\n .simpleHeader{\r\n display: flex;\r\n justify-content: space-evenly;\r\n flex: 1;\r\n .simplyRow{\r\n padding: 5px 10px;\r\n font-size: 14px;\r\n border-radius: 6px;\r\n cursor: pointer;\r\n }\r\n .simplyRow:hover{\r\n box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n }\r\n }\r\n }\r\n\r\n .valueList {\r\n padding: 10px;\r\n min-height: 225px;\r\n font-size: 16px;\r\n color: #000000;\r\n overflow-y: auto;\r\n scrollbar-width: thin !important;\r\n scrollbar-color: #ced4e3 transparent;\r\n\r\n .row {\r\n padding: 8px 12px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n cursor: pointer;\r\n .text{\r\n font-size: 16px;\r\n margin-bottom: 0;\r\n }\r\n\r\n .rightArrow {\r\n color: #D8D8D8;\r\n }\r\n }\r\n\r\n .row:hover {\r\n background: #F5F5F5;\r\n border-radius: 4px;\r\n\r\n .rightArrow {\r\n color: #1974FF;\r\n }\r\n }\r\n }\r\n\r\n .bottomImage img {\r\n width: 100px;\r\n }\r\n}",".m_tool_box {\r\n position: relative;\r\n width: 100%;\r\n height: fit-content;\r\n display: flex;\r\n background-color: white;\r\n\r\n .m_avatar {\r\n position: absolute;\r\n left: 10px;\r\n bottom: 60px;\r\n /* 头像容器样式 */\r\n img{\r\n z-index: 10;\r\n position: relative;\r\n }\r\n }\r\n\r\n .m_input_box {\r\n /* 输入框整体容器样式 */\r\n display: flex;\r\n align-items: center;\r\n width: 100%;\r\n padding: 8px 8px;\r\n background-color: #f9f9f9;\r\n\r\n /* 在移动设备上优化触摸体验 */\r\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\r\n }\r\n\r\n .m_voiceToggle {\r\n /* 语音/键盘切换按钮样式 */\r\n transition: background-color 0.3s ease;\r\n }\r\n\r\n .m_center_box {\r\n margin-left: 8px;\r\n /* 中间输入区域容器 */\r\n flex: 1;\r\n position: relative;\r\n /* 优化移动端点击区域 */\r\n -webkit-user-select: auto;\r\n user-select: auto;\r\n }\r\n\r\n .m_clickToTalk {\r\n /* 点击说话样式 */\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n height: 40px;\r\n border-radius: 8px;\r\n background-color: #f0f0f0;\r\n font-size: 14px;\r\n color: #666;\r\n }\r\n\r\n .m_inputBox-textarea {\r\n /* 输入框样式 */\r\n width: 100%;\r\n font-size: 14px;\r\n line-height: 20px;\r\n border: none;\r\n resize: none;\r\n overflow-y: hidden;\r\n background-color: transparent;\r\n\r\n /* 设置输入法中文输入时的兼容样式 */\r\n -webkit-box-sizing: border-box;\r\n -moz-box-sizing: border-box;\r\n box-sizing: border-box;\r\n\r\n /* 获得焦点时的样式 */\r\n\r\n &:focus {\r\n outline: none;\r\n }\r\n }\r\n\r\n .m_sendButton {\r\n /* 发送按钮样式 */\r\n padding: 0px 14px;\r\n height: 34px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n margin-left: 10px;\r\n border-radius: 8px;\r\n background-color: #4a90e2;\r\n transition: background-color 0.3s ease;\r\n\r\n &:active {\r\n background-color: #3a80d2;\r\n }\r\n }\r\n\r\n .m_sendButton {\r\n /* 发送按钮样式 */\r\n padding: 0px 14px;\r\n height: 34px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n margin-left: 10px;\r\n border-radius: 8px;\r\n background-color: #4a90e2;\r\n transition: background-color 0.3s ease;\r\n\r\n &:active {\r\n background-color: #3a80d2;\r\n }\r\n }\r\n\r\n /* 音波动画样式 */\r\n\r\n .audioWave {\r\n fill: #fff;\r\n opacity: 1;\r\n\r\n &.active {\r\n animation: wavePulse 1s ease-out infinite;\r\n }\r\n }\r\n}\r\n\r\n/* 音波动画关键帧 */\r\n@keyframes wavePulse {\r\n 0%, 100% {\r\n transform: scaleY(1);\r\n }\r\n 50% {\r\n transform: scaleY(1.5);\r\n }\r\n}",".p_closeImg {\r\n width: 14px;\r\n cursor: pointer;\r\n}\r\n\r\n.p_toolDialog {\r\n display: flex;\r\n height:100%;\r\n background:url('https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_modal_bg.png');\r\n background-size: cover;\r\n border-radius:8px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n width: 300px;\r\n padding: 1.7rem 1.6rem 1.7rem 1.6rem;\r\n\r\n border-top-left-radius: 8px;\r\n border-bottom-left-radius: 8px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo {\r\n user-select: none;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo .p_logoImg {\r\n width: 48px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo .p_logoText {\r\n font-weight: bold;\r\n margin-left: 10px;\r\n font-size: 30px;\r\n background: linear-gradient(to right, #1551FF, #8F4BFF);\r\n -webkit-background-clip: text;\r\n -webkit-text-fill-color: transparent;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog {\r\n user-select: none;\r\n margin-top: 20px;\r\n margin-bottom: 20px;\r\n border-radius: 10px;\r\n flex: 1;\r\n width: 100%;\r\n background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);\r\n border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;\r\n backdrop-filter: blur(10px);\r\n position: relative;\r\n max-height:calc(100% - 5.5rem - 60px);\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog ::-webkit-scrollbar-thumb {\r\n border-radius: 10px;\r\n -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);\r\n background: #535353 !important;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle {\r\n padding: 1.3rem 16px 0 16px;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle .p_historyImg {\r\n width: 25px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle .p_dialogTitle {\r\n margin-left: 10px;\r\n font-weight: 500;\r\n font-size: 18px;\r\n color: #333333;\r\n line-height: 16px;\r\n text-align: left;\r\n font-style: normal;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyListEmpty {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n text-align: center;\r\n font-size: 12px;\r\n color: #999999;\r\n max-height: calc(100% - 3rem);\r\n\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList {\r\n height: calc(100% - 3rem);\r\n margin-top: 10px;\r\n overflow-y: auto;\r\n scrollbar-width: none !important; /* firefox */\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList::-webkit-scrollbar{\r\n display:none;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList:hover {\r\n scrollbar-width: thin !important; /* firefox */\r\n scrollbar-color: #ced4e3 transparent;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem {\r\n padding: 7px 16px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_activeHistoryName {\r\n color: #1552FF !important;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_historyName {\r\n color: #333333;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n cursor: pointer;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_historyName:hover {\r\n color: #171717;\r\n}\r\n\r\n.p_toolDialog .p_toolRight {\r\n flex: 1;\r\n}\r\n\r\n.p_toolRightToRight {\r\n width:300px;\r\n display:flex;\r\n flex-direction:column;\r\n padding:2rem 1.6rem 1.8rem 1.6rem\r\n}\r\n.rightInnerContainer{\r\n height:calc(100% - 80px);\r\n flex:1;\r\n display:flex;\r\n flex-direction:column;\r\n justify-content: space-between;\r\n}\r\n.p_toolRightToRight .rightSideTitle{\r\n margin-bottom:1.4rem;\r\n margin-top:10px;\r\n margin-top:0;\r\n font-size:18px;\r\n font-weight:500;\r\n display:flex;\r\n align-items: center;\r\n}\r\n.p_toolRightToRight .rightSideTitle img{\r\n margin-right:4px;\r\n}\r\n\r\n.p_toolRightToRight .rightSideTitle .titleSideColumn{\r\n color:#1551FF;\r\n}\r\n\r\n.p_toolRightToRight .rightSkillContainer{\r\n min-height:40%;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList{\r\n display: flex;\r\n flex-wrap: wrap;\r\n grid-template-columns: repeat(3, 1fr);\r\n gap: 10px;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem{\r\n text-align: center;\r\n cursor:pointer;\r\n width:30%;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem img{\r\n width: 40px;\r\n height: 40px;\r\n border-radius:10px;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem p{\r\n margin-top:0px;\r\n margin-bottom:4px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n color: #333333;\r\n}\r\n.p_toolRightToRight .rightKnowledgeTitle{\r\n nargin-top: 2.2rem;\r\n margin-bottom: 1.4rem;\r\n font-size:18px;\r\n font-weight:500;\r\n display:flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolRightToRight .rightKnowledgeTitle img{\r\n margin-right:4px;\r\n}\r\n\r\n.p_toolRightToRight .rightKnowledgeContainer{\r\n position:relative;\r\n}\r\n.p_toolRightToRight .rightMoreButton{\r\n background: url('../../assets/aicenter/moreAi.png');\r\n background-size: 85% auto;\r\n background-repeat: no-repeat;\r\n background-position: bottom;\r\n position: absolute;\r\n bottom: 8px;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 1;\r\n display: flex;\r\n justify-content: center;\r\n align-items: flex-end;\r\n}\r\n.p_toolRightToRight .rightMoreButton div{\r\n width:calc(100% - 50px);\r\n padding: 16px 16px 10px 20px;\r\n font-weight: 500;\r\n color: #ffffff;\r\n line-height: 17px;\r\n font-size: 12px;\r\n cursor:pointer;\r\n}\r\n\r\n.p_toolRightToRight .p_carousel .slick-dots-bottom {\r\n justify-content: end;\r\n right: 12px;\r\n bottom: -10px;\r\n}\r\n\r\n.p_toolRightToRight .p_carousel video{\r\n object-fit:cover;\r\n}\r\n\r\n:where(.css-1v613y0).ant-carousel .slick-dots li.slick-active::after {\r\n background: #1974FF;\r\n}\r\n\r\n:where(.css-1v613y0).ant-carousel .slick-dots li button {\r\n background: #000000;\r\n}\r\n\r\n.p_newDialog {\r\n width: 252px;\r\n height: 40px;\r\n min-height:40px;\r\n background: linear-gradient( 45deg, #1551FF 0%, #8F4BFF 100%);\r\n margin-top: 20px;\r\n border-radius: 20px;\r\n cursor: pointer;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.p_newDialog img {\r\n width: 18px;\r\n}\r\n\r\n.p_newDialog .p_newDialogText {\r\n color: #fff;\r\n margin-left: 6px;\r\n}","/* Modal 样式 */\r\n.yt-chat-modal .ant-modal-content {\r\n padding: 0 !important;\r\n}",".p_closeImg {\r\n width: 14px;\r\n cursor: pointer;\r\n}\r\n\r\n.p_toolDialog {\r\n display: flex;\r\n height:100%;\r\n background:url('https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_modal_bg.png');\r\n background-size: cover;\r\n border-radius:8px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n width: 300px;\r\n padding: 1.7rem 1.6rem 1.7rem 1.6rem;\r\n\r\n border-top-left-radius: 8px;\r\n border-bottom-left-radius: 8px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo {\r\n user-select: none;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo .p_logoImg {\r\n width: 48px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo .p_logoText {\r\n font-weight: bold;\r\n margin-left: 10px;\r\n font-size: 30px;\r\n background: linear-gradient(to right, #1551FF, #8F4BFF);\r\n -webkit-background-clip: text;\r\n -webkit-text-fill-color: transparent;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog {\r\n user-select: none;\r\n margin-top: 20px;\r\n margin-bottom: 20px;\r\n border-radius: 10px;\r\n flex: 1;\r\n width: 100%;\r\n background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);\r\n border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;\r\n backdrop-filter: blur(10px);\r\n position: relative;\r\n max-height:calc(100% - 5.5rem - 60px);\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog ::-webkit-scrollbar-thumb {\r\n border-radius: 10px;\r\n -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);\r\n background: #535353 !important;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle {\r\n padding: 1.3rem 16px 0 16px;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle .p_historyImg {\r\n width: 25px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle .p_dialogTitle {\r\n margin-left: 10px;\r\n font-weight: 500;\r\n font-size: 18px;\r\n color: #333333;\r\n line-height: 16px;\r\n text-align: left;\r\n font-style: normal;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyListEmpty {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n text-align: center;\r\n font-size: 12px;\r\n color: #999999;\r\n max-height: calc(100% - 3rem);\r\n\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList {\r\n height: calc(100% - 3rem);\r\n margin-top: 10px;\r\n overflow-y: auto;\r\n scrollbar-width: none !important; /* firefox */\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList::-webkit-scrollbar{\r\n display:none;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList:hover {\r\n scrollbar-width: thin !important; /* firefox */\r\n scrollbar-color: #ced4e3 transparent;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem {\r\n padding: 7px 16px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_activeHistoryName {\r\n color: #1552FF !important;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_historyName {\r\n color: #333333;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n cursor: pointer;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_historyName:hover {\r\n color: #171717;\r\n}\r\n\r\n.p_toolDialog .p_toolRight {\r\n flex: 1;\r\n}\r\n\r\n.p_toolRightToRight {\r\n width:300px;\r\n display:flex;\r\n flex-direction:column;\r\n padding:2rem 1.6rem 1.8rem 1.6rem\r\n}\r\n.rightInnerContainer{\r\n height:calc(100% - 80px);\r\n flex:1;\r\n display:flex;\r\n flex-direction:column;\r\n justify-content: space-between;\r\n}\r\n.p_toolRightToRight .rightSideTitle{\r\n margin-bottom:1.4rem;\r\n margin-top:10px;\r\n margin-top:0;\r\n font-size:18px;\r\n font-weight:500;\r\n display:flex;\r\n align-items: center;\r\n}\r\n.p_toolRightToRight .rightSideTitle img{\r\n margin-right:4px;\r\n}\r\n\r\n.p_toolRightToRight .rightSideTitle .titleSideColumn{\r\n color:#1551FF;\r\n}\r\n\r\n.p_toolRightToRight .rightSkillContainer{\r\n min-height:40%;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList{\r\n display: flex;\r\n flex-wrap: wrap;\r\n grid-template-columns: repeat(3, 1fr);\r\n gap: 10px;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem{\r\n text-align: center;\r\n cursor:pointer;\r\n width:30%;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem img{\r\n width: 40px;\r\n height: 40px;\r\n border-radius:10px;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem p{\r\n margin-top:0px;\r\n margin-bottom:4px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n color: #333333;\r\n}\r\n.p_toolRightToRight .rightKnowledgeTitle{\r\n nargin-top: 2.2rem;\r\n margin-bottom: 1.4rem;\r\n font-size:18px;\r\n font-weight:500;\r\n display:flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolRightToRight .rightKnowledgeTitle img{\r\n margin-right:4px;\r\n}\r\n\r\n.p_toolRightToRight .rightKnowledgeContainer{\r\n position:relative;\r\n}\r\n.p_toolRightToRight .rightMoreButton{\r\n background: url('../../assets/aicenter/moreAi.png');\r\n background-size: 85% auto;\r\n background-repeat: no-repeat;\r\n background-position: bottom;\r\n position: absolute;\r\n bottom: 8px;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 1;\r\n display: flex;\r\n justify-content: center;\r\n align-items: flex-end;\r\n}\r\n.p_toolRightToRight .rightMoreButton div{\r\n width:calc(100% - 50px);\r\n padding: 16px 16px 10px 20px;\r\n font-weight: 500;\r\n color: #ffffff;\r\n line-height: 17px;\r\n font-size: 12px;\r\n cursor:pointer;\r\n}\r\n\r\n.p_newDialog {\r\n width: 252px;\r\n height: 40px;\r\n min-height:40px;\r\n background: linear-gradient( 45deg, #1551FF 0%, #8F4BFF 100%);\r\n margin-top: 20px;\r\n border-radius: 20px;\r\n cursor: pointer;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.p_newDialog img {\r\n width: 18px;\r\n}\r\n\r\n.p_newDialog .p_newDialogText {\r\n color: #fff;\r\n margin-left: 6px;\r\n}",".p_closeImg {\r\n width: 14px;\r\n cursor: pointer;\r\n}\r\n\r\n.p_toolDialog {\r\n display: flex;\r\n flex-direction: column;\r\n height: calc(100vh - 60px);\r\n background:url('https://trans-from-yuntu-resourse.oss-cn-beijing.aliyuncs.com/smartSchool/appCreator/ai/ai_modal_bg.png');\r\n background-size: cover;\r\n border-radius:8px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft {\r\n display: flex;\r\n flex-direction: column;\r\n align-items: center;\r\n width: 300px;\r\n padding: 1.7rem 1.6rem 1.7rem 1.6rem;\r\n\r\n border-top-left-radius: 8px;\r\n border-bottom-left-radius: 8px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo {\r\n user-select: none;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo .p_logoImg {\r\n width: 48px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_toolLogo .p_logoText {\r\n font-weight: bold;\r\n margin-left: 10px;\r\n font-size: 30px;\r\n background: linear-gradient(to right, #1551FF, #8F4BFF);\r\n -webkit-background-clip: text;\r\n -webkit-text-fill-color: transparent;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog {\r\n user-select: none;\r\n margin-top: 20px;\r\n margin-bottom: 20px;\r\n border-radius: 10px;\r\n flex: 1;\r\n width: 100%;\r\n background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);\r\n border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;\r\n backdrop-filter: blur(10px);\r\n position: relative;\r\n max-height:calc(100% - 5.5rem - 60px);\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog ::-webkit-scrollbar-thumb {\r\n border-radius: 10px;\r\n -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);\r\n background: #535353 !important;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle {\r\n padding: 1.3rem 16px 0 16px;\r\n display: flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle .p_historyImg {\r\n width: 25px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyTitle .p_dialogTitle {\r\n margin-left: 10px;\r\n font-weight: 500;\r\n font-size: 18px;\r\n color: #333333;\r\n line-height: 16px;\r\n text-align: left;\r\n font-style: normal;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyListEmpty {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n text-align: center;\r\n font-size: 12px;\r\n color: #999999;\r\n max-height: calc(100% - 3rem);\r\n\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList {\r\n height: calc(100% - 3rem);\r\n margin-top: 10px;\r\n overflow-y: auto;\r\n scrollbar-width: none !important; /* firefox */\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList::-webkit-scrollbar{\r\n display:none;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList:hover {\r\n scrollbar-width: thin !important; /* firefox */\r\n scrollbar-color: #ced4e3 transparent;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem {\r\n padding: 7px 16px;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_activeHistoryName {\r\n color: #1552FF !important;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_historyName {\r\n color: #333333;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n cursor: pointer;\r\n}\r\n\r\n.p_toolDialog .p_toolLeft .p_historyDialog .p_historyList .p_historyItem .p_historyName:hover {\r\n color: #171717;\r\n}\r\n\r\n.p_toolDialog .p_toolRight {\r\n flex: 1;\r\n}\r\n\r\n.p_toolRightToRight {\r\n width:300px;\r\n display:flex;\r\n flex-direction:column;\r\n padding:2rem 1.6rem 1.8rem 1.6rem\r\n}\r\n.rightInnerContainer{\r\n height:calc(100% - 80px);\r\n flex:1;\r\n display:flex;\r\n flex-direction:column;\r\n justify-content: space-between;\r\n}\r\n.p_toolRightToRight .rightSideTitle{\r\n margin-bottom:1.4rem;\r\n margin-top:10px;\r\n margin-top:0;\r\n font-size:18px;\r\n font-weight:500;\r\n display:flex;\r\n align-items: center;\r\n}\r\n.p_toolRightToRight .rightSideTitle img{\r\n margin-right:4px;\r\n}\r\n\r\n.p_toolRightToRight .rightSideTitle .titleSideColumn{\r\n color:#1551FF;\r\n}\r\n\r\n.p_toolRightToRight .rightSkillContainer{\r\n min-height:40%;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList{\r\n display: flex;\r\n flex-wrap: wrap;\r\n grid-template-columns: repeat(3, 1fr);\r\n gap: 10px;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem{\r\n text-align: center;\r\n cursor:pointer;\r\n width:30%;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem img{\r\n width: 40px;\r\n height: 40px;\r\n border-radius:10px;\r\n}\r\n.p_toolRightToRight .rightSkillContainer .rightSkillList .rightSkillItem p{\r\n margin-top:0px;\r\n margin-bottom:4px;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n white-space: nowrap;\r\n color: #333333;\r\n}\r\n.p_toolRightToRight .rightKnowledgeTitle{\r\n nargin-top: 2.2rem;\r\n margin-bottom: 1.4rem;\r\n font-size:18px;\r\n font-weight:500;\r\n display:flex;\r\n align-items: center;\r\n}\r\n\r\n.p_toolRightToRight .rightKnowledgeTitle img{\r\n margin-right:4px;\r\n}\r\n\r\n.p_toolRightToRight .rightKnowledgeContainer{\r\n position:relative;\r\n}\r\n.p_toolRightToRight .rightMoreButton{\r\n background: url('../../assets/aicenter/moreAi.png');\r\n background-size: 85% auto;\r\n background-repeat: no-repeat;\r\n background-position: bottom;\r\n position: absolute;\r\n bottom: 8px;\r\n left: 0;\r\n width: 100%;\r\n height: 100%;\r\n z-index: 1;\r\n display: flex;\r\n justify-content: center;\r\n align-items: flex-end;\r\n}\r\n.p_toolRightToRight .rightMoreButton div{\r\n width:calc(100% - 50px);\r\n padding: 16px 16px 10px 20px;\r\n font-weight: 500;\r\n color: #ffffff;\r\n line-height: 17px;\r\n font-size: 12px;\r\n cursor:pointer;\r\n}\r\n\r\n.p_newDialog {\r\n width: 252px;\r\n height: 40px;\r\n min-height:40px;\r\n background: linear-gradient( 45deg, #1551FF 0%, #8F4BFF 100%);\r\n margin-top: 20px;\r\n border-radius: 20px;\r\n cursor: pointer;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n}\r\n\r\n.p_newDialog img {\r\n width: 18px;\r\n}\r\n\r\n.p_newDialog .p_newDialogText {\r\n color: #fff;\r\n margin-left: 6px;\r\n}\r\n\r\n.mobile_nav{\r\n height: 60px;\r\n display: flex;\r\n align-items: center;\r\n justify-content: space-between;\r\n padding: 0 20px;\r\n\r\n .title{\r\n color: #000;\r\n font-size: 19px;\r\n line-height: 20px;\r\n font-weight: bold;\r\n }\r\n .call{\r\n width: 40px;\r\n height: 40px;\r\n margin-right: -10px;\r\n }\r\n}"],"names":[],"sourceRoot":""}
|