- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
221 lines
3.4 KiB
CSS
221 lines
3.4 KiB
CSS
.login_body{
|
|
background-color: #FFFFFF;
|
|
}
|
|
.lblCopyright {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 40px;
|
|
line-height: 20px;
|
|
background: #F5F5F5;
|
|
border-top: 1px solid #DDDDDD;
|
|
color: #707070;
|
|
text-align: center;
|
|
}
|
|
|
|
.login_header {
|
|
border-bottom: 1px solid #2E3D54 !important;
|
|
background-color: #205081;
|
|
width: 100%;
|
|
height: 75px;
|
|
position: relative;
|
|
}
|
|
|
|
.login_header .logo {
|
|
float: left;
|
|
margin-top: 20px;
|
|
margin-left: 30px;
|
|
max-height: 32px;
|
|
}
|
|
|
|
.login_header .imgLogo {
|
|
max-height: 32px;
|
|
}
|
|
|
|
.login_header .divTitle {
|
|
float: left;
|
|
margin-left: 5px;
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.login_header .title {
|
|
display: block;
|
|
color: #ffffff;
|
|
font-family: '微软雅黑';
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.login_header .etitle {
|
|
display: block;
|
|
color: #e9eeee;
|
|
font-family: 'Arial';
|
|
font-size: 9px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.main {
|
|
padding: 10px;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.divDown {
|
|
position: relative;
|
|
width: 540px;
|
|
height: 300px;
|
|
left: 240px;
|
|
top: -300px;
|
|
}
|
|
|
|
.down_title {
|
|
margin-left: 30px;
|
|
font-size: 24px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.down_remark {
|
|
margin-left: 30px;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
color: #999999;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.down_list {
|
|
|
|
}
|
|
|
|
.listLi {
|
|
background-color: #FFFFFF;
|
|
float: left;
|
|
width: 168px;
|
|
height: 168px;
|
|
margin-left: 5px;
|
|
border: 1px solid #e4e4e4;
|
|
text-align: center;
|
|
display: block;
|
|
position: relative;
|
|
cursor: pointer;
|
|
color: #999;
|
|
}
|
|
.listLi:hover{
|
|
background-color: #f3f3f3;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.liIcon {
|
|
margin-top: 40px;
|
|
font-size: 60px;
|
|
}
|
|
|
|
.listTitle {
|
|
margin: 16px 0;
|
|
font-size: 16px;
|
|
}
|
|
.divQr{
|
|
position: absolute;
|
|
width: 100%;
|
|
}
|
|
.qr_code {
|
|
width: 120px;
|
|
height: 120px;
|
|
margin-top: 5px;
|
|
margin-left: 25px;
|
|
line-height: 120px;
|
|
color: red;
|
|
}
|
|
.qr_code .fa-download{
|
|
font-size: 60px;
|
|
margin-top: 40px;
|
|
color: #1AB394;
|
|
}
|
|
|
|
.qr_p {
|
|
margin: 4px 0;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.phone{
|
|
position: relative;
|
|
top: 50px;
|
|
width: 240px;
|
|
height: 400px;
|
|
border-radius: 30px;
|
|
border: 1px solid #e4e4e4;
|
|
padding-top: 55px;
|
|
}
|
|
.phone .screen{
|
|
width: 215px;
|
|
height: 300px;
|
|
border: 1px solid #e4e4e4;
|
|
margin: auto;
|
|
text-align: center;
|
|
}
|
|
.phone .phoneBtn{
|
|
width: 50px;
|
|
height: 50px;
|
|
border-radius: 50px;
|
|
border: 1px solid #e4e4e4;
|
|
margin-top: 20px;
|
|
margin-left: 92px;
|
|
}
|
|
#side_code{
|
|
margin-left: 32px;
|
|
margin-top: 50px;
|
|
}
|
|
.sysIndex{
|
|
position: relative;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
margin:0 10px;
|
|
top: 10px;
|
|
border: 1px solid #f3f3f3;
|
|
border-radius: 30px;
|
|
padding:0 20px;
|
|
}
|
|
#gotoIndex{
|
|
color: #000000;
|
|
font-size: 14px;
|
|
}
|
|
#gotoIndex:hover{
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.log{
|
|
position: relative;
|
|
top: -200px;
|
|
width: 100%;
|
|
}
|
|
.logTitle{
|
|
font-size: 24px;
|
|
line-height: 40px;
|
|
}
|
|
.logListTitle{
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
line-height: 30px;
|
|
}
|
|
.itemTitle{
|
|
font-size: 16px;
|
|
line-height: 30px;
|
|
}
|
|
.itemTitle .version{
|
|
|
|
}
|
|
.itemTitle .newVersion{
|
|
color: red;
|
|
}
|
|
.itemTitle .uploadDate{
|
|
margin-left: 30px;
|
|
}
|
|
.logContent{
|
|
padding:0 20px;
|
|
}
|
|
.logContent p{
|
|
font-size: 13px;
|
|
font-weight: normal;
|
|
line-height: 20px;
|
|
} |