/**表单--start**/
.form_table {
    border: 1px solid #aaa;
    font-family: '宋体';
    text-align: left;
    width: 1000px;
}

.form_table .form_table {
    border: 1px solid #aaa;
}

.form_table .history_table {
    border: 1px solid #aaa;
}

.form_table caption {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
}

.form_table .subCaption {
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
}

.form_table .td_title1 {
    background-color: #222;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    font-family: '宋体';
}

.form_table>tbody>tr>td {
    height: 26px;
    font-size: 14px;
    border: 1px solid #aaa;
}

.form_table td {
    text-align: left;
}

.form_table .form_table td {
    border-width: 0 1px 1px 0;
}

.form_table input[type="text"] {
    font-family: '宋体';
    color: #333;
}

.form_table input[type="button"] {
    font-family: '宋体';
}

.form_table select {
    width: 150px;
    color: #333;
}

.form_table .td_label {
    width: 120px;
}

.form_table .td_label .noEmpty {
    color: red;
}

.form_table .remind {
    color: green;
}

.form_table textarea {
    width: 97% !important;
    height: 45px !important;
    font-family: '宋体';
}

.textOneLine input {
    border-color: #000;
    border-width: 0 0 1px;
}

.form_table input,
.form_table select,
.form_table pre {
    font-size: 14px;
}

/**表单--end**/
/**查询表单--start**/
.form_table_select .td_label {
    text-align: right;
}

.form_table_select input[type=text] {
    width: 115px !important;
}

.form_table_select select {
    width: 119px !important;
}

/**查询表单--end**/

/**审批历史--start**/
.history_table {
    text-align: center;
    width: 1000px;
    font-size: 14px;
    border: 1px;
    cellspacing: 1px;
    cellpadding: 1px;
}

.history_table .thead {
    font-weight: bold;
    background-color: #eee;
}

.history_table .td_title {
    border: 1;
    text-align: left;
    font-weight: bold;
}

.history_table>tbody>tr>td {
    height: 26px;
    border: 1px solid #aaa;
}

/**审批历史--end**/

/**操作栏修改--start**/
.actBtn .button-document a span {
    font-size: 16px;
}

/**操作栏修改--end**/


/**新审批历史--start**/
.history_new_table {
    text-align: center;
    width: 940px;
    font-size: 14px;
}

.history_new_table .thead {
    font-weight: bold;
    background-color: #eee;
}

.history_new_table .td_title {
    border: 0;
    text-align: left;
    font-weight: bold;
}

.history_new_table>tbody>tr>td {
    height: 26px;
    border: 0px solid #aaa;
}

/**新审批历史--end**/

/**弹出来历史开始
**/
.show_form_table {
    border: 0px solid #aaa;
    font-family: '宋体';
    font-size: 16px;
    align: center;
    width: 1180px
}

.show_form_table>tbody>tr>td {
    font-size: 16px;
}

.show_form_table .nice_tr {
    border-bottom: #FF0000 1px solid;
    border-left: #FF0000 1px solid;
    border-top: #FF0000 1px solid;
    border-right: #FF0000 1px solid
}

.show_form_table .nice_tr .nice_td {
    border-bottom: #FF0000 1px solid;
    border-left: #FF0000 1px solid;
    border-top: #FF0000 1px solid;
    border-right: #FF0000 1px solid
}

.show_form_table input,
.show_form_table select,
.show_form_table pre {
    font-size: 14px;
}

.radio-inline span {
    font-family: '宋体';
    font-size: 16px;
}

/**弹出来历史结束
**/
文档更新时间: 2023-09-16 07:04   作者:admin