- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
19 lines
609 B
CSS
19 lines
609 B
CSS
.icon_report {
|
|
background: url('../../icon/Icon16/report.png') no-repeat center center;
|
|
}
|
|
.icon_import {
|
|
background: url('../../icon/Icon16/table_import.png') no-repeat center center;
|
|
}
|
|
.icon_addOK {
|
|
background: url('../../icon/Icon16/heart_add.png') no-repeat center center;
|
|
}
|
|
.icon_rowvideo {
|
|
background: url('../../icon/Icon16/online_video_insert.png') no-repeat center center;
|
|
}
|
|
.icon_table_save {
|
|
background: url('../../icon/Icon16/table_save.png') no-repeat center center;
|
|
}
|
|
.icon_database_save {
|
|
background: url('../../icon/Icon16/database_save.png') no-repeat center center;
|
|
}
|