diff --git a/src/pages/safe_majorHazard/module/OnlineMonitoring.js b/src/pages/safe_majorHazard/module/OnlineMonitoring.js
index be11243..73e9d43 100644
--- a/src/pages/safe_majorHazard/module/OnlineMonitoring.js
+++ b/src/pages/safe_majorHazard/module/OnlineMonitoring.js
@@ -17,25 +17,73 @@ const OnlineMonitoring = () => {
-
-
总报警
-
1456
-
-
- 未处理
6
+
总报警
+
1456
+
+
+ 未处理 6
+
+
+ 处理中 10
+
+
+
+
+
+
+

+
+
+
一级报警
+
357
+
+
+ 未处理 6
+
+
+ 处理中 10
+
+
+
+
+
+
+

+
+
+
二级报警
+
401
+
+
+ 未处理 6
+
+
+ 处理中 10
+
+
+
+
+
+
+

+
+
+
三级报警
+
556
+
-
处理中 10
-
-
-
-
-
diff --git a/src/pages/safe_majorHazard/module/OnlineMonitoring.less b/src/pages/safe_majorHazard/module/OnlineMonitoring.less
index 6f49aab..d433288 100644
--- a/src/pages/safe_majorHazard/module/OnlineMonitoring.less
+++ b/src/pages/safe_majorHazard/module/OnlineMonitoring.less
@@ -11,8 +11,8 @@
margin-bottom: 5px;
.EcontainerTopLeft {
- background-color: #999;
- width: 68%;
+ // background-color: #999;
+ width: 72%;
margin-right: 10px;
.EcontainerTopLeftTop {
@@ -31,7 +31,6 @@
box-shadow: 0px 2px 31px 0px #5382FE33 inset;
display: flex;
-
.alarmOLeft {
width: 35%;
height: 100%;
@@ -46,15 +45,32 @@
height: 100%;
display: flex;
flex-direction: column;
- background-color: pink;
+ margin-left: 2px;
+ gap:18px;
font-family: PingFang SC;
font-weight: 400;
font-style: Regular;
- font-size: 14px;
+ font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: #333333;
+
+ .alarmORightText1 {
+ margin-top: 15px;
+ }
+
+
+ .alarmORightText2 {
+ font-weight: 700;
+ font-size: 16px;
+ }
+
+ .alarmORightText3 {
+ display: flex;
+ gap: 22px;
+ }
+
}
@@ -69,6 +85,47 @@
border-bottom: 0px solid #FFC5BC;
border-radius: 4px;
box-shadow: 0px 2px 31px 0px #FE5F4C33 inset;
+ display: flex;
+
+ .alarmTwLeft {
+ width: 35%;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ .alarmTwRight {
+ flex: 1;
+ width: 35%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ margin-left: 2px;
+ gap: 18px;
+
+ font-family: PingFang SC;
+ font-weight: 400;
+ font-style: Regular;
+ font-size: 12px;
+ line-height: 100%;
+ letter-spacing: 0%;
+ color: #333333;
+
+ .alarmTwRightText1 {
+ margin-top: 15px;
+ }
+
+ .alarmTwRightText2 {
+ font-weight: 700;
+ font-size: 16px;
+ }
+
+ .alarmTwRightText3 {
+ display: flex;
+ gap: 22px;
+ }
+ }
}
.alarmTh {
@@ -79,6 +136,47 @@
border-bottom: 0px solid #FFD9B2;
border-radius: 4px;
box-shadow: 0px 2px 31px 0px #FD883C33 inset;
+ display: flex;
+
+ .alarmThLeft {
+ width: 35%;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ .alarmThRight {
+ flex: 1;
+ width: 35%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ margin-left: 2px;
+ gap: 18px;
+
+ font-family: PingFang SC;
+ font-weight: 400;
+ font-style: Regular;
+ font-size: 12px;
+ line-height: 100%;
+ letter-spacing: 0%;
+ color: #333333;
+
+ .alarmThRightText1 {
+ margin-top: 15px;
+ }
+
+ .alarmThRightText2 {
+ font-weight: 700;
+ font-size: 16px;
+ }
+
+ .alarmThRightText3 {
+ display: flex;
+ gap: 22px;
+ }
+ }
}
.alarmF {
@@ -89,6 +187,47 @@
border-bottom: 0px solid #89E1FF;
border-radius: 4px;
box-shadow: 0px 2px 31px 0px #22A4FD33 inset;
+ display: flex;
+
+ .alarmFLeft {
+ width: 35%;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ .alarmFRight {
+ flex: 1;
+ width: 35%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ margin-left: 2px;
+ gap: 18px;
+
+ font-family: PingFang SC;
+ font-weight: 400;
+ font-style: Regular;
+ font-size: 12px;
+ line-height: 100%;
+ letter-spacing: 0%;
+ color: #333333;
+
+ .alarmFRightText1 {
+ margin-top: 15px;
+ }
+
+ .alarmFRightText2 {
+ font-weight: 700;
+ font-size: 16px;
+ }
+
+ .alarmFRightText3 {
+ display: flex;
+ gap: 22px;
+ }
+ }
}
}
}