Files
qihuo/static/css/ai_messages.css
T
dekun 840e88daad Add key-level auto trade, AI analysis, and trading UX improvements.
Key monitors use 5m close triggers with WeChat alerts and box/convergence auto orders; add pending-order worker, structured WeChat notify, AI settings/messages, session clock, CTP margin sizing, and dual-layer position limits.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-28 10:36:56 +08:00

13 lines
1.0 KiB
CSS

.ai-page .card-body{display:flex;flex-direction:column;gap:0;min-height:0}
.ai-usage{margin-bottom:.85rem;font-size:.84rem;color:var(--text-muted)}
.ai-usage summary{cursor:pointer;color:var(--accent);font-weight:600;margin-bottom:.35rem}
.ai-usage-body ul{margin:.25rem 0 0 1.1rem;padding:0;line-height:1.55}
.ai-usage-body a{color:var(--accent)}
.ai-section-label{font-size:.9rem;margin:0 0 .65rem;color:var(--text-title);font-weight:600}
.ai-msg-list{max-height:min(70vh,720px);overflow:auto;padding-right:.25rem}
.ai-msg{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;margin-bottom:.75rem;background:rgba(255,255,255,.02)}
.ai-msg-head{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;color:var(--text-muted);margin-bottom:.35rem}
.ai-msg-kind{text-transform:uppercase;letter-spacing:.04em;color:var(--accent)}
.ai-msg-title{font-size:.95rem;margin:0 0 .5rem;color:var(--text-title)}
.ai-msg-body{margin:0;white-space:pre-wrap;font-family:inherit;font-size:.84rem;line-height:1.55;color:var(--text-main)}