-
-
-
今日事件 {{todayListNum}} 件
+
+
+
+
+
+
+
+
+
人员聚集高发区域Top5
+
+
{{ item.title }}
+
+ {{ item.areaName }}
+
+
{{ item.num }}
+
+
+
-
-
-
-
-
- {{ listTypeSelect || '全部'}}
-
-
- {{ item }}
-
-
-
-
-
-
- {{item.eventNewName||''}}
- {{item.captureTime||''}}
-
-
-
-
事件地址:{{ item.district || ''}}
-
摄像头名称:{{ item.cameraName || ''}}
-
事件描述:{{ item.eventCnName || ''}}
-
-
-
-
-
-
-
-
-
-
-
+ .list3 {
+ width: 100%;
+ .list3-analysis{
+ display: table;
+ width: 98%;
+ margin-left: 10px;
+
+ .analysis-item{
+ text-align: center;
+ display: table-cell;
+ width:25%;
+ color:#fff;
+ .item-div{
+ background: #5f676c;
+ margin: 10px 10px;
+ }
+ }
+ }
+ .analysis-advice{
+ color: rgb(0 255 255);
+ font-size: 14px;
+ margin-left: 10px;
+ }
+
+ }
+ .list4 {
+ width: 100%;
+
+ }
+ header {
+ width: 100%;
+ height: 44px;
+ background: url(../../../../assets/construction/subTitle.png) no-repeat
+ center;
+ text-align: center;
+ .title {
+ font-size: 26px;
+ font-weight: bold;
+ background: linear-gradient(0deg, #9dbbd2 0%, #ffffff 100%);
+ background-clip: text;
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ font-family: "Tensentype-ZhiHeiJ-W5";
+ }
+ .title::before {
+ content: "事件感知";
+ text-shadow: 0px 2px 5px rgba($color: #091a29, $alpha: 0.6);
+ position: absolute;
+ z-index: -1;
+ }
+ }
+}
+
\ No newline at end of file