This commit is contained in:
薇薇安 2026-01-19 21:18:59 +08:00
parent 96063473e3
commit 321ff599f6
3 changed files with 10 additions and 2 deletions

View File

@ -336,7 +336,7 @@
}
.user-guide.sell-bg{
background: linear-gradient(135deg, #f51b0c 0%, #f51b0c 100%);
background: linear-gradient(135deg, #e72215 0%, #891810 100%);
}

View File

@ -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;

View File

@ -319,7 +319,7 @@ function RecommendationsViewer() {
{/* 用户指南(人话版计划) */}
{rec.user_guide && (
<div className="user-guide">
<div className={`user-guide ${rec.direction === 'BUY' ? 'buy-bg' : 'sell-bg'}`}>
<div className="user-guide-head">
<strong>📋 操作计划</strong>
<div className="user-guide-prices">