﻿* {
    padding: 0px;
    margin: 0px;
    position: relative;
}
.layui-body {
    background-color: #f7f4f4;
}
#content {
    width: 853px;
    margin: 0px auto;
    font-size: 12px;
    font-family: "宋体", Arial, Helvetica, sans-serif;
    color: #404040;
    border: 1px solid gray;
    background-color: white;
}

.title {
    background-color: #f2f2f2;
    height: 35px;
    line-height: 35px;
    font-size: 28px;
    font-weight: 800;
    padding: 10px;
}

.content {
    padding: 10px;
    width: 85%;
}

/*数据表格table列表*/
.TableArea {
    padding: 20px;
    /*margin: 0 20px;*/
    max-height:100vh;
    overflow-y:auto;
    margin-bottom:20px;
}
.FormDiv {
    margin: 20px;
    padding: 10px;
    background-color: white;
    min-width: 1000px;
    height: calc(100vh - 50px);
    overflow:auto;
    
}
.green {
    color:green;
}
.red {
    color:red;
}
.blue {
    color:blue;
}

.layui-table-cell {
    padding: 0 5px;
    height: auto;
    white-space: normal;
    /*overflow: visible;
    font-size: 14px;
   
    text-overflow: inherit;
    word-break: break-all;*/
}
.date_img {
    position: absolute;
    right: 10px;
    top: 8px;
}