Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -214,13 +214,13 @@
|
|||||||
.qbanner-summary { font-size: 11px; }
|
.qbanner-summary { font-size: 11px; }
|
||||||
|
|
||||||
/* 队列卡片(已完成 / 当前 / 排队中) */
|
/* 队列卡片(已完成 / 当前 / 排队中) */
|
||||||
|
#qbanner-list { display: flex; flex-wrap: wrap; gap: 8px; }
|
||||||
.qcard {
|
.qcard {
|
||||||
display: flex; align-items: flex-start; gap: 10px;
|
display: flex; align-items: flex-start; gap: 10px;
|
||||||
padding: 8px 10px; border-radius: 6px;
|
padding: 8px 10px; border-radius: 6px;
|
||||||
margin-bottom: 6px;
|
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
flex: 1 1 220px; min-width: 200px; max-width: 380px;
|
||||||
}
|
}
|
||||||
.qcard:last-child { margin-bottom: 0; }
|
|
||||||
.qcard-icon { font-size: 14px; line-height: 1.5; flex-shrink: 0; }
|
.qcard-icon { font-size: 14px; line-height: 1.5; flex-shrink: 0; }
|
||||||
.qcard-main { flex: 1; min-width: 0; }
|
.qcard-main { flex: 1; min-width: 0; }
|
||||||
.qcard-name { font-weight: 600; font-size: 13px; color: var(--text);
|
.qcard-name { font-weight: 600; font-size: 13px; color: var(--text);
|
||||||
|
|||||||
Reference in New Issue
Block a user