﻿body {
    margin: 0;
    padding: 0;
    background-color: #f2f7e9;
}
a {
    text-decoration: none;
    color: #151313;
}
    a:hover {
        color: #575757;
    }
.Comm-Textarea {
    width: 100%;
    height: 300px;
    border-style: none;
    background-color: #f2f8eb;
    overflow: hidden;
}

/*easyui表格排序图标样式微调*/
/*.datagrid-sort-desc .datagrid-sort-icon,
.datagrid-sort-asc .datagrid-sort-icon {
    padding: initial;
}*/

#EasyLib-TooBar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #f4fbe8;
    margin: 0;
    padding: 0;
    height: 35px;
    z-index: 99;
    width: 100%;
}
#EasyLib-TooBar-Placeholder { /*占位符*/
    height: 35px;
    display: none;
    background-color: #f1f7e7;
}
    #EasyLib-TooBar .l-btn-text {
        font-size: 16px;
        font-weight: 500;
        font-family: "Microsoft YaHei";
    }
#EasyLib-TooBar-Default, #EasyLib-TooBar-More {
    float: left;
    background-color: #f1f7e7;
    margin-top: 5px;
}
    #EasyLib-TooBar-More > div .l-btn-text {
        font-size: 12px;
    }
#EasyLib-TooBar-More-BtnLst {
    display: none;
}

