commit
3f584172be
@ -582,7 +582,7 @@ export default {
|
||||
@keyframes ybToastOut{from{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(-10px)}}
|
||||
.yb-assistant-modal-header{background:linear-gradient(135deg,rgba(240,247,255,0.9) 0%,rgba(255,255,255,0.7) 100%);backdrop-filter:blur(10px);padding:16px 20px;display:flex;align-items:center;gap:12px;flex-shrink:0;border-bottom:1px solid rgba(59,130,246,0.08)}
|
||||
.yb-chat-avatar{width:48px;height:48px;border-radius:50%;overflow:visible;flex-shrink:0;display:flex;align-items:center;justify-content:center}
|
||||
.yb-chat-avatar img{width:48px;height:48px;object-fit:contain;display:block}
|
||||
.yb-chat-avatar img{width:100px;height:60px;object-fit:contain;display:block}
|
||||
.yb-chat-header-info{flex:1}
|
||||
.yb-chat-header-name{font-size:15px;font-weight:600;color:#1e293b}
|
||||
.yb-chat-header-status{font-size:12px;color:#64748b;display:flex;align-items:center;gap:4px}
|
||||
@ -596,7 +596,7 @@ export default {
|
||||
.yb-chat-msg{display:flex;gap:10px;animation:ybChatMsgIn 0.3s ease}
|
||||
@keyframes ybChatMsgIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
|
||||
.yb-chat-msg-avatar{width:40px;height:40px;border-radius:50%;overflow:visible;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}
|
||||
.yb-chat-msg-avatar img{width:40px;height:40px;object-fit:contain;display:block}
|
||||
.yb-chat-msg-avatar img{width:92px;height:40px;object-fit:contain;display:block}
|
||||
.yb-chat-user-avatar{background:#e2e8f0;font-size:16px;overflow:hidden}
|
||||
.yb-chat-user-avatar span{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
|
||||
.yb-chat-msg-bubble{background:#fff;border-radius:16px 16px 16px 4px;padding:12px 16px;font-size:14px;line-height:1.6;color:#334155;max-width:300px;box-shadow:0 1px 3px rgba(0,0,0,0.06)}
|
||||
@ -1294,6 +1294,7 @@ export default {
|
||||
|
||||
.floating-consult-icon img {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
// height: 100%;
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 1.4 MiB |
Loading…
x
Reference in New Issue
Block a user