.treeNodeCollose{
    width: 16px;
    height: 16px;
    background-image: url("/admin/img/common/icon/collose.png");
    cursor: pointer;
    float:left;
}

.treeNodeExpand{
     width: 16px;
     height: 16px;
     background-image: url("/admin/img/common/icon/expand.png");
    cursor: pointer;
    float: left;
 }

.treeFolderCollose{
    width: 16px;
    height: 16px;
    background-image: url("/admin/img/common/icon/folder_collose.png");
    float:left;
}

.treeFolderExpand{
    width: 16px;
    height: 16px;
    background-image: url("/admin/img/common/icon/folder_expand.png");
    float:left;
}

.treeNode{
    width: 16px;
    height: 16px;
    float: left;
    background-image: url("/admin/img/common/icon/node.png");
}<!--ºÄÊ±1763408106.9632Ãë-->