bus.css 1.9 KB
thead {
    background-color: #dbdfe5;
    border-bottom: 1px solid #99a1ad;
    border-top: 1px solid #99a1ad;
}

.doubleTable thead tr th {
    width: 300px;
}

.doubleTable tr {
    height: 35px;
}

.doubleTable tbody tr thead {
    background-color: #dbdfe5;
}

.doubleTable {
    width: 100%;
    border-left: 1px solid #99a1ad;
    border-top: 1px solid #99a1ad;
    border-bottom: 1px solid #99a1ad;
    table-layout: fixed;
}

.doubleTable a {
    display: inline-block;
    margin-left: 10px;
}

.childTable {
    width: 100%;
}

.doubleTable tr td,
.doubleTable tr th {
    text-align: center;
    border-right: 1px solid #99a1ad;
}
.doubleTable tr td {
    border-top: 1px solid #99a1ad;
}

.doubleTable tr {
    border-top: 1px solid #99a1ad;
}

.doubleTable tbody tr {
    background-color: #fff;
}

.childTable tr td,
.childTable tr th {
    border-right: 0px;
    border-left: 1px solid #99a1ad;
}

.childTable tr td:first-child,
.childTable tr th:first-child {
    border-left: 0px;
}

.childTable tr th:first-child {
    width: 50px;
}

.childTable tbody tr:hover {
    background-color: #9ca5b5;
}

.childTable tbody tr:nth-child(even) {
    background-color: #ebedf1;
}
.childTable tbody tr:nth-child(odd) {
    background-color: #fff;
}

#gridForm {
    padding-left: 10px;
    padding-right: 10px;
}

.dialogDiv {
    padding-left: 70px;
    padding-top: 40px;
}

.roadDetail {
    height: 245px;
    width: 600px;
    position: absolute;
    display: none;
    background-color: #fff;
}

.roadDetail .tdTitle {
    width: 120px;
}

.roadDetail .tdContent {
    width: 200px;
}

.roadDetail table {
    border-right: 1px solid #9ca5b5;
    border-bottom: 1px solid #9ca5b5;
}

.roadDetail table tr td {
    height: 40px;
    border-top: 1px solid #9ca5b5;
    border-left: 1px solid #9ca5b5;
}

.roadDetail table tr td.tdContent {
    background-color: #fff;
}

.roadDetail table tr td.tdTitle {
    background-color: #ebedf1;
}