Authored by 王涛

首页菜单图标

  1 +/* 首页图标 */
  2 +.layui-icon-home{
  3 + background: url('../img/menu/首页.png')!important;
  4 + width: 14px;
  5 + height: 14px;
  6 + margin-top: -7px !important;
  7 +}
  8 +.layui-icon-home:before{
  9 + content: '';
  10 +}
  11 +
  12 +/*我的工作台*/
  13 +.layui-icon-template-1{
  14 + background: url('../img/menu/我的面板.png')!important;
  15 + width: 14px;
  16 + height: 14px;
  17 + margin-top: -7px !important;
  18 +}
  19 +.layui-icon-template-1:before{
  20 + content: '';
  21 +}
  22 +
  23 +
  24 +/*告警中心*/
  25 +.layui-icon-notice{
  26 + background: url('../img/menu/告警中心.png')!important;
  27 + width: 14px;
  28 + height: 14px;
  29 + margin-top: -7px !important;
  30 +}
  31 +.layui-icon-notice:before{
  32 + content: '';
  33 +}
  34 +
  35 +
  36 +/*视图中心*/
  37 +.layui-icon-console{
  38 + background: url('../img/menu/视图中心.png')!important;
  39 + width: 14px;
  40 + height: 14px;
  41 + margin-top: -7px !important;
  42 +}
  43 +.layui-icon-console:before{
  44 + content: '';
  45 +}
  46 +
  47 +
  48 +/*运维管理*/
  49 +.layui-icon-release{
  50 + background: url('../img/menu/运维管理.png')!important;
  51 + width: 14px;
  52 + height: 14px;
  53 + margin-top: -7px !important;
  54 +}
  55 +.layui-icon-release:before{
  56 + content: '';
  57 +}
  58 +
  59 +
  60 +/*智能巡检*/
  61 +.layui-icon-engine{
  62 + background: url('../img/menu/巡检.png')!important;
  63 + width: 14px;
  64 + height: 14px;
  65 + margin-top: -7px !important;
  66 +}
  67 +.layui-icon-engine:before{
  68 + content: '';
  69 +}
  70 +
  71 +
  72 +/*综合监控*/
  73 +.layui-icon-chart{
  74 + background: url('../img/menu/综合监控.png')!important;
  75 + width: 14px;
  76 + height: 14px;
  77 + margin-top: -7px !important;
  78 +}
  79 +.layui-icon-chart:before{
  80 + content: '';
  81 +}
  82 +
  83 +
  84 +/*统计报表*/
  85 +.layui-icon-tabs{
  86 + background: url('../img/menu/统计报表.png')!important;
  87 + width: 14px;
  88 + height: 14px;
  89 + margin-top: -7px !important;
  90 +}
  91 +.layui-icon-tabs:before{
  92 + content: '';
  93 +}
  94 +
  95 +
  96 +/*系统管理*/
  97 +.layui-icon-set-fill{
  98 + background: url('../img/menu/系统管理.png')!important;
  99 + width: 14px;
  100 + height: 14px;
  101 + margin-top: -7px !important;
  102 +}
  103 +.layui-icon-set-fill:before{
  104 + content: '';
  105 +}
  106 +
  107 +
  108 +/*信息协同管理*/
  109 +.layui-icon-cols{
  110 + background: url('../img/menu/信息协同管理.png')!important;
  111 + width: 14px;
  112 + height: 14px;
  113 + margin-top: -7px !important;
  114 +}
  115 +.layui-icon-cols:before{
  116 + content: '';
  117 +}
  118 +