Files
Web_CRICS_Server_VS2010_Prod/WebSite/Styles/sys-icons.css

148 lines
4.9 KiB
CSS
Raw Normal View History

2025-12-11 09:17:16 +08:00
/* 系统图标定义 */
.icon-folder {
background:url('../images/sys_icons/folder.png') no-repeat center center;
}
.icon-room {
background:url('../images/sys_icons/room.png') no-repeat center center;
}
.icon-room-status {
background:url('../images/sys_icons/room-status.png') no-repeat center center;
}
.icon-sys-user {
background:url('../images/sys_icons/sys-user.png') no-repeat center center;
}
.icon-sys-role {
background:url('../images/sys_icons/sys-role.png') no-repeat center center;
}
.icon-host {
background:url('../images/sys_icons/host.png') no-repeat center center;
}
.icon-overview {
background:url('../images/sys_icons/overview.png') no-repeat center center;
}
.icon-model {
background:url('../images/sys_icons/model.png') no-repeat center center;
}
.icon-alarm-setting {
background:url('../images/sys_icons/alarm-setting.png') no-repeat center center;
}
.icon-reset-password {
background:url('../images/sys_icons/reset-password.png') no-repeat center center;
}
.icon-room-status-detail {
background:url('../images/sys_icons/room-status-detail.png') no-repeat center center;
}
.icon-room-type {
background:url('../images/sys_icons/room-type.png') no-repeat center center;
}
.icon-light {
background:url('../images/sys_icons/light.png') no-repeat center center;
}
.icon-log {
background:url('../images/sys_icons/log.png') no-repeat center center;
}
.icon-send {
background:url('../images/sys_icons/send.png') no-repeat center center;
}
.icon-setting {
background:url('../images/sys_icons/setting.png') no-repeat center center;
}
.icon-setting-inactive {
background:url('../images/sys_icons/setting-inactive.png') no-repeat center center;
}
.icon-sys-setting {
background:url('../images/sys_icons/sys-setting.png') no-repeat center center;
}
.icon-room-manager {
background:url('../images/sys_icons/room-manager.png') no-repeat center center;
}
.icon-room-manager-inactive {
background:url('../images/sys_icons/room-manager-inactive.png') no-repeat center center;
}
.icon-device-manager {
background:url('../images/sys_icons/device-manager.png') no-repeat center center;
}
.icon-device-manager-inactive {
background:url('../images/sys_icons/device-manager-inactive.png') no-repeat center center;
}
.icon-host-manager {
background:url('../images/sys_icons/host-manager.png') no-repeat center center;
}
.icon-query-statistics {
background:url('../images/sys_icons/query-statistics.png') no-repeat center center;
}
.icon-query-statistics-inactive {
background:url('../images/sys_icons/query-statistics-inactive.png') no-repeat center center;
}
.icon-sys-maintenance {
background:url('../images/sys_icons/sys-maintenance.png') no-repeat center center;
}
.icon-sys-maintenance-inactive {
background:url('../images/sys_icons/sys-maintenance-inactive.png') no-repeat center center;
}
.icon-room-control {
background:url('../images/sys_icons/room-control.png') no-repeat center center;
}
.icon-light-manager {
background:url('../images/sys_icons/light-manager.png') no-repeat center center;
}
.icon-air-condition-status {
background:url('../images/sys_icons/air-condition-status.png') no-repeat center center;
}
.icon-coulometric-statistics {
background:url('../images/sys_icons/coulometric-statistics.png') no-repeat center center;
}
.icon-air-condition-control {
background:url('../images/sys_icons/air-condition-control.png') no-repeat center center;
}
.icon-light-control {
background:url('../images/sys_icons/light-control.png') no-repeat center center;
}
.icon-loading {
background:url('../images/sys_icons/loading3.gif') no-repeat center center;
}
.icon-import {
background:url('../images/sys_icons/import.png') no-repeat center center;
}
.icon-fault-record {
background:url('../images/sys_icons/fault-record.png') no-repeat center center;
}
.icon-repair-record {
background:url('../images/sys_icons/repair-record.png') no-repeat center center;
}
.icon-fault-type {
background:url('../images/sys_icons/fault-type.png') no-repeat center center;
}
.icon-room-card-manager {
background:url('../images/sys_icons/room-card-manager.png') no-repeat center center;
}
.icon-room-card-records {
background:url('../images/sys_icons/room-card-records.png') no-repeat center center;
}
.icon-service-records {
background:url('../images/sys_icons/service-records.png') no-repeat center center;
}
.icon-aircondition-records {
background:url('../images/sys_icons/aircondition-records.png') no-repeat center center;
}
.icon-loop-records {
background:url('../images/sys_icons/loop-records.png') no-repeat center center;
}
.icon-mobile-app {
background:url('../images/sys_icons/icon-mobile-app.png') no-repeat center center;
}
/* 工具栏图标定义 */
.icon-register {
background:url('../images/register.png') no-repeat center center;
}
.icon-update {
background:url('../images/update.png') no-repeat center center;
}
.icon-upload {
background:url('../images/upload.png') no-repeat center center;
}
.icon-excel {
background:url('../images/excel.png') no-repeat center center;
}