From 404e3f23b9e2e444992e35f1e692f74f8e5c6a7f Mon Sep 17 00:00:00 2001 From: chenpingsen Date: Thu, 15 Aug 2024 08:39:37 +0800 Subject: [PATCH] =?UTF-8?q?add:=E5=A2=9E=E5=8A=A0=E9=80=82=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E7=BE=A4=E6=8E=A7=E7=B3=BB=E7=BB=9F=E7=9A=84=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/view/equipmentControl/style/color.less | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 hx-ai-intelligent/src/view/equipmentControl/style/color.less diff --git a/hx-ai-intelligent/src/view/equipmentControl/style/color.less b/hx-ai-intelligent/src/view/equipmentControl/style/color.less new file mode 100644 index 0000000..f3ac58c --- /dev/null +++ b/hx-ai-intelligent/src/view/equipmentControl/style/color.less @@ -0,0 +1,33 @@ +:root { + // 电梯 + // 正常 + --on: #0dffa4; + // 开启 + --open: #0dffa4; + // 上行 + --up:#0dffa4; + // 下行 + --down: #0dffa4; + // 关闭 + --off: #bfcde2; + // 暂停 - 维修 + --pause: #ffbc46; + // 热风 + --hot: #fcf770; + // 告警 - 急停 + --stop: #f36163; + // 故障 + --fault: #ff7636; + // 未知 + --unknown: #a742ff; + + // 风机 + // 关 + --shut: #bfcde2; + // 低速 + --low: #55d1ff; + // 中速 + --middle: #0090FF; + // 高速 + --high: #5757FF; +} \ No newline at end of file