- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
166 lines
2.7 KiB
CSS
166 lines
2.7 KiB
CSS
body{
|
|
background-color: #F3F3F4;
|
|
}
|
|
.divWelcome{
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 5px 0 5px 10px;
|
|
background-color: #FFFFFF;
|
|
font-size: 14px;
|
|
color: #676A6C;
|
|
border-bottom: 1px solid #e7eaec !important;
|
|
}
|
|
.divHello{
|
|
float: left;
|
|
}
|
|
.tasklink{
|
|
float: left;
|
|
position: relative;
|
|
width: 100px;
|
|
height: 26px;
|
|
border-radius: 5px;
|
|
margin-left: 10px;
|
|
color: #ffffff;
|
|
}
|
|
.divMyTask{
|
|
display: none;
|
|
width: 100%;
|
|
position: absolute;
|
|
top:40px;
|
|
height: 215px;
|
|
background-color: #FFFFFF;
|
|
border:solid #DDDDDD;
|
|
border-width: 0 0 1px 0;
|
|
}
|
|
#linkMyTask{
|
|
position: absolute;
|
|
right: 10px;
|
|
color: #676A6C;
|
|
padding:3px 3px 0 10px;
|
|
}
|
|
#linkMyTask:hover{
|
|
text-decoration: none;
|
|
}
|
|
.LinkIcon{
|
|
font-size: 20px;
|
|
margin-left: 10px;
|
|
margin-top: 4px;
|
|
}
|
|
.linkTitle{
|
|
position: absolute;
|
|
top: -2px;
|
|
left: 32px;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
.linkCount{
|
|
position: absolute;
|
|
top: -1px;
|
|
right: 5px;
|
|
}
|
|
.divMyTask_close{
|
|
line-height: 36px;
|
|
position: absolute;
|
|
bottom: -14px;
|
|
left: 50%;
|
|
margin-left: -14px;
|
|
color: #000000;
|
|
background-color: #ffffff;
|
|
border: 1px solid #E7EAEC;
|
|
border-radius: 28px;
|
|
border-top: none;
|
|
width: 28px;
|
|
height: 28px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
.divMsg{
|
|
color: #676A6C;
|
|
width: 37%;
|
|
border-left: 1px solid #efefef;
|
|
float: left;
|
|
height: 210px;
|
|
}
|
|
.divMsg_First{
|
|
border-left: none;
|
|
width:25%;
|
|
}
|
|
.divMsg_last{
|
|
width: 37%;
|
|
}
|
|
.msgTop{
|
|
font-size: 13px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.msgCount{
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
.msgMore{
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
.msgList{
|
|
margin: 0 10px 0 10px;
|
|
height: 180px;
|
|
}
|
|
.noReadMsgTip{
|
|
font-size: 26px;
|
|
color: #DDDDDD;
|
|
font-weight: normal;
|
|
text-align: center;
|
|
line-height: 160px;
|
|
}
|
|
.msgRow{
|
|
padding: 5px;
|
|
line-height: 24px;
|
|
border-bottom: 1px solid #E7EAEC;
|
|
}
|
|
.msgRowNoLine{
|
|
border-bottom: none;
|
|
}
|
|
.msgNo{
|
|
}
|
|
a.link_msg{
|
|
color: #676A6C;
|
|
}
|
|
a.link_msg:hover{
|
|
color: #676A6C;
|
|
}
|
|
.msgTitle{
|
|
margin-left: 30px;
|
|
margin-top: -24px;
|
|
margin-right: 60px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.msgApply{
|
|
margin-right: 160px;
|
|
}
|
|
.msgstatus{
|
|
width: 60px;
|
|
float: right;
|
|
margin-right: 85px;
|
|
margin-top: -20px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.msgTime{
|
|
float: right;
|
|
margin-right: 5px;
|
|
margin-top: -24px;
|
|
}
|
|
.divCustomTip{
|
|
width: 400px;
|
|
height: 80px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-left: -200px;
|
|
margin-top: -40px;
|
|
font-size: 20px;
|
|
color: #DDDDDD;
|
|
} |