You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
143 lines
3.1 KiB
143 lines
3.1 KiB
/* 设置一级菜单的宽度 */
|
|
.navbar-left > li.first-li {
|
|
width: 160px;
|
|
/* margin-bottom: 3px; */
|
|
position: relative;
|
|
margin-left: 3px;
|
|
list-style-type: none;
|
|
display: block;
|
|
float: left;
|
|
}
|
|
/*设置默认向下*/
|
|
.navbar-left > li.first-li > a.collapsed > span.glyphicon-chevron-toggle:before{
|
|
content: "\e114";
|
|
}
|
|
/*设置菜单点开向上*/
|
|
.navbar-left > li.first-li > a:not(.collapsed) > span.glyphicon-chevron-toggle:before{
|
|
content: "\e113";
|
|
}
|
|
|
|
/* 设置一级菜单的左右边距 */
|
|
.navbar-left > li > a {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
color: #4A515B;
|
|
background: -webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%);
|
|
border: 1px solid #D5D5D5;
|
|
border-radius: 4px;
|
|
}
|
|
/* 一级菜单激活和悬浮事件 */
|
|
.navbar-left > li.open > a , .navbar-left > li > a:hover {
|
|
color: #FFF;
|
|
background: -webkit-linear-gradient(top, #4A515B 0%,#3C4049 100%);
|
|
border-color: #2B2E33;
|
|
}
|
|
/* 设置二级菜单的和一级菜单的间距样式 */
|
|
.navbar-left > li.custom-style > ul.custom-style{
|
|
margin-top: 1px;
|
|
background-color: #0000000f;
|
|
}
|
|
/* 设置二级菜单的宽度 */
|
|
.navbar-left > li.custom-style > ul.custom-style > li {
|
|
width: 160px;
|
|
float: none;
|
|
display: block;
|
|
}
|
|
/* 设置二级菜单的激活和悬浮式样式 */
|
|
.navbar-left > li.open > ul.custom-style > li.active > a,
|
|
.navbar-left > li.open > ul.custom-style > li > a:hover{
|
|
color: #FFF;
|
|
background: -webkit-linear-gradient(top, #4A515B 0%,#3C4049 100%);
|
|
border-color: #2B2E33;
|
|
}
|
|
|
|
|
|
.custom-style a {
|
|
font-size: 12px;
|
|
color: #4A515B;
|
|
/* text-align: center; */
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.custom-style > li > a:hover {
|
|
background-color: #6f7782;
|
|
border-color: #428bca;
|
|
color: #fff;
|
|
}
|
|
|
|
.custom-style li.active {
|
|
background-color: #6f7782;
|
|
border-color: #428bca;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.custom-style li.active > a {
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* 图标的颜色设置 */
|
|
.navbar-static-top {
|
|
background-color: #21212100;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.navbar-brand {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding-left: 50px;
|
|
color: #fff;
|
|
}
|
|
|
|
.navbar-brand:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.nav-stacked li{
|
|
width: 120px;
|
|
}
|
|
|
|
|
|
/*设置二级菜单li的字体大小*/
|
|
li.second-li {
|
|
font-size: 11 !important;
|
|
}
|
|
/*展示区域的数据样式*/
|
|
.main-show{
|
|
width: 87% !important;
|
|
margin-left: 160px !important;
|
|
background-color: #fff;
|
|
padding-left: 0px;
|
|
position: absolute;
|
|
overflow-y:auto;;
|
|
margin-top: -80px;
|
|
}
|
|
/*过滤框内部样式*/
|
|
.filterCSS{
|
|
width:100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
text-align-last: center;
|
|
border:0px;
|
|
}
|
|
.modal-filter {
|
|
padding: 15px;
|
|
text-align: right;
|
|
border-top: 1px solid #e5e5e5;
|
|
TEXT-ALIGN: center;
|
|
margin-top: -2%;
|
|
}
|
|
.filterCSS-i {
|
|
float:right;
|
|
font-size: 12px;
|
|
margin-top: 2%;
|
|
padding: 5px;
|
|
}
|
|
|
|
.selectionCSS {
|
|
background-color: #31b0d5;
|
|
}
|
|
|
|
.selection2CSS {
|
|
background-color: #31b0d5;
|
|
}
|