- 系统管理模块(用户/角色/组织/权限/日志) - 教育培训计划管理模块 - 教育培训实施模块 - 考试管理模块 - 调研问卷管理模块 - 外派培训管理模块 - 年度培训总结模块 - 学习资源管理模块 - 任职资格管理模块 - 即时通讯模块 - APP 版本管理 - 统计分析模块(FineReport) - 代码审查标准和报告(CODE_REVIEW_GUIDE.md, CODE_REVIEW_REPORT.md) - 项目开发指南(PROJECT_GUIDE.md)
501 lines
9.3 KiB
CSS
501 lines
9.3 KiB
CSS
/*----首页 index.ftl----*/
|
|
/*顶部*/
|
|
.header {
|
|
overflow: hidden;
|
|
display: block;
|
|
height: 46px;
|
|
margin: 0;
|
|
padding: 0 13px 0 0;
|
|
background-color: #205081;
|
|
position: relative;
|
|
z-index: 905;
|
|
}
|
|
.header_logo{
|
|
display: block;
|
|
float: left;
|
|
}
|
|
.header_logo .logo {
|
|
float: left;
|
|
margin-top: 7px;
|
|
margin-left: 7px;
|
|
width: 32px;
|
|
height: 32px;
|
|
}
|
|
.header_logo .imgLogo{
|
|
max-height: 32px;
|
|
}
|
|
.header_logo .divTitle{
|
|
display: block;
|
|
float: left;
|
|
margin-left: 5px;
|
|
margin-top: 5px;
|
|
}
|
|
.header_logo .title {
|
|
color: #ffffff;
|
|
font-family: '微软雅黑';
|
|
font-size: 16px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.header_logo .etitle {
|
|
color: #dcdcdc;
|
|
font-family: 'Arial';
|
|
font-size: 10px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/*底部*/
|
|
.default_bottom {
|
|
width:100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
background-color: #205081;
|
|
color: #ffffff;
|
|
}
|
|
.default_bottom .left{
|
|
position: absolute;
|
|
left: 3px;
|
|
}
|
|
.default_bottom .right{
|
|
position: absolute;
|
|
right: 3px;
|
|
}
|
|
|
|
/*顶部右侧*/
|
|
.header_right {
|
|
position: absolute;
|
|
right: 10px;
|
|
}
|
|
|
|
.header_btn {
|
|
float: right;
|
|
-moz-border-radius: 2px;
|
|
-webkit-border-radius: 2px;
|
|
border-radius: 2px;
|
|
cursor: default !important;
|
|
display: inline-block;
|
|
font-weight: bold;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
min-width: 24px;
|
|
width: 24px;
|
|
padding: 2px;
|
|
text-align: center;
|
|
text-decoration: none !important;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
color: #c5c6ca;
|
|
font-size: 17px;
|
|
margin: 10px 0 0 5px;
|
|
}
|
|
|
|
.header_btn_ie {
|
|
width: 80px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.header_btn a {
|
|
color: #C5C6CA;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header_btn a:hover {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header_btn_focus {
|
|
background-color: #3B7FC4;
|
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#3e89d1), to(#3B7FC4));
|
|
background-image: -webkit-linear-gradient(top, #3e89d1, #3B7FC4);
|
|
background-image: -moz-linear-gradient(top, #3e89d1, #3B7FC4);
|
|
background-image: -ms-linear-gradient(top, #3e89d1, #3B7FC4);
|
|
background-image: -o-linear-gradient(top, #3e89d1, #3B7FC4);
|
|
background-image: linear-gradient(top, #3e89d1, #3B7FC4);
|
|
border: 1px solid #494949;
|
|
}
|
|
|
|
.header_btn_focus a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.header_btn_focus a:hover {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.tabs {
|
|
background: none repeat scroll 0 0 #fafafa;
|
|
border-bottom: 1px solid #C2C2C2;
|
|
height: 25px;
|
|
}
|
|
.ui_tabs_header_center{
|
|
height: 26px;
|
|
}
|
|
|
|
.ui_tabs_panels-bottom {
|
|
border-width: 0;
|
|
}
|
|
|
|
.ui_tabs_header {
|
|
border-style: none;
|
|
}
|
|
|
|
.tabs li.tabs_selected a.ui_tab_title,
|
|
.ui_tabs_header-bottom .tabs li.tabs_selected a.ui_tab_title,
|
|
.ui_tabs_header-left .tabs li.tabs_selected a.ui_tab_title,
|
|
.ui_tabs_header-right .tabs li.tabs_selected a.ui_tab_title {
|
|
background-color: #FFFFFF;
|
|
color: #555555;
|
|
}
|
|
|
|
.tabs li a.ui_tab_title {
|
|
user-select: none;
|
|
border-radius: 0;
|
|
color: #333333;
|
|
border-width: 0;
|
|
background: transparent;
|
|
}
|
|
.tabs li.tabs_selected a.ui_tab_title {
|
|
border-width: 2px 1px 1px 1px;
|
|
border-color: #57889C #C2C2C2 #FFFFFF #C2C2C2;
|
|
}
|
|
.tabs li a.ui_tab_close{
|
|
background: none;
|
|
}
|
|
.tabs li:hover a.ui_tab_close {
|
|
background: url("../../thirdlib/CECT54.WebUI/themes/bootstrap/images/tabs_icons.png") repeat scroll -34px 0 rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.tabs li a.ui_tab_close:hover{
|
|
background: url("../../thirdlib/CECT54.WebUI/themes/bootstrap/images/tabs_icons.png") repeat scroll -34px 0 rgba(0, 0, 0, 0);
|
|
}
|
|
|
|
.tabs li.tabs_selected a.ui_tab_close {
|
|
background: url("../../thirdlib/CECT54.WebUI/themes/bootstrap/images/tabs_icons.png") repeat scroll -34px 0 rgba(0, 0, 0, 0);
|
|
}
|
|
/*左侧导航*/
|
|
.ui_layout_split_content_left {
|
|
border-right-width: 0;
|
|
}
|
|
|
|
.ui_layout_panel_left .ui_panel_content {
|
|
background: #fbfbfb;
|
|
}
|
|
.layout_left_top{
|
|
font-weight: bold;
|
|
line-height: 24px;
|
|
border-bottom: 1px solid #EFEBEB;
|
|
}
|
|
#show-shortcut{
|
|
float: right;
|
|
margin-top: 10px;
|
|
}
|
|
.nav {
|
|
position: relative;
|
|
z-index: 1;
|
|
overflow: auto;
|
|
}
|
|
|
|
.nav .ztree {
|
|
padding: 0px;
|
|
}
|
|
|
|
.nav .ztree li.level0 ul li {
|
|
line-height: 30px;
|
|
}
|
|
|
|
.nav .ztree li.level0 ul li a.curSelectedNode {
|
|
height: 30px;
|
|
font-weight: bold;
|
|
color: #202427;
|
|
background: transparent;
|
|
border: none;
|
|
}
|
|
|
|
.nav .ztree li.level0 ul li .button {
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.nav .ztree li.level0 ul li .switch {
|
|
margin-top: -3px;
|
|
}
|
|
|
|
.nav .ztree li.level0 span.level0 {
|
|
display: none;
|
|
}
|
|
|
|
.nav .ztree li.level0 a.level0 {
|
|
padding: 0px;
|
|
width: 100%;
|
|
line-height: 30px;
|
|
font-weight: bold;
|
|
height: 30px;
|
|
/*background: #F7F7F7;*/
|
|
border-top: 1px solid #efebeb;
|
|
border-bottom: 1px solid #efebeb;
|
|
}
|
|
|
|
.nav .ztree li.level0 a {
|
|
font-size: 14px;
|
|
color: #69737A;
|
|
}
|
|
|
|
.nav .ztree li.level0 a:hover {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.nav .ztree li.level0 a.level0 .button {
|
|
margin-top: 7px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.nav .ztree li.level0 ul.level0 {
|
|
margin: 5px 0 5px 0;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.aui-sidebar-handle {
|
|
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAMCAQAAADitaTfAAAAFUlEQVQIW2O++j+bkWUTAwZgJiwBAB9kCOy+u0d3AAAAAElFTkSuQmCC") no-repeat scroll center center;
|
|
height: 100%;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
width: 10px;
|
|
}
|
|
|
|
.login-info {
|
|
background: #F7F7F7;
|
|
display: block;
|
|
font-size: 12px;
|
|
height: 39px;
|
|
color: #ffffff;
|
|
width: 100%;
|
|
margin: 0px !important;
|
|
position: relative;
|
|
}
|
|
.login-info a {
|
|
text-decoration: none !important;
|
|
color: #5C5C5C;
|
|
display: inline-block;
|
|
margin-top: 10px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.login-info a span {
|
|
text-transform: capitalize;
|
|
font-size: 14px;
|
|
/* 14px~ */
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
max-width: 150px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
vertical-align: middle;
|
|
}
|
|
.msgLabel{
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 30px;
|
|
}
|
|
.login-info a span + i {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.login-info a:hover {
|
|
color: #000000;
|
|
}
|
|
|
|
.login-info > span {
|
|
height: 38px;
|
|
display: block;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
.login-info img {
|
|
width: 25px;
|
|
height: auto;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-top: 1px;
|
|
margin-right: 5px;
|
|
margin-left: 0px;
|
|
border: none;
|
|
border-left: 3px solid #ffffff;
|
|
}
|
|
|
|
img.online,
|
|
img.busy,
|
|
img.offline,
|
|
img.away {
|
|
border-left: 3px solid #fff;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
img.online {
|
|
border-left-color: #40ac2b !important;
|
|
}
|
|
|
|
img.busy {
|
|
border-left-color: #ed1c24 !important;
|
|
}
|
|
|
|
img.offline {
|
|
border-left-color: #dddddd !important;
|
|
}
|
|
|
|
img.away {
|
|
border-left-color: #ffc40d !important;
|
|
}
|
|
|
|
.jarvismetro-tile {
|
|
float: left;
|
|
display: block;
|
|
background-color: #ffffff;
|
|
width: 100px;
|
|
height: 70px;
|
|
cursor: pointer;
|
|
box-shadow: inset 0px 0px 1px #FFFFCC;
|
|
border: 1px dotted #C5C5C5;
|
|
text-decoration: none;
|
|
color: #ffffff;
|
|
font-weight: 300;
|
|
font-smooth: always;
|
|
margin: 0 10px 5px 0;
|
|
padding: 5px;
|
|
position: relative;
|
|
}
|
|
|
|
.jarvismetro-tile:hover {
|
|
z-index: 10;
|
|
-webkit-transform: scale(1.07);
|
|
-moz-transform: scale(1.07);
|
|
}
|
|
|
|
.jarvismetro-tile.big-cubes {
|
|
width: 110px;
|
|
height: 110px;
|
|
}
|
|
|
|
.jarvismetro-tile.double {
|
|
width: 249px;
|
|
}
|
|
|
|
.jarvismetro-tile:active {
|
|
top: 1px;
|
|
left: 1px;
|
|
}
|
|
|
|
.jarvismetro-tile .iconbox {
|
|
text-align: center;
|
|
}
|
|
|
|
.jarvismetro-tile .iconbox i {
|
|
display: block;
|
|
margin: 15px auto 0;
|
|
height: 75px;
|
|
}
|
|
|
|
.jarvismetro-tile .iconbox span {
|
|
display: block;
|
|
text-align: left;
|
|
}
|
|
|
|
.jarvismetro-tile .iconbox span > span {
|
|
position: absolute;
|
|
right: -3px;
|
|
bottom: -3px;
|
|
border-radius: 50%;
|
|
padding: 1px 6px 1px 6px;
|
|
}
|
|
|
|
#shortcut .selected {
|
|
border: 1px solid #0091d9 !important;
|
|
}
|
|
|
|
#shortcut .selected {
|
|
position: relative;
|
|
}
|
|
|
|
#shortcut .selected:before {
|
|
display: block;
|
|
position: absolute;
|
|
content: "\f00c";
|
|
color: #ffffff;
|
|
right: 4px;
|
|
top: 3px;
|
|
font-family: FontAwesome;
|
|
z-index: 2;
|
|
}
|
|
|
|
#shortcut .selected:after {
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 35px solid #0091d9;
|
|
border-left: 35px solid rgba(0, 0, 0, 0);
|
|
position: absolute;
|
|
display: block;
|
|
right: 0;
|
|
content: "";
|
|
top: 0;
|
|
z-index: 1;
|
|
}
|
|
/*
|
|
* SHORT CUT
|
|
*/
|
|
#shortcut {
|
|
display: block;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0;
|
|
height: 150px;
|
|
width: 100%;
|
|
background-color: #33302F;
|
|
z-index: 907;
|
|
display: none;
|
|
color: #ffffff;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#shortcut ul {
|
|
float: left;
|
|
padding: 15px 20px 10px;
|
|
list-style: none;
|
|
margin: 0;
|
|
}
|
|
|
|
#shortcut ul li {
|
|
float: left;
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
|
|
#shortcut ul li .jarvismetro-tile {
|
|
margin: 0px 3px 3px;
|
|
border: none;
|
|
border-radius: 0px;
|
|
-moz-border-radius: 0px;
|
|
-webkit-border-radius: 0px;
|
|
}
|
|
|
|
#shortcut ul li .jarvismetro-tile:hover {
|
|
color: #ffffff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#shortcut ul li .jarvismetro-tile:active,
|
|
#shortcut ul li .jarvismetro-tile:focus {
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.shortcut-on #response-btn {
|
|
display: none !important;
|
|
} |