leonsimon23 commited on
Commit
9ef3461
·
verified ·
1 Parent(s): 4e64704

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -177,7 +177,7 @@ def create_chat_interface():
177
  padding: 15px;
178
  margin-bottom: 20px;
179
  }
180
- /* 用户消息样式 */
181
  .chatbot .user-message {
182
  background-color: #fce4ec !important; /* 浅粉色背景 */
183
  border-radius: 15px 15px 2px 15px !important;
@@ -186,8 +186,7 @@ def create_chat_interface():
186
  max-width: 85% !important;
187
  float: right !important;
188
  clear: both !important;
189
- border: 1px solid #f8bbd0 !important; /* 粉色边框 */
190
- box-shadow: 0 1px 2px rgba(244, 143, 177, 0.15) !important; /* 粉色阴影 */
191
  }
192
  /* AI响应消息样式 */
193
  .chatbot .bot-message {
 
177
  padding: 15px;
178
  margin-bottom: 20px;
179
  }
180
+ /* 用户消息样式 */
181
  .chatbot .user-message {
182
  background-color: #fce4ec !important; /* 浅粉色背景 */
183
  border-radius: 15px 15px 2px 15px !important;
 
186
  max-width: 85% !important;
187
  float: right !important;
188
  clear: both !important;
189
+ border: 1px solid #f48fb1 !important; /* 稍深一点的粉色边框 */
 
190
  }
191
  /* AI响应消息样式 */
192
  .chatbot .bot-message {