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