﻿

/* easyui 修改样式 */

.datagrid-row, .datagrid-header-row, .datagrid-pager table
{
    height:32px;
    }
.panel-header, .panel-body
{
    /*border-bottom:none;
    border-left:none;*/
    border-right:1px solid #CBD5E0;
    }
.tabs li.tabs-selected a.tabs-inner
{
    color:#0E2D5F;
    }
.accordion .accordion-header-selected .panel-title
{
    font-size:14px;
    color:#333;
    }
.accordion .accordion-header-selected
{
    background:#dbe1ea!important;
    padding:10px 5px;
    }
/*.accordion
{
    border-color:#c9d4e5!important;
    }*/
.accordion .accordion-header
{
    background:#dbe1ea!important;
    padding:10px 5px;
    border-bottom:1px solid #c9d4e5;
    border-right:1px solid #dbe1ea;
    }


.panel-with-icon
{
    padding-left:24px;
    }
.tabs
{
    width:100%!important;
    }
.panel-title
{
    color:#0E2D5F!important;
    }
.panel-with-icon
{
    padding-left:24px!important;
    }
.panel-header
{
    padding:12px 5px!important;
    }
.tabs li.tabs-selected a.tabs-inner
{
    color:#0E2D5F!important;
    }
.datagrid-body
{
    background:#fff;
    }
.tree
{
    padding:10px!important;
    }
.tree-node
{
    height:24px!important;
    line-height:24px!important;
    }
.tree-node-selected
{
    background:#0f73bf!important;
    color:#fff!important;
    }
.datagrid-header .datagrid-cell span
{
    /*font-weight:bold;*/
    }
.datagrid-header
{
    height:32px!important;
    }
.datagrid-header .datagrid-cell span
{
    font-size:16px;
    }
.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber
{
    font-size:16px;
    }
.layui-layer-title
{
    font-size:16px!important;
    }
.tree-title
{
    height:24px;
    line-height:24px;
    font-size:16px;
    }
.tree-file
{
    /*background:url(../../../../resource/lib/pyui/img/child-file.png);*/
    }
/* 列表样式 */

.list
{
    width:99%;
    margin:6px auto;
    /*border:1px solid #CBD5E0;*/
    }
.retrieval
{
    background:#f5f5f5;
    padding:10px 10px 10px;
    border:1px solid #CBD5E0;
    }
.retrieval table .td_l
{
    padding:0 5px;
    font-size:16px;
    }
.textbox .textbox-text
{
    font-size:16px;
    }