﻿.release-layui-table{
    border: solid 1px #ccc;

}
.release-layui-table thead tr th{
    text-align: center;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
   
}
thead{
    height: 8vh;
}
th{
    background-color: rgb(241, 237, 231);
    color: rgba(128, 69, 38, 1);
}
td{
    height: 6vh;
}
.release-layui-table tbody tr{
    border-bottom: solid 1px #ccc;
    /* text-align: center; */
}
.release-layui-table tbody tr td {
   
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.release-tab-content{
    overflow: auto;
}
.tr-box{
    text-align: center;
}

.detailwidth{
    width: 50vw;
}