﻿body {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
a {
    text-decoration: none;
    color: #151313;
  
}
    a:hover {
        background-color: #dcf5c6;
        color: #4b6f11;
        font-weight: 600;
    }
.Comm-Textarea {
    width: 100%;
    height: 300px;
    border-style: none;
    background-color:  #fff;
    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: #fff;
    margin: 0;
    padding: 0;
    height: 28px;
    z-index: 99;
    width: 100%;
}
#EasyLib-TooBar-Placeholder { /*占位符*/
    height: 28px;
    display: none;
    background-color: #f1f7e7;
}
    #EasyLib-TooBar .l-btn-text {
        font-size: 14px;
        font-weight: 500;
        font-family: "Microsoft YaHei";
    }
#EasyLib-TooBar-Default, #EasyLib-TooBar-More {
    float: left;
    background-color: #f1f7e7;
    margin-top: 2px;
    margin-bottom: 2px;
}
    #EasyLib-TooBar-More > div .l-btn-text {
        font-size: 12px;
    }
#EasyLib-TooBar-More-BtnLst {
    display: none;
}

#EasyLib-TooBar-Default .EasyLib-TooBar-Btn {
    margin-left: 2px;
}

