客服中心 SUPPORT CENTER
-专业团队在线为您解答充值、收码与账户相关疑问
+在线客服
+为您解答任何关于收码与充值的疑问
diff --git a/admin.php b/admin.php index 1121361..b8d7f79 100644 --- a/admin.php +++ b/admin.php @@ -188,6 +188,30 @@ $stats = [ .stat-card { padding: 24px; } .stat-value { font-size: 24px; font-weight: 700; margin: 8px 0; } .stat-label { color: #64748b; font-size: 14px; text-transform: uppercase; } + + /* Support page styles */ + .chat-user-item { transition: all 0.2s; border-radius: 10px; margin-bottom: 5px; } + .chat-user-item:hover { background: #f1f5f9; } + .chat-user-item.active { background: #e2e8f0; border-left: 4px solid var(--primary) !important; } + + .message-row { display: flex; margin-bottom: 15px; width: 100%; } + .message-row.me { justify-content: flex-end; } + .message-row.them { justify-content: flex-start; } + + .message-bubble { + max-width: 75%; + padding: 10px 15px; + border-radius: 18px; + font-size: 14px; + line-height: 1.5; + position: relative; + box-shadow: 0 1px 2px rgba(0,0,0,0.05); + } + .me .message-bubble { background: var(--primary); color: white; border-bottom-right-radius: 4px; } + .them .message-bubble { background: white; color: #334155; border-bottom-left-radius: 4px; border: 1px solid #e2e8f0; } + + .message-time { font-size: 10px; margin-top: 5px; opacity: 0.6; } + .me .message-time { text-align: right; }
@@ -216,14 +240,14 @@ $stats = [ -专业团队在线为您解答充值、收码与账户相关疑问
+为您解答任何关于收码与充值的疑问