﻿/*
    通用样式
*/

a, a:hover {
    text-decoration: none;
}

.ztree-background {
    width: 200px;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    overflow: auto;
}

.txt-small {
    font-size: small;
}
.txt-color-red {
    color: red
}
