/* .analysis-and-judgment {
|
display: none;
|
} */
|
|
div[open-li='analysis-and-judgment'] {
|
box-sizing: border-box;
|
}
|
|
div[open-li='analysis-and-judgment']>ul {
|
display: flex;
|
height: 36px;
|
line-height: 36px;
|
border: 1px solid #3680C1;
|
}
|
|
div[open-li='analysis-and-judgment']>ul>li {
|
flex: 1;
|
font-size: 18px;
|
text-align: center;
|
color: #fff;
|
cursor: pointer;
|
}
|
|
div[open-li='analysis-and-judgment']>ul>li.on {
|
color: #15a2fe;
|
background: rgb(2, 63, 82);
|
}
|
|
/* 分析研判内容容器 */
|
.analysis-container {
|
position: relative;
|
height: calc(100% - 38px);
|
font-size: 14px;
|
}
|
|
.analysis-container>div {
|
width: 100%;
|
height: 100%;
|
position: absolute;
|
top: 0;
|
left: 0;
|
}
|
|
.analysis-container>div:nth-child(2) {
|
display: none;
|
}
|
|
.analysis-container>div:nth-child(3) {
|
display: none;
|
}
|
|
/* 类别选择,级别选择,以及热力图 */
|
.analysis-container .analysis-category,
|
.analysis-container .analysis-level {
|
width: 100%;
|
height: 40px;
|
line-height: 40px;
|
padding: 4px 6px 0 6px;
|
box-sizing: border-box;
|
color: #fff;
|
}
|
|
.analysis-container .analysis-category>ul,
|
.analysis-container .analysis-level>ul {
|
display: flex;
|
height: 36px;
|
line-height: 36px;
|
align-items: center;
|
}
|
|
.analysis-container .analysis-category>ul>li,
|
.analysis-container .analysis-level>ul>li {
|
height: 36px;
|
line-height: 36px;
|
}
|
|
.analysis-container .analysis-category>ul>li:first-child,
|
.analysis-container .analysis-level>ul>li:first-child {
|
position: relative;
|
padding-left: 10px;
|
flex: 6;
|
color: #15a2fe;
|
background: rgb(12, 25, 49);
|
border: 1px solid #3680C1;
|
box-sizing: border-box;
|
}
|
|
.analysis-container .analysis-category>ul>li:last-child,
|
.analysis-container .analysis-level>ul>li:last-child {
|
flex: 2;
|
text-align: center;
|
}
|
|
.analysis-container .analysis-category>ul>li:last-child input,
|
.analysis-container .analysis-level>ul>li:last-child input {
|
vertical-align: middle;
|
}
|
|
/* 类别选择中得下拉框 */
|
.analysis-container .analysis-category>ul>li:first-child div:first-child,
|
.analysis-container .analysis-level>ul>li:first-child div:first-child {
|
position: absolute;
|
top: 0;
|
left: 40px;
|
width: calc(100% - 40px);
|
height: 34px;
|
color: #fff;
|
padding-left: 10px;
|
box-sizing: border-box;
|
cursor: pointer;
|
|
}
|
|
.analysis-container .analysis-category>ul>li:first-child div:first-child i,
|
.analysis-container .analysis-level>ul>li:first-child div:first-child i {
|
display: block;
|
position: absolute;
|
top: 50%;
|
right: 10px;
|
transform: translate(0, -50%);
|
width: 16px;
|
height: 16px;
|
background: url('../../images/select-bg.png') repeat;
|
background-size: 100% 100%;
|
}
|
|
.analysis-container .analysis-category>ul>li:first-child div:last-child,
|
.analysis-container .analysis-level>ul>li:first-child div:last-child {
|
display: none;
|
position: absolute;
|
top: 35px;
|
left: -1px;
|
z-index: 10;
|
width: calc(100% + 2px);
|
}
|
|
|
.analysis-container .analysis-category>ul>li:first-child ul,
|
.analysis-container .analysis-level>ul>li:first-child ul {
|
display: flex;
|
flex-direction: column;
|
width: 100%;
|
max-height: 300px;
|
height: auto;
|
overflow-y: auto;
|
overflow-x: hidden;
|
border: 1px solid #3680C1;
|
border-top: none;
|
box-sizing: border-box;
|
|
}
|
|
.analysis-container .analysis-category>ul>li:first-child ul li,
|
.analysis-container .analysis-level>ul>li:first-child ul li {
|
flex: 1;
|
padding-left: 10px;
|
height: 34px;
|
border-top: 1px solid #3680C1;
|
background: rgb(12, 25, 49);
|
color: #fff;
|
box-sizing: border-box;
|
cursor: pointer;
|
}
|
|
.analysis-container .analysis-category>ul>li:first-child ul li:hover,
|
.analysis-container .analysis-level>ul>li:first-child ul li:hover {
|
color: #15a2fe;
|
background: rgb(2, 63, 82);
|
}
|
|
.analysis-container .analysis-category>ul>li:first-child ul li:first-child,
|
.analysis-container .analysis-level>ul>li:first-child ul li:first-child {
|
border: none;
|
}
|
|
/* 时间选择 */
|
.analysis-container .analysis-selection-criteria {
|
display: flex;
|
padding: 4px 6px;
|
width: 100%;
|
height: 40px;
|
line-height: 32px;
|
color: #fff;
|
box-sizing: border-box;
|
}
|
|
.analysis-container .analysis-selection-criteria input {
|
border: 1px solid #3680C1;
|
}
|
|
.analysis-container .analysis-selection-criteria input[type='text'] {
|
width: 0;
|
flex: 5;
|
padding: 0 4px;
|
background: rgb(12, 25, 49);
|
color: #fff;
|
cursor: pointer;
|
background: url('../../images/laydata-bg.png') no-repeat;
|
background-size: 18px 16px;
|
background-position: 98% center;
|
}
|
|
.analysis-container .analysis-selection-criteria input[type='button'] {
|
width: 0;
|
flex: 2;
|
color: #fff;
|
background: rgb(2, 63, 82);
|
cursor: pointer;
|
}
|
|
/* 显示信息得表格 */
|
.analysis-container .analysis-container-police .analysis-table-content {
|
height: calc(100% - 80px);
|
}
|
|
.analysis-container .analysis-container-owner .analysis-table-content {
|
margin-top: 4px;
|
height: calc(100% - 84px);
|
}
|
|
.analysis-container .analysis-container-equipment .analysis-table-content {
|
margin-top: 4px;
|
height: calc(100% - 44px);
|
}
|
|
/*定义滚动条高宽及背景
|
高宽分别对应横竖滚动条的尺寸*/
|
::-webkit-scrollbar {
|
width: 6px;
|
background-color: #F5F5F5;
|
}
|
|
/*定义滚动条轨道
|
内阴影+圆角*/
|
::-webkit-scrollbar-track {
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
background-color: #F5F5F5;
|
}
|
|
/*定义滑块
|
内阴影+圆角*/
|
::-webkit-scrollbar-thumb {
|
|
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
|
background-color: #555;
|
}
|
|
.analysis-container .table {
|
height: 100%;
|
}
|
|
.analysis-container .thead {
|
height: 31px;
|
}
|
|
.analysis-container .table .tbody {
|
height: calc(100% - 31px);
|
overflow-y: auto;
|
overflow-x: hidden;
|
scrollbar-width: thin;
|
}
|
|
|
.analysis-container .table table {
|
width: 360px;
|
border-collapse: collapse;
|
table-layout: fixed;
|
box-sizing: border-box;
|
|
}
|
|
.analysis-container .table table tr {
|
height: 30px;
|
}
|
|
.analysis-container .table table tr th,
|
.analysis-container .table table tr td {
|
margin: 0;
|
padding: 0 4px;
|
border: 1px solid rgb(255, 255, 255);
|
height: 30px;
|
text-align: center;
|
font-size: 14px;
|
font-weight: 400;
|
color: #fff;
|
box-sizing: border-box;
|
|
overflow: hidden;
|
/*超出的文字隐藏*/
|
text-overflow: ellipsis;
|
/*文字超出后,显示省略号*/
|
white-space: nowrap;
|
/*文字不换行*/
|
word-break: keep-all;
|
/*文字不换行*/
|
}
|
|
.analysis-container .table table tr td a {
|
color: #fff;
|
cursor: default;
|
}
|
|
.analysis-container .table table tr:first-child td {
|
border-top: none;
|
|
}
|
|
|
.analysis-container .table .tbody tr {
|
cursor: pointer;
|
}
|
|
.analysis-container .table .tbody tr td:first-child,
|
.analysis-container .table .thead tr th:first-child {
|
width: 40px;
|
}
|
|
.analysis-container .analysis-container-police .table .tbody tr td:nth-child(2),
|
.analysis-container .analysis-container-police .table .thead tr th:nth-child(2) {
|
width: 70px;
|
}
|
|
.analysis-container .analysis-container-police .table .tbody tr td:nth-child(4),
|
.analysis-container .analysis-container-police .table .thead tr th:nth-child(4) {
|
width: 92px;
|
}
|
|
|
.analysis-container .analysis-container-police .table .tbody tr td:nth-child(5),
|
.analysis-container .analysis-container-police .table .thead tr th:nth-child(5),
|
.analysis-container .analysis-container-owner .table .tbody tr td:nth-child(5),
|
.analysis-container .analysis-container-owner .table .thead tr th:nth-child(5),
|
.analysis-container .analysis-container-equipment .table .tbody tr td:nth-child(5),
|
.analysis-container .analysis-container-equipment .table .thead tr th:nth-child(5) {
|
width: 52px;
|
}
|
|
.analysis-container .analysis-container-police .table .tbody tr input,
|
.analysis-container .analysis-container-owner .table .tbody tr input,
|
.analysis-container .analysis-container-equipment .table .tbody tr input {
|
width: 42px;
|
height: 20px;
|
line-height: 20px;
|
color: #fff;
|
background: rgb(2, 63, 82);
|
border: 1px solid #3680C1;
|
border-radius: 4px;
|
cursor: pointer;
|
vertical-align: middle;
|
}
|
|
.analysis-container .analysis-container-equipment .table .tbody tr td:nth-child(2),
|
.analysis-container .analysis-container-equipment .table .thead tr th:nth-child(2) {
|
width: 68px;
|
}
|
|
.analysis-container .analysis-container-equipment .table .tbody tr td:nth-child(4),
|
.analysis-container .analysis-container-equipment .table .thead tr th:nth-child(4) {
|
width: 68px;
|
}
|