fix: 下架精油卡片对比度提高(opacity 0.5→0.7, 加边框)
Some checks failed
PR Preview / teardown-preview (pull_request) Has been skipped
Test / unit-test (push) Successful in 5s
Test / build-check (push) Successful in 3s
PR Preview / test (pull_request) Successful in 4s
PR Preview / deploy-preview (pull_request) Successful in 13s
Test / e2e-test (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-09 17:35:13 +00:00
parent a77aecba75
commit 8a653b684e

View File

@@ -1215,8 +1215,9 @@ async function saveCardImage(name) {
box-shadow: 0 4px 16px rgba(90,60,30,0.12);
}
.oil-chip--inactive {
opacity: 0.5;
background: #f0f0f0 !important;
opacity: 0.7;
background: #f5f5f5 !important;
border: 1px solid #e0e0e0;
}
.oil-chip--incomplete {
background: #fff5f5 !important;