12345678910111213141516171819202122232425262728 |
- /* 运行状态 */
- .mac_run{
- color: rgb(61, 149, 73) !important;
- }
- /* 离线状态 */
- .mac_disconn{
- color: rgb(178, 178, 178) !important;
- }
- /* 维修状态 */
- .mac_repair{
- color: rgb(178, 0, 89) !important;
- }
- /* 保养 */
- .mac_pm{
- color: rgb(178, 98, 0) !important;
- }
- /* 报警 */
- .mac_error{
- color: rgb(178, 30, 30) !important;
- }
- /* 待机 */
- .mac_idle{
- color: rgba(178, 178, 0, 1) !important;
- }
- /* 改机 */
- .mac_change{
- color: rgb(7, 87, 126) !important;
- }
|