You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
1.9 KiB

@charset "UTF-8";.chat-bot[data-v-7dd101eb]{height:100%;width:100%;display:flex;flex-direction:column;position:relative;background:#fff}.chat-bot .messsage-area[data-v-7dd101eb]{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-bot .input-area[data-v-7dd101eb]{box-sizing:border-box;padding:.6rem;width:100%}.chat-bot .input-area .input-panel[data-v-7dd101eb]{border-radius:5px;max-width:90%;margin:0 auto}.chat-bot .input-area .input-panel .ai-input-area[data-v-7dd101eb]{margin-left:10px}.user-message[data-v-7dd101eb]{background-color:#f6f6fd;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.assitant-message[data-v-7dd101eb]{background-color:#fff;border-bottom:1px solid #e5e7eb}.message[data-v-7dd101eb]{margin:0 auto;max-width:98%;display:flex}.message-container[data-v-7dd101eb]{flex:1}.no-message-container[data-v-7dd101eb]{height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.no-message-container h1[data-v-7dd101eb]{font-size:2rem;font-weight:500}[data-v-7dd101eb] .md-editor-preview-wrapper{padding:0}.top-menu[data-v-7dd101eb]{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:10px}.top-menu-button[data-v-7dd101eb]{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:#fff;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:background-color .3s,box-shadow .2s}.top-menu-button[data-v-7dd101eb]:hover{background-color:#f0f8ff;box-shadow:0 2px 4px #0000001a}.selected-image[data-v-7dd101eb]{position:relative}.selected-image[data-v-7dd101eb]:after{content:"";position:absolute;top:-5px;right:-5px;width:10px;height:10px;background-color:red;border-radius:50%}@media screen and (max-width: 768px){.chat-bot .input-area[data-v-7dd101eb]{padding:0}.chat-bot .input-area .file-btn[data-v-7dd101eb]{margin-left:vw(-10)}}.think[data-v-7dd101eb]{color:#00f;font-style:italic}