|
|
/* 首页图标 */
|
|
|
.layui-icon-home{
|
|
|
background: url('../img/menu/首页.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-home:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
/*我的工作台*/
|
|
|
.layui-icon-template-1{
|
|
|
background: url('../img/menu/我的面板.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-template-1:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
|
|
|
/*告警中心*/
|
|
|
.layui-icon-notice{
|
|
|
background: url('../img/menu/告警中心.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-notice:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
|
|
|
/*视图中心*/
|
|
|
.layui-icon-console{
|
|
|
background: url('../img/menu/视图中心.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-console:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
|
|
|
/*运维管理*/
|
|
|
.layui-icon-release{
|
|
|
background: url('../img/menu/运维管理.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-release:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
|
|
|
/*智能巡检*/
|
|
|
.layui-icon-engine{
|
|
|
background: url('../img/menu/巡检.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-engine:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
|
|
|
/*综合监控*/
|
|
|
.layui-icon-chart{
|
|
|
background: url('../img/menu/综合监控.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-chart:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
|
|
|
/*统计报表*/
|
|
|
.layui-icon-tabs{
|
|
|
background: url('../img/menu/统计报表.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-tabs:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
|
|
|
/*系统管理*/
|
|
|
.layui-icon-set-fill{
|
|
|
background: url('../img/menu/系统管理.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-set-fill:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
|
|
|
|
|
/*信息协同管理*/
|
|
|
.layui-icon-cols{
|
|
|
background: url('../img/menu/信息协同管理.png')!important;
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
margin-top: -7px !important;
|
|
|
}
|
|
|
.layui-icon-cols:before{
|
|
|
content: '';
|
|
|
}
|
|
|
|
...
|
...
|
|