/*空白*/
.icon-blank {
    background: url('icons/blank.gif') no-repeat center center;
}
/*新增*/
.icon-add {
    background: url('icons/add.png') no-repeat center center;
}
/*修改*/
.icon-edit {
    background: url('icons/edit.png') no-repeat center center;
}
/*批量修改*/
.icon-batchedit {
    background: url('icons/batchedit.png') no-repeat center center;
}
/*批量修改*/
.icon-batch-edit {
    background: url('icons/batch_edit.png') no-repeat center center;
}
/*编辑*/
.icon-alter {
    background: url('icons/alter.png') no-repeat center center;
}
/*user修改*/
.icon-useredit {
    background: url('icons/useredit.png') no-repeat center center;
}
/*修改role*/
.icon-editrole {
    background: url('icons/editrole.png') no-repeat center center;
}
/*删除*/
.icon-delete {
    background: url('icons/delete.png') no-repeat center center;
}
/*保存*/
.icon-save {
    background: url('icons/save.png') no-repeat center center;
}
/*确定*/
.icon-confirm {
    background: url('icons/confirm.png') no-repeat center center;
}
/*取消*/
.icon-cancel {
    background: url('icons/cancel.png') no-repeat center center;
}
/*重置*/
.icon-reset {
    background: url('icons/reset.png') no-repeat center center;
}
/*申请*/
.icon-apply {
    background: url('icons/apply.png') no-repeat center center;
}
/*审核*/
.icon-check {
    background: url('icons/check.png') no-repeat center center;
}
/*通过*/
.icon-pass {
    background: url('icons/pass.png') no-repeat center center;
}
/*驳回*/
.icon-undo {
    background: url('icons/undo.png') no-repeat center center;
}
/*success*/
.icon-success {
    background: url('icons/success.png') no-repeat center center;
}
/*fail*/
.icon-fail {
    background: url('icons/fail.png') no-repeat center center;
}
/*提交*/
.icon-ok {
    background: url('icons/ok.png') no-repeat center center;
}
/*提交*/
.icon-submit {
    background: url('icons/submit.png') no-repeat center center;
}
/*关闭*/
.icon-close {
    background: url('icons/close.png') no-repeat center center;
}
/*启用*/
.icon-enabled {
    background: url('icons/enabled.png') no-repeat center center;
}
/*开放*/
.icon-open {
    background: url('icons/open.png') no-repeat center center;
}
/*禁用*/
.icon-disabled {
    background: url('icons/disabled.png') no-repeat center center;
}
/*禁用*/
.icon-no {
    background: url('icons/disabled.png') no-repeat center center;
}
/*初始化*/
.icon-init {
    background: url('icons/init.png') no-repeat center center;
}
/*重做*/
.icon-redo {
    background: url('icons/redo.png') no-repeat center center;
}
/*剪切*/
.icon-cut {
    background: url('icons/cut.png') no-repeat center center;
}
/*生成*/
.icon-reload {
    background: url('icons/reload.png') no-repeat center center;
}
/*刷新*/
.icon-refresh {
    background: url('icons/refresh.png') no-repeat center center;
}
/*生成*/
.icon-make {
    background: url('icons/make.png') no-repeat center center;
}
/*查询*/
.icon-search {
    background: url('icons/search.png') no-repeat center center;
}
/*打印*/
.icon-print {
    background: url('icons/print.png') no-repeat center center;
}
/*帮助*/
.icon-help {
    background: url('icons/help.png') no-repeat center center;
}
/*后退*/
.icon-back {
    background: url('icons/back.png') no-repeat center center;
}
/*向左*/
.icon-left {
    background: url('icons/left.png') no-repeat center center;
}
/*向右*/
.icon-right {
    background: url('icons/right.png') no-repeat center center;
}
/*求和*/
.icon-sum {
    background: url('icons/sum.png') no-repeat center center;
}
/*计算*/
.icon-calculation {
    background: url('icons/calculation.png') no-repeat center center;
}
/*提示*/
.icon-tip {
    background: url('icons/tip.png') no-repeat center center;
}
/*添加*/
.icon-item-add {
    background: url('icons/mini_add.png') no-repeat center center;
}
/*添加*/
.icon-mini-add {
    background: url('icons/mini_add.png') no-repeat center center;
}
/*修改*/
.icon-item-edit {
    background: url('icons/mini_edit.png') no-repeat center center;
}
/*修改*/
.icon-mini-edit {
    background: url('icons/mini_edit.png') no-repeat center center;
}
/*移除*/
.icon-item-remove {
    background: url('icons/mini_remove.png') no-repeat center center;
}
/*移除*/
.icon-mini_remove {
    background: url('icons/mini_remove.png') no-repeat center center;
}
/*清除*/
.icon-edit-clear {
    background: url('icons/edit_clear.png') no-repeat center center;
}
/*全选*/
.icon-edit-all {
    background: url('icons/edit_all.png') no-repeat center center;
}
/*下载更新*/
.icon-mini-refresh {
    background: url('icons/mini_refresh.png') no-repeat center center;
}
/*下载*/
.icon-down {
    background: url('icons/down.png') no-repeat center center;
}
/*下载*/
.icon-download {
    background: url('icons/download.png') no-repeat center center;
}
/*上报*/
.icon-up {
    background: url('icons/up.png') no-repeat center center;
}
/*上报*/
.icon-report {
    background: url('icons/report.png') no-repeat center center;
}
/*上传*/
.icon-upload {
    background: url('icons/upload.png') no-repeat center center;
}
/*首页*/
.icon-home {
    background: url('icons/home.png') no-repeat center center;
}
/*用户*/
.icon-user {
    background: url('icons/user.png') no-repeat center center;
}
/*授权*/
.icon-key {
    background: url('icons/key.png') no-repeat center center;
}
/*明细*/
.icon-detail {
    background: url('icons/detail.png') no-repeat center center;
}
/*数据范围*/
.icon-datarange {
    background: url('icons/datarange.png') no-repeat center center;
}
/*发送*/
.icon-send {
    background: url('icons/send.png') no-repeat center center;
}
/*发布*/
.icon-release {
    background: url('icons/release.png') no-repeat center center;
}
/*Excel导出*/
.icon-export {
    background: url('icons/export.png') no-repeat center center;
}
/*Excel导入*/
.icon-import {
    background: url('icons/import.png') no-repeat center center;
}
/*注册*/
.icon-register {
    background: url('icons/register.png') no-repeat center center;
}
/*报名*/
.icon-regist {
    background: url('icons/regist.png') no-repeat center center;
}
/*照片*/
.icon-photo {
    background: url('icons/photo.png') no-repeat center center;
}
/*pdf*/
.icon-pdf {
    background: url('icons/pdf.png') no-repeat center center;
}
/*dbf*/
.icon-dbf {
    background: url('icons/dbf.png') no-repeat center center;
}
/*复制*/
.icon-copy {
    background: url('icons/copy.png') no-repeat center center;
}
/*选中*/
.icon-select {
    background: url('icons/select.png') no-repeat center center;
}
/*合并*/
.icon-merge {
    background: url('icons/merge.png') no-repeat center center;
}
/*拆分*/
.icon-divide {
    background: url('icons/divide.png') no-repeat center center;
}
/*拆分*/
.icon-split {
    background: url('icons/split.png') no-repeat center center;
}
/*设定*/
.icon-setting {
    background: url('icons/setting.png') no-repeat center center;
}
/*密码*/
.icon-password {
    background: url('icons/password.png') no-repeat center center;
}
/*密码规则*/
.icon-setpassword {
    background: url('icons/setpassword.png') no-repeat center center;
}
/*排课*/
.icon-schedule {
    background: url('icons/schedule.png') no-repeat center center;
}
/*安排*/
.icon-plan {
    background: url('icons/plan.png') no-repeat center center;
}
/*列表名单*/
.icon-list {
    background: url('icons/list.png') no-repeat center center;
}
/*分配*/
.icon-assign {
    background: url('icons/assign.png') no-repeat center center;
}
/*分配*/
.icon-pin {
    background: url('icons/pin.png') no-repeat center center;
}
/*取消分配*/
.icon-cancelassign {
    background: url('icons/cancelassign.png') no-repeat center center;
}
/*标识*/
.icon-doubt {
    background: url('icons/doubt.png') no-repeat center center;
}
/*取消标识*/
.icon-canceldoubt {
    background: url('icons/canceldoubt.png') no-repeat center center;
}
/*放大*/
.icon-zoomout {
    background: url('icons/zoomout.png') no-repeat center center;
}
/*缩小*/
.icon-zoomin {
    background: url('icons/zoomin.png') no-repeat center center;
}
/*录入*/
.icon-input {
    background: url('icons/input.png') no-repeat center center;
}
/*重录*/
.icon-reinput {
    background: url('icons/reinput.png') no-repeat center center;
}
/*全部*/
.icon-all {
    background: url('icons/all.png') no-repeat center center;
}
/*成绩*/
.icon-score {
    background: url('icons/score.png') no-repeat center center;
}
/*平时*/
.icon-peacetime {
    background: url('icons/peacetime.png') no-repeat center center;
}
/*实验*/
.icon-technique {
    background: url('icons/technique.png') no-repeat center center;
}
/*期末*/
.icon-theory {
    background: url('icons/theory.png') no-repeat center center;
}
/*通知*/
.icon-notice {
    background: url('icons/notice.png') no-repeat center center;
}
/*学号*/
.icon-studentno {
    background: url('icons/studentno.png') no-repeat center center;
}
/*简历*/
.icon-experience {
    background: url('icons/experience.png') no-repeat center center;
}
/*成员*/
.icon-family {
    background: url('icons/family.png') no-repeat center center;
}
/*比对*/
.icon-comparison {
    background: url('icons/comparison.png') no-repeat center center;
}
/*校对*/
.icon-revise {
    background: url('icons/revise.png') no-repeat center center;
}
/*核对*/
.icon-proofread {
    background: url('icons/proofread.png') no-repeat center center;
}
/*调整*/
.icon-adjust {
    background: url('icons/adjust.png') no-repeat center center;
}
/*执行*/
.icon-execute {
    background: url('icons/execute.png') no-repeat center center;
}
/*结业*/
.icon-complete {
    background: url('icons/complete.png') no-repeat center center;
}
/*毕业*/
.icon-graduate {
    background: url('icons/graduate.png') no-repeat center center;
}










