- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
48 lines
1.1 KiB
CSS
48 lines
1.1 KiB
CSS
.icon_report {
|
|
background: url('../../icon/Icon16/report.png') no-repeat center center;
|
|
}
|
|
.icon_radio_button {
|
|
background: url('../../icon/Icon16/radio_button.png') no-repeat center center;
|
|
}
|
|
|
|
.icon_tick_button {
|
|
background: url('../../icon/Icon16/tick.png') no-repeat center center;
|
|
}
|
|
|
|
.icon_check_box_uncheck {
|
|
background: url('../../icon/Icon16/check_box_uncheck.png') no-repeat center center;
|
|
}
|
|
|
|
.icon_ask_and_answer {
|
|
background: url('../../icon/Icon16/ask_and_answer.png') no-repeat center center;
|
|
}
|
|
|
|
.icon_align {
|
|
background: url('../../icon/Icon16/align_middle.png') no-repeat center center;
|
|
}
|
|
|
|
.icon_add16 {
|
|
background: url('../../icon/Icon16/add.png') no-repeat center center;
|
|
}
|
|
|
|
.icon_arrow_up {
|
|
background: url('../../icon/Icon16/arrow_up.png') no-repeat center center;
|
|
}
|
|
.icon_arrow_down {
|
|
background: url('../../icon/Icon16/arrow_down.png') no-repeat center center;
|
|
}
|
|
.save_as {
|
|
background: url('../../icon/Icon16/save_as.png') no-repeat center center;
|
|
}
|
|
.q_item
|
|
{
|
|
padding-left: 40px;
|
|
padding-top: 5px;
|
|
}
|
|
.q_question
|
|
{
|
|
padding-left: 20px;
|
|
padding-top: 5px;
|
|
}
|
|
|