diff --git a/src/views/bigScreen/index_10dept.vue b/src/views/bigScreen/index_10dept.vue
index f8f4d8a9..1b4f13b8 100644
--- a/src/views/bigScreen/index_10dept.vue
+++ b/src/views/bigScreen/index_10dept.vue
@@ -28,11 +28,11 @@
昨日合格
-
+
@@ -42,11 +42,11 @@
累计合格
-
+
@@ -54,7 +54,7 @@
-
+
人员到岗
@@ -122,12 +122,12 @@
-->
-
+
-
+
@@ -189,37 +189,38 @@
-->
-
+
-
+
+
-
+
-
+
-
+
@@ -234,8 +235,9 @@
}
.header {
- /* background: url("/public/img/head_bg.png"); */
- background: url("https://cdn-upload.datav.aliyun.com/upload/download/1675143770257-pNifja_p.webp");
+ background: url("/public/img/photon_header.png");
+ border-bottom: none;
+ /* background: url("https://cdn-upload.datav.aliyun.com/upload/download/1675143770257-pNifja_p.webp"); */
background-size: 100% 100%;
font-size: 28px;
justify-content: center;
@@ -248,10 +250,9 @@
} */
.box {
- background: rgba(6, 48, 109, .3);
+ background: rgba(10, 63, 68, 0.5);
height: 100%;
/* padding: 2px 2px 2px 2px; */
- border-radius: 2%;
}
.boxtitle {
@@ -275,8 +276,13 @@
}
.boxmain {
- height: calc(100% - 5rem);
- margin: 0px 4px 0px 4px;
+ height: calc(100% - 40px);
+}
+
+@media screen and (max-width: 800px) {
+ .boxmain {
+ height: 200px;
+ }
}
.flex_center {
@@ -313,18 +319,6 @@ table td {
border-bottom: 1px solid rgba(255, 255, 255, .3);
padding: .1rem 0;
}
-
-.lineDiv {
- height: 4px;
- border-top: 1px solid #eeeeee;
- position: relative;
-}
-
-.lineDivBlock {
- position: absolute;
- width: 10%;
- height:
-}