From 321ff599f6ad826018c839cd04a3f6c033305964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=87=E8=96=87=E5=AE=89?= Date: Mon, 19 Jan 2026 21:18:59 +0800 Subject: [PATCH] a --- frontend/src/components/Recommendations.css | 2 +- .../src/components/RecommendationsViewer.css | 8 ++++++++ .../src/components/RecommendationsViewer.jsx | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Recommendations.css b/frontend/src/components/Recommendations.css index c1e42cb..5bce4b9 100644 --- a/frontend/src/components/Recommendations.css +++ b/frontend/src/components/Recommendations.css @@ -336,7 +336,7 @@ } .user-guide.sell-bg{ - background: linear-gradient(135deg, #f51b0c 0%, #f51b0c 100%); + background: linear-gradient(135deg, #e72215 0%, #891810 100%); } diff --git a/recommendations-viewer/src/components/RecommendationsViewer.css b/recommendations-viewer/src/components/RecommendationsViewer.css index 259ae74..2e5da3b 100644 --- a/recommendations-viewer/src/components/RecommendationsViewer.css +++ b/recommendations-viewer/src/components/RecommendationsViewer.css @@ -459,6 +459,14 @@ margin: 10px 0; } +.user-guide.buy-bg{ + background: linear-gradient(135deg, #05e567 0%, #795f94 100%); +} + +.user-guide.sell-bg{ + background: linear-gradient(135deg, #e72215 0%, #891810 100%); +} + .user-guide-head { display: flex; justify-content: space-between; diff --git a/recommendations-viewer/src/components/RecommendationsViewer.jsx b/recommendations-viewer/src/components/RecommendationsViewer.jsx index 5ac9005..5108750 100644 --- a/recommendations-viewer/src/components/RecommendationsViewer.jsx +++ b/recommendations-viewer/src/components/RecommendationsViewer.jsx @@ -319,7 +319,7 @@ function RecommendationsViewer() { {/* 用户指南(人话版计划) */} {rec.user_guide && ( -
+
📋 操作计划