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.
41 lines
897 B
41 lines
897 B
/*改变zTree控件的默认样式*/
|
|
.ztree,.ztree *{
|
|
background-color: transparent;
|
|
}
|
|
.ztree li span.button::before{
|
|
color: #000;
|
|
}
|
|
.ztree li a,.ztree li span.button.ico_open::before,.ztree li span.button.ico_close::before,.ztree li span.button.ico_docu::before{
|
|
color: #000;
|
|
}
|
|
|
|
.ztree li span.button.chk.checkbox_false_full_focus::before {
|
|
color: #000;
|
|
}
|
|
.ztree li span.button.chk.checkbox_true_full_focus::before {
|
|
color: #000;
|
|
}
|
|
#tree li{
|
|
border:1px solid #aaa;
|
|
}
|
|
#tree li ul{
|
|
margin: 8px 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#tree li>ul li{
|
|
border-left: 0;
|
|
border-right: 0;
|
|
border-bottom:0;
|
|
}
|
|
span.level0{
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
#tree>li>span,#tree>li>a,#tree>li>ul>li>span,#tree>li>ul>li>a,#tree>li>ul>li>ul>li>span,#tree>li>ul>li>ul>li>a{
|
|
margin-top:8px;
|
|
margin-bottom: 8px;
|
|
}
|
|
#authModal .form-group{
|
|
text-align: center;
|
|
}
|