etms/asset/css/cetc54/user.css
liyuchen c24bea2687 Initial commit: JCDP 教育培训管理系统 v54
- 系统管理模块(用户/角色/组织/权限/日志)
- 教育培训计划管理模块
- 教育培训实施模块
- 考试管理模块
- 调研问卷管理模块
- 外派培训管理模块
- 年度培训总结模块
- 学习资源管理模块
- 任职资格管理模块
- 即时通讯模块
- APP 版本管理
- 统计分析模块(FineReport)
- 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md)
- 项目开发指南(PROJECT_GUIDE.md)
2026-04-16 16:41:34 +08:00

35 lines
555 B
CSS

.divImg{
margin-bottom: 10px;
display: inline-block;
position: relative;
top: 5px;
left: 10px;
width: 240px;
border-right: 1px solid #DDDDDD;
}
.divImg_last{
border-right: none;
}
.ImgName{
text-align: center;
margin-bottom: 5px;
font-size: 13px;
}
.ImgShow{
height: 128px;
text-align: center;
margin: 0 0 5px 0;
}
.Img_Img{
border-radius: 10px;
max-width: 128px;
max-height:128px;
}
.ImgUpload{
}
.table-userAvatars{
border-radius: 5px;
max-width: 26px;
max-height: 26px;
}