Tree_wev8.css 4.41 KB
/** Tree **/
.treeContainer{
	position: relative;
}
.treeContainer .treetitle{
	height: 43px;
	line-height: 43px;
	background-color: #f0f0f0;
	padding-left: 20px;
	padding-right: 45px;
	position: relative;
	overflow: hidden;
}

.treeContainer .treetitle ul{
	margin: 0px;
	padding: 0px;
	height: 100%;
	list-style: none;
	overflow: hidden;
}
.treeContainer .treetitle ul li{
	float: left;	
	font-family: 'Microsoft Yahei', Arial;
	font-size: 15px;
	color: #0095cc;
	margin-right: 5px;
	cursor: pointer;
}
.treeContainer .treetitle ul li:last-child{
	color: #bbb;
}
.treeContainer .treetitle ul li .nodeSplit{
	margin-right: 5px;
}
.treeContainer .treetitle .toParent{
	background: url("/mobilemode/images/mec/rd_bg_wev8.png") no-repeat;
	background-position: center 7px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 43px;
	height: 100%;
	-webkit-background-size:30px 28px; 
	background-size:30px 28px; 
	cursor: pointer;
	display: none;
}
.treeContainer .treetitle .toParent .arrow{
	background: url("/mobilemode/images/mec/arrow_right_blue2_wev8.png") no-repeat;
	position: absolute;
	right: 14px;
	top: 13px;
	width: 16px;
	height: 16px;
}
.treeContainer .treetitle .searchText{
	position: absolute;
	top: 0px;
	left: 20px;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	z-index: 1000;
	display: none;
}
.treeContainer .treetitle .searchText .searchInnerTextWrap{
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.treeContainer .treetitle .searchText .searchInnerTextWrap .searchInnerText{
	color:#0095cc;
	font-size: 15px;	
}
.treeContainer .treetitle .searchText .searchInnerTextWrap .searchCanel{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 100%;
	background: url("/images/BacoCross_wev8.gif") no-repeat;
	background-position: 2px 9px;
	cursor: pointer;
}

.treeContainer .treepage{
	
}
.treeContainer .treepage ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #fff;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.treeContainer .treepage ul li{
	border-top: 1px solid #e8e8e8;
	font-family: 'Microsoft Yahei', Arial;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 45px;
	padding-top:12px;
	padding-bottom:12px;
	position: relative;
}
.treeContainer .treepage ul li:first-child{
	border-top: none;
}
.treeContainer .treepage ul li .nodename{
	height: 100%;
	cursor: pointer;
}
.treeContainer .treepage ul li .child{
	position: absolute; 
	top: 12px; 
	right: 45px;
	height: 100%;
	font-size: 13px;
	color: #ccc;
	padding-right: 2px;
}

.treeContainer .treepage ul li .toChild{
	background: url("/mobilemode/images/mec/rd_bg_wev8.png") no-repeat;
	background-position: center 7px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 43px;
	height: 100%;
	-webkit-background-size:30px 28px; 
	background-size:30px 28px; 
	cursor: pointer;
}
.treeContainer .treepage ul li .toChild .arrow{
	background: url("/mobilemode/images/mec/arrow_right_blue_wev8.png") no-repeat;
	position: absolute;
	right: 14px;
	top: 13px;
	width: 16px;
	height: 16px;
}
.treeContainer .treeloading{
	position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    width: 100%;
    z-index: 20001;
    display: none;
}
.treeContainer .treeloading_mask{
	height: 100%;
    width: 100%;
	background-color: #fff;
    opacity: 0.3;
}
.treeContainer .treeloading_text{
	position: absolute;
    top:45%;
    left:45%;
    width: 48px;
    height: 16px;
    background: url("/mobilemode/images/mobile_loading_wev8.gif") no-repeat;
	background-position: center center;
}
.treeContainer .treesearch{
	position: relative;
	background-color: #C8C8CD;
	height: 40px;
	overflow: hidden;
	/*
	top: 43px;
	left: 0px;
	z-index: 2001;
	width: 100%;*/
}
.treeContainer .treesearch .treeHeader{
	border: none;
	padding-left: 24px;
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 8px;
	right: 8px;	
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
}
.treeContainer .treesearch .searchKey{
	border: none;
	height: 100%;
	width: 100%;
	font-family: 'Microsoft Yahei', Arial;
	font-size: 12px;
	line-height: 22px;
	height: 26px;
	padding-left: 0px;
}
.treeContainer .treesearch .searchBtn{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	/*padding: 5px;*/
	background-color: white;
	height:100%;
	width: 24px;
}
.treeContainer .treesearch .searchBtn img{
	position: absolute;
	top: 6px;
	left: 5px;
	width: 16px;
	height: 16px;
}
.treeContainer .treepage ul li.link_active{
	background-color: #eee;
}