From 466349b4e9eac3b82cec55bfeb448cf374347e01 Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Mon, 31 Mar 2025 22:34:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=A1=86=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/chat.css | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/css/chat.css b/css/chat.css index 3679268..8102cb2 100644 --- a/css/chat.css +++ b/css/chat.css @@ -5,16 +5,23 @@ height: 50px; overflow-y: auto; margin-bottom: 10px; - } - .message { +} + +.message { margin: 5px 0; padding: 5px; - } - .user { +} + +.user { color: blue; text-align: right; - } - .bot { +} + +.bot { color: green; text-align: left; - } \ No newline at end of file +} + +#userInput { + width: 800px; /* 你可以调整这个数值 */ +}