@charset "UTF-8";
|
ul.mtree li {
|
list-style: none;
|
}
|
|
/* blue */
|
.blue .mtree-title {
|
margin: 0;
|
padding: 10px 15px;
|
background-color: #ADC768;
|
color: #fff;
|
font-size: 1.1em;
|
}
|
|
.blue .mtree-title-close {
|
float: right;
|
padding: 0 6px;
|
cursor: pointer;
|
margin-right: -6px;
|
margin-top: -0.2em;
|
font-size: 1.4em;
|
}
|
|
.mtree-search {
|
position: relative;
|
}
|
|
.blue .mtree-search-box {
|
padding-left: 8px;
|
padding-right: 40px;
|
border: none;
|
border-left: 1px #eee solid;
|
border-right: 1px #eee solid;
|
height: 35px;
|
width: calc(100% - 50px);
|
-moz-calc: calc(100% - 2px);
|
-webkit-calc: calc(100% - 2px);
|
font-size: 1.1em;
|
font-weight: 500;
|
color: #444;
|
}
|
|
.blue span.mtree-search-btn {
|
position: absolute;
|
display: inline-block;
|
z-index: 100;
|
top: 0;
|
right: 0;
|
width: 44px;
|
height: 37px;
|
cursor: pointer;
|
background: url("../images/search_blue.png") center no-repeat;
|
}
|
|
.blue .no-result-info {
|
display: none;
|
position: absolute;
|
z-index: 100;
|
top: 30px;
|
left: 50%;
|
margin-left: -5em;
|
padding: 6px 10px;
|
color: #fff;
|
background-color: rgba(33,144,222,0.6);
|
-moz-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
|
-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
|
box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
|
}
|
|
.blue .no-result-close {
|
cursor: pointer;
|
margin: 0 0 0 5px;
|
}
|
|
.blue ul.mtree {
|
border: 1px #eee solid;
|
/*padding: 10px;*/
|
position: relative;
|
}
|
|
.blue ul.mtree div, ul, li {
|
margin: 0;
|
padding: 0;
|
}
|
|
.blue ul.mtree a {
|
display: block;
|
color: #ADC768;
|
}
|
|
/*.blue ul.mtree li a {
|
padding-right: 6px;
|
}*/
|
|
.blue ul.mtree ul {
|
margin-left: 0;
|
}
|
|
.blue ul.mtree ul li {
|
|
}
|
|
.blue ul.mtree li > a:before {
|
position: relative;
|
padding-top: 5px;
|
display: inline-block;
|
font-weight: bold;
|
font-size: 12px;
|
/*content: '>';*/
|
font-family: SimSun;
|
float: right;
|
color: #FFF;
|
margin-left: 10px;
|
-webkit-transition: all 150ms ease-in-out;
|
-moz-transition: all 150ms ease-in-out;
|
-o-transition: all 150ms ease-in-out;
|
transition: all 150ms ease-in-out;
|
}
|
|
.blue ul.mtree li.mtree-node > a:before {
|
color: #ADC768;
|
}
|
|
.blue ul.mtree li.mtree-node > a {
|
/*text-transform: upperCase;*/
|
color: #ADC768;
|
}
|
|
.blue ul.mtree > li.mtree-open > a {
|
cursor: pointer;
|
color: #ADC768 !important;
|
border-left: 4px solid;
|
font-weight: normal;
|
}
|
|
.blue ul.mtree > li.mtree-open > a:before {
|
color: #ADC768 !important;
|
}
|
|
.blue ul.mtree > li:last-child {
|
border-bottom: none;
|
}
|
|
.blue ul.mtree li.mtree-open > a {
|
color: #444;
|
}
|
|
.blue ul.mtree li.mtree-open > a:before {
|
color: #444;
|
font-weight: bold;
|
-webkit-transform: rotate(90deg);
|
-moz-transform: rotate(-90deg);
|
-o-transform: rotate(90deg);
|
-ms-transform: rotate(90deg);
|
transform: rotate(90deg);
|
}
|
|
.blue ul.mtree li > a {
|
text-decoration: none;
|
line-height: 1.8;
|
letter-spacing: 1px;
|
transition: 0.3s;
|
-moz-transition: 0.3s; /* Firefox 4 */
|
-webkit-transition: 0.3s; /* Safari 和 Chrome */
|
-o-transition: 0.3s; /* Opera */
|
}
|
|
.blue ul.mtree li > a:hover {
|
color: #444;
|
/*background-color: #f9f9f9;*/
|
transform: scale(1.1);
|
-webkit-transform: scale(1.1);
|
-moz-transform: scale(1.1);
|
-o-transform: scale(1.1);
|
transform: translateX(4px);
|
}
|
|
.blue ul.mtree li.mtree-active > a {
|
color: #444;
|
font-weight: bold;
|
}
|
|
.blue ul.mtree > li.mtree-active > a {
|
cursor: pointer;
|
color: #ADC768 !important;
|
border-left: 4px solid;
|
font-weight: normal;
|
}
|
|
/*.blue ul.mtree > li > a {
|
border-left: 4px solid #fff;
|
}*/
|
|
/*.blue ul.mtree a {
|
padding: 7px 0 7px 1em;
|
}*/
|
|
.blue ul.mtree input[type="text"] {
|
padding: 7px 0;
|
font-size: 1em;
|
margin-left: 16px;
|
}
|
|
.blue ul.mtree li li > a {
|
padding-left: 2em;
|
}
|
|
.blue ul.mtree li li > input[type="text"] {
|
margin-left: 2em;
|
}
|
|
.blue ul.mtree li li li > a {
|
padding-left: 3em;
|
}
|
|
.blue ul.mtree li li li > input[type="text"] {
|
margin-left: 3em;
|
}
|
|
.blue ul.mtree li li li li > a {
|
padding-left: 4em;
|
}
|
|
.blue ul.mtree li li li li > input[type="text"] {
|
margin-left: 4em;
|
}
|
|
.blue ul.mtree li li li li li > a {
|
padding-left: 5em;
|
}
|
|
.blue ul.mtree li li li li li > input[type="text"] {
|
margin-left: 5em;
|
}
|
|
.blue ul.mtree li > ul {
|
margin-bottom: 0;
|
}
|
|
.blue ul.mtree .node-data-num {
|
padding: 2px 8px;
|
border-radius: 45%;
|
margin-left: 10px;
|
font-size: 0.8rem;
|
float: right;
|
color: #8e8e8e;
|
}
|
|
.blue ul.mtree > li.mtree-active > a > span.node-data-num {
|
font-weight: bold;
|
}
|