|
|
@@ -100,11 +100,13 @@ td.q { font-weight: 600; }
|
|
|
padding-bottom: 8px; margin-bottom: 14px; border-bottom: 2px solid var(--line); }
|
|
|
.ghead.dy { color: #111; border-bottom-color: #111; }
|
|
|
.ghead.wx { color: var(--ok); border-bottom-color: var(--ok); }
|
|
|
+.ghead.xhs { color: #ff2442; border-bottom-color: #ff2442; }
|
|
|
.ghead .gn { font-size: 11.5px; font-weight: 600; color: var(--muted);
|
|
|
background: #f0f0f3; border-radius: 10px; padding: 1px 8px; }
|
|
|
.gnone { color: var(--muted); font-size: 12.5px; padding: 2px 0 6px; }
|
|
|
/* 卡片左侧细色条,进一步区分渠道归属 */
|
|
|
.lane.dy { border-left: 3px solid #111; }
|
|
|
.lane.wx { border-left: 3px solid var(--ok); }
|
|
|
+.lane.xhs { border-left: 3px solid #ff2442; }
|
|
|
|
|
|
@media (max-width: 720px) { .lanes { grid-template-columns: 1fr; } }
|