style(survey): 修改 AI 洞察背景样式

- 移除 AI 洞察卡片的图片背景
- 添加从浅蓝色到白色的线性渐变背景
This commit is contained in:
Huangzhe
2025-05-28 17:40:16 +08:00
parent 5ab49b7b66
commit 6f11b91849

View File

@@ -103,7 +103,7 @@ onUnmounted(() => {
// width: 100%;
.ai-insight {
background-image: url('@/assets/img/home/item-back.png');
background: linear-gradient(to bottom, rgb(239, 249, 252) 0, white 20%);
background-position: 11% 11%;
.ai-insight-content {