﻿body {
}

/*  界面文字颜色 2024-6-3  **/
.attFont {
    color: coral;
    font-size: small;
    margin-bottom: 10px;
}

/*  address 颜色 2024-6-3  **/
.addrFont {
    color: #e2caca;
    font-size: small;
    margin-bottom: 10px;
}


/*  段落  颜色 2024-6-3  **/
.divFont {
    color: #138213;
    font-size: small;
    margin-bottom: 10px;
}

/*  文本输入框 风格  颜色 2024-6-3  **/
.tbxStyle {
    height: 20px;
    background-color: darkkhaki;
    border: solid 1px #7dbad7;
    font-size: 12px;
    color: #f34f0e
}
/* 左右 间距离 */
.disFrontBack {
    margin-left:10px;
    margin-right:10px;
}



/* 文本输入框 风格 2024-6-19  **/
.tbxStyle2 {
    height: 28px;
    background-color: darkkhaki;
    border: solid 1px #7dbad7;
    font-size: 12px;
    color: #f34f0e
}
/* 表格里的文字 风格  2024-6-19  **/
.fontForTable {
    color: coral;
    font-size: small;
    margin-bottom: 10px;
}
/* 表格 的的表头的 文字 风格   2024-6-19  **/
.fontForTableTitle {
    color: coral;
    font-size: small;
    margin-bottom: 8px;
    margin-left: 8px;
}

/*独立表*/
.tblHole {
    border: 0px solid #008000;
}
/*独立表 表的标题*/
.trTitle {
    padding: 0.5em;
    font-weight: 400;
    background-color: #dbe2f3;
}

/*独立表 表的标题*/
.trTitleHealthCare {
    padding: 0.5em;
    font-weight: 400;
    background-color: #faaccf;
}


/*独立表 表的标题*/
.trTitleGraph {
    padding: 0.5em;
    font-weight: 400;
    background-color: #e6fee6;
}

/*独立表 表的标题*/
.trTitle_101 {
    padding: 0.5em;
    font-weight: 400;
    background-color: #f2f929;
}

/*独立表 表的标题*/
.trTitle_102 {
    padding: 0.5em;
    font-weight: 400;
    background-color: #f4f6bc;
}

/*独立表 表的标题*/
.trTitle_201 {
    padding: 0.5em;
    font-weight: 400;
    background-color: #7bc8e8;
}

/*独立表 表的标题*/
.trTitle_202 {
    padding: 0.5em;
    font-weight: 400;
    background-color: #c0e5f5;
}

/*独立表 表的标题*/
.trTitle_301 {
    padding: 0.5em;
    font-weight: 400;
    background-color: #cfaae3;
}

/*独立表 表的标题*/
.trTitle_302 {
    padding: 0.5em;
    font-weight: 400;
    background-color: #e6d2f1;
}

/*  手机版 首页 显示    多个表 排列时 保持的距离  **/
.tblVdis {
    margin: 15px 10px 10px 1px;
    color: dimgray;
    width: 320px;
}
