mac-color.css 489 B

12345678910111213141516171819202122232425262728
  1. /* 运行状态 */
  2. .mac_run{
  3. color: rgb(61, 149, 73) !important;
  4. }
  5. /* 离线状态 */
  6. .mac_disconn{
  7. color: rgb(178, 178, 178) !important;
  8. }
  9. /* 维修状态 */
  10. .mac_repair{
  11. color: rgb(178, 0, 89) !important;
  12. }
  13. /* 保养 */
  14. .mac_pm{
  15. color: rgb(178, 98, 0) !important;
  16. }
  17. /* 报警 */
  18. .mac_error{
  19. color: rgb(178, 30, 30) !important;
  20. }
  21. /* 待机 */
  22. .mac_idle{
  23. color: rgba(178, 178, 0, 1) !important;
  24. }
  25. /* 改机 */
  26. .mac_change{
  27. color: rgb(7, 87, 126) !important;
  28. }