* {
|
margin: 0;
|
padding: 0;
|
box-sizing: border-box;
|
scrollbar-color: rgba(7, 22, 37, 0.8) rgba(216, 216, 216, 0.2);
|
scrollbar-width: thin;
|
}
|
|
html,
|
body {
|
width: 100%;
|
height: 100%;
|
}
|
|
ul li {
|
list-style: none;
|
}
|
|
.deblurring {
|
image-rendering: -moz-crisp-edges;
|
image-rendering: -o-crisp-edges;
|
image-rendering: -webkit-optimize-contrast;
|
image-rendering: crisp-edges;
|
-ms-interpolation-mode: nearest-neighbor;
|
}
|
|
::-webkit-scrollbar {
|
width: 6px;
|
height: 6px;
|
background-color: none;
|
}
|
|
::-webkit-scrollbar-thumb {
|
border-radius: 6px;
|
background-color: rgba(7, 22, 37, 0.8);
|
padding-left: 2px;
|
padding-right: 2px;
|
}
|
|
::-webkit-scrollbar-track {
|
background-color: rgba(216, 216, 216, 0.2);
|
}
|
|
::-webkit-scrollbar-thumb:window-inactive {
|
background-color: rgba(7, 22, 37, 0.8);
|
}
|
|
:not(select)::-webkit-scrollbar {
|
background-color: rgba(216, 216, 216, 0.2);
|
}
|
|
::-webkit-scrollbar-thumb:hover {
|
background-color: rgba(7, 22, 37, 0.8);
|
}
|
|
.car-video-box .el-dialog {
|
margin: 0 !important;
|
display: flex;
|
flex-direction: column;
|
width: 720px;
|
height: 480px;
|
top: 50%;
|
left: 50% !important;
|
transform: translate(-50%, -50%);
|
}
|
|
.car-video-box .el-dialog .el-dialog__body {
|
flex: 1;
|
}
|
|
.police-affairs-details-box .el-dialog {
|
margin: 0 !important;
|
display: flex;
|
flex-direction: column;
|
width: 540px;
|
height: 420px;
|
top: 50%;
|
left: 50% !important;
|
transform: translate(-50%, -50%);
|
}
|
|
.police-affairs-details-box .el-dialog .el-dialog__body {
|
flex: 1;
|
}
|
|
.resident-details-box .el-dialog {
|
margin: 0 !important;
|
display: flex;
|
flex-direction: column;
|
width: 320px;
|
top: 50%;
|
left: 50% !important;
|
transform: translate(-50%, -50%);
|
}
|
|
.resident-details-box .el-dialog .el-dialog__body {
|
flex: 1;
|
}
|
|
.phone-details-box .el-dialog {
|
margin: 0 !important;
|
display: flex;
|
flex-direction: column;
|
width: 320px;
|
height: 220px;
|
top: 50%;
|
left: 50% !important;
|
transform: translate(-50%, -50%);
|
}
|
|
.phone-details-box .el-dialog .el-dialog__body {
|
flex: 1;
|
}
|
|
.equiment-details-box .el-dialog {
|
margin: 0 !important;
|
display: flex;
|
flex-direction: column;
|
width: 1000px;
|
height: 600px;
|
top: 50%;
|
left: 50% !important;
|
transform: translate(-50%, -50%);
|
}
|
|
.equiment-details-box .el-dialog .el-dialog__body {
|
flex: 1;
|
}
|
|
.land-details-box .el-dialog {
|
margin: 0 !important;
|
display: flex;
|
flex-direction: column;
|
width: 630px;
|
height: 300px;
|
top: 50%;
|
left: 50% !important;
|
transform: translate(-50%, -50%);
|
}
|
|
.land-details-box .el-dialog .el-dialog__body {
|
flex: 1;
|
}
|
|
.keyPerson-details-box .el-dialog {
|
margin: 0 !important;
|
display: flex;
|
flex-direction: column;
|
width: 1000px;
|
height: 700px;
|
top: 50%;
|
left: 50% !important;
|
transform: translate(-50%, -50%);
|
}
|
|
.keyPerson-details-box .el-dialog .el-dialog__body {
|
flex: 1;
|
}
|