Browse Source

修改情绪大模型背景为暗色。

songjie/feature-20250628160649-上线前优化
宋杰 1 day ago
parent
commit
fa4f968dce
  1. 12
      src/views/AiEmotion.vue

12
src/views/AiEmotion.vue

@ -1851,7 +1851,7 @@ defineExpose({
padding: 20px;
border-radius: 15px;
margin: 20px;
background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(0, 100, 200, 0.15) 100%);
/* background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(0, 100, 200, 0.15) 100%); */
border: 2px solid rgba(0, 212, 255, 0.4);
.conclusion-item {
@ -2770,7 +2770,7 @@ defineExpose({
padding: 20px;
border-radius: 15px;
margin: 20px;
background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(0, 100, 200, 0.15) 100%);
/* background: linear-gradient(135deg, rgba(0, 212, 255, 0.15) 0%, rgba(0, 100, 200, 0.15) 100%); */
border: 2px solid rgba(0, 212, 255, 0.4);
box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
@ -2778,10 +2778,10 @@ defineExpose({
margin-bottom: 20px;
padding: 20px;
border-radius: 12px;
background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(0, 150, 255, 0.1) 100%);
border: 1px solid rgba(0, 212, 255, 0.5);
border-left: 5px solid #00d4ff;
box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
/* background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(0, 150, 255, 0.1) 100%); */
/* border: 1px solid rgba(0, 212, 255, 0.5); */
/* border-left: 5px solid #00d4ff; */
/* box-shadow: 0 4px 15px rgba(0, 212, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1); */
transition: all 0.3s ease;
position: relative;
overflow: hidden;

Loading…
Cancel
Save