html,
|
body {
|
height: 100%;
|
overflow: hidden;
|
}
|
.nav-bar-continer {
|
width: 100%;
|
height: 100%;
|
}
|
.custom_table_border_spacing {
|
width: 100%;
|
height: calc(100% - 284px);
|
overflow: auto;
|
}
|
table {
|
border: 1px solid #ccc;
|
/* 边框合并 */
|
border-collapse: collapse;
|
width: 100%;
|
height: 100%;
|
}
|
table thead {
|
position: sticky;
|
top: 0;
|
background-color: #fff;
|
}
|
|
th,
|
td {
|
border: 1px solid #ccc;
|
color: #000;
|
padding: 10px;
|
white-space: pre-wrap;
|
/* background: #e6e6e6; */
|
}
|
th {
|
background-color: #008de3;
|
color: #fff;
|
font-size: 14px;
|
width: 100px;
|
}
|
td {
|
font-size: 14px;
|
text-align: center;
|
}
|
tbody tr {
|
background-color: rgba(244, 243, 247, 1);
|
cursor: pointer;
|
}
|
tbody tr:hover {
|
background-color: #add3fa;
|
color: white;
|
}
|
.query_button {
|
width: 170px;
|
height: 30px;
|
border-width: 0px;
|
border-radius: 3px;
|
background: #0066cb;
|
cursor: pointer;
|
outline: none;
|
font-family: Microsoft YaHei;
|
color: white;
|
font-size: 17px;
|
}
|
.button.Long_rarrow {
|
overflow: visible;
|
}
|
|
.button.blue {
|
border: 1px solid #1e7db9;
|
box-shadow: 0 1px 2px #8fcaee inset, 0 -1px 0 #497897 inset, 0 -2px 3px #8fcaee inset;
|
background: -webkit-linear-gradient(top, #42a4e0, #2e88c0);
|
background: -moz-linear-gradient(top, #42a4e0, #2e88c0);
|
background: linear-gradient(top, #42a4e0, #2e88c0);
|
}
|
._box {
|
width: 1180px;
|
/* margin: 0px auto;*/
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 30px;
|
}
|
|
.left {
|
display: flex;
|
align-items: flex-end;
|
}
|
|
.left .item {
|
margin-right: 20px;
|
}
|
|
.left .item .input input {
|
background-color: #eee;
|
border: 1px solid #d2d2d2;
|
height: 24px;
|
border-radius: 3px;
|
}
|
|
.btnright {
|
background: #2196f3;
|
color: #fff;
|
padding: 10px 30px;
|
}
|
.button {
|
width: 320px;
|
line-height: 38px;
|
text-align: center;
|
font-weight: bold;
|
color: #fff;
|
text-shadow: 1px 1px 1px #333;
|
border-radius: 5px;
|
overflow: hidden;
|
}
|
.img_title {
|
width: 100%;
|
height: 30px;
|
position: absolute;
|
top: 30px;
|
color: white;
|
font-size: 57px;
|
text-align: center;
|
letter-spacing: 20px;
|
}
|
.foot {
|
width: 100%;
|
height: 35px;
|
background: #d3d3d3;
|
color: #a3a4aa;
|
font-family: 'SimSun';
|
padding: 20px 0;
|
box-sizing: border-box;
|
}
|
.foot_right {
|
margin-top: -12px;
|
text-align: center;
|
font-family: 宋体;
|
font-size: 18px;
|
font-weight: bold;
|
color: black;
|
}
|
.layui-table-cell {
|
height: auto;
|
white-space: normal;
|
}
|