guanqb
2022-10-28 bad2a73fd798991d64cbb22efef2dfd448450e3a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
* {
  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;
}